From 98106eeeb3e2087cbb133892d1c857b1fcbe5f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 01:09:50 +0000 Subject: [PATCH] chore(deps-dev): bump @types/koa from 2.13.10 to 2.13.11 (#13736) * chore(deps-dev): bump @types/koa from 2.13.10 to 2.13.11 Bumps [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa) from 2.13.10 to 2.13.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa) --- updated-dependencies: - dependency-name: "@types/koa" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 243580c5e933d7..4d00fd983785f3 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "@types/imapflow": "1.0.15", "@types/jsdom": "21.1.5", "@types/json-bigint": "1.0.4", - "@types/koa": "2.13.10", + "@types/koa": "2.13.11", "@types/koa-basic-auth": "2.0.6", "@types/koa-favicon": "2.1.3", "@types/koa-mount": "4.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ac263935cbf5b..744eb5f6c68171 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -233,8 +233,8 @@ devDependencies: specifier: 1.0.4 version: 1.0.4 '@types/koa': - specifier: 2.13.10 - version: 2.13.10 + specifier: 2.13.11 + version: 2.13.11 '@types/koa-basic-auth': specifier: 2.0.6 version: 2.0.6 @@ -1558,42 +1558,42 @@ packages: /@types/koa-basic-auth@2.0.6: resolution: {integrity: sha512-1/FdT3KiHIkVf+TxYiPPey0wnPBzuts6lz/Obskgo9ZY485J02+uI6STnD114L2iG+Wi5MBqU7EYNphKdKwZWQ==} dependencies: - '@types/koa': 2.13.10 + '@types/koa': 2.13.11 dev: true /@types/koa-compose@3.2.5: resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==} dependencies: - '@types/koa': 2.13.10 + '@types/koa': 2.13.11 dev: true /@types/koa-favicon@2.1.3: resolution: {integrity: sha512-L1XAF8k1iOuh3hA/ZjEqWURm9/62a8A1x7BZR9ZCMw8nbnUBt6oZksz2rfKRCEwESqI2e6WVGlF03fs9DbQQXQ==} dependencies: - '@types/koa': 2.13.10 + '@types/koa': 2.13.11 dev: true /@types/koa-mount@4.0.4: resolution: {integrity: sha512-n9P/yyZHcm+C9mcHoQAX9ovNyAeK4o2x/+JCdrSBWlpCDoI7KNTr9zzgQoSEPvuHcT7FEcsc07LKvH9eicsZOw==} dependencies: - '@types/koa': 2.13.10 + '@types/koa': 2.13.11 dev: true /@types/koa-send@4.1.3: resolution: {integrity: sha512-daaTqPZlgjIJycSTNjKpHYuKhXYP30atFc1pBcy6HHqB9+vcymDgYTguPdx9tO4HMOqNyz6bz/zqpxt5eLR+VA==} dependencies: - '@types/koa': 2.13.10 + '@types/koa': 2.13.11 dev: true /@types/koa-static@4.0.3: resolution: {integrity: sha512-4U9uZwXqYAudDLDVkw1prJM5avn9/lHLVEwoyyI/ITZluWkBdmirkj8EsOLG6kLr0XFZdViR0ZBtQ3oetSsr3g==} dependencies: - '@types/koa': 2.13.10 + '@types/koa': 2.13.11 '@types/koa-send': 4.1.3 dev: true - /@types/koa@2.13.10: - resolution: {integrity: sha512-weKc5IBeORLDGwD1FMgPjaZIg0/mtP7KxXAXEzPRCN78k274D9U2acmccDNPL1MwyV40Jj+hQQ5N2eaV6O0z8g==} + /@types/koa@2.13.11: + resolution: {integrity: sha512-0HZSGNdmLlLRvSxv0ngLSp09Hw98c+2XL3ZRYmkE6y8grqTweKEyyaj7LgxkyPUv0gQ5pNS/a7kHXo2Iwha1rA==} dependencies: '@types/accepts': 1.3.5 '@types/content-disposition': 0.5.5 @@ -1608,7 +1608,7 @@ packages: /@types/koa__router@12.0.3: resolution: {integrity: sha512-5YUJVv6NwM1z7m6FuYpKfNLTZ932Z6EF6xy2BbtpJSyn13DKNQEkXVffFVSnJHxvwwWh2SAeumpjAYUELqgjyw==} dependencies: - '@types/koa': 2.13.10 + '@types/koa': 2.13.11 dev: true /@types/linkify-it@3.0.3: