From 3e2f765ce59b16dadef236b9d33d4ca424ab6a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:20:35 +0800 Subject: [PATCH] chore(deps-dev): bump @types/koa from 2.13.9 to 2.13.10 (#13572) * chore(deps-dev): bump @types/koa from 2.13.9 to 2.13.10 Bumps [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa) from 2.13.9 to 2.13.10. - [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 1b97dd04d1d7ce..bdb01a10b8e2fe 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "@types/imapflow": "1.0.14", "@types/jsdom": "21.1.3", "@types/json-bigint": "1.0.3", - "@types/koa": "2.13.9", + "@types/koa": "2.13.10", "@types/koa-basic-auth": "2.0.5", "@types/koa-favicon": "2.1.2", "@types/koa-mount": "4.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a451228ee108ea..31f14ed903cd3d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -233,8 +233,8 @@ devDependencies: specifier: 1.0.3 version: 1.0.3 '@types/koa': - specifier: 2.13.9 - version: 2.13.9 + specifier: 2.13.10 + version: 2.13.10 '@types/koa-basic-auth': specifier: 2.0.5 version: 2.0.5 @@ -1567,42 +1567,42 @@ packages: /@types/koa-basic-auth@2.0.5: resolution: {integrity: sha512-LSozA0EaEvS+TVn1eVAHU0tUxGiY6ZEjBfqxPupWhmdPP83lBWvyGzQbc0ngSTRy9s29Pd1R4ZOm+7uQvA5wUA==} dependencies: - '@types/koa': 2.13.9 + '@types/koa': 2.13.10 dev: true /@types/koa-compose@3.2.5: resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==} dependencies: - '@types/koa': 2.13.9 + '@types/koa': 2.13.10 dev: true /@types/koa-favicon@2.1.2: resolution: {integrity: sha512-YXGc7+1F0jMlBereDjHCYSHlrxT3aBGhlPNWOodyLabZpsJvTlDrvpKRf5i6WvHpRUXoOlG9zc093U0RJ/Ggkw==} dependencies: - '@types/koa': 2.13.9 + '@types/koa': 2.13.10 dev: true /@types/koa-mount@4.0.3: resolution: {integrity: sha512-WXhyitlW5B6zW31cKZO+RBl38afLmO9847M8PaKmcnO5tqGJy/+XcH5N/69Nsp+vKvFXhDOY9GM5uF34HrWgrw==} dependencies: - '@types/koa': 2.13.9 + '@types/koa': 2.13.10 dev: true /@types/koa-send@4.1.3: resolution: {integrity: sha512-daaTqPZlgjIJycSTNjKpHYuKhXYP30atFc1pBcy6HHqB9+vcymDgYTguPdx9tO4HMOqNyz6bz/zqpxt5eLR+VA==} dependencies: - '@types/koa': 2.13.9 + '@types/koa': 2.13.10 dev: true /@types/koa-static@4.0.2: resolution: {integrity: sha512-ns/zHg+K6XVPMuohjpOlpkR1WLa4VJ9czgUP9bxkCDn0JZBtUWbD/wKDZzPGDclkQK1bpAEScufCHOy8cbfL0w==} dependencies: - '@types/koa': 2.13.9 + '@types/koa': 2.13.10 '@types/koa-send': 4.1.3 dev: true - /@types/koa@2.13.9: - resolution: {integrity: sha512-tPX3cN1dGrMn+sjCDEiQqXH2AqlPoPd594S/8zxwUm/ZbPsQXKqHPUypr2gjCPhHUc+nDJLduhh5lXI/1olnGQ==} + /@types/koa@2.13.10: + resolution: {integrity: sha512-weKc5IBeORLDGwD1FMgPjaZIg0/mtP7KxXAXEzPRCN78k274D9U2acmccDNPL1MwyV40Jj+hQQ5N2eaV6O0z8g==} dependencies: '@types/accepts': 1.3.5 '@types/content-disposition': 0.5.5 @@ -1617,7 +1617,7 @@ packages: /@types/koa__router@12.0.1: resolution: {integrity: sha512-uqV+v6pCsfLZwK+Ar6XavKSZ6Cbsgw12bCEX9L0IKHj81LTWXcrayxJWkLtez5vOMQlq+ax+lZcuCyh9CgxYGw==} dependencies: - '@types/koa': 2.13.9 + '@types/koa': 2.13.10 dev: true /@types/linkify-it@3.0.3: