From 26b6db7776d44f47709dcdc70184a39eeb3d800d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:19:59 +0000 Subject: [PATCH] chore(deps-dev): bump @types/koa-basic-auth from 2.0.5 to 2.0.6 (#13732) * chore(deps-dev): bump @types/koa-basic-auth from 2.0.5 to 2.0.6 Bumps [@types/koa-basic-auth](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-basic-auth) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-basic-auth) --- updated-dependencies: - dependency-name: "@types/koa-basic-auth" 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 88a0ecc5e..a84821013 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "@types/jsdom": "21.1.5", "@types/json-bigint": "1.0.4", "@types/koa": "2.13.10", - "@types/koa-basic-auth": "2.0.5", + "@types/koa-basic-auth": "2.0.6", "@types/koa-favicon": "2.1.3", "@types/koa-mount": "4.0.4", "@types/koa-static": "4.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a57607244..b6536dafa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,8 +236,8 @@ devDependencies: specifier: 2.13.10 version: 2.13.10 '@types/koa-basic-auth': - specifier: 2.0.5 - version: 2.0.5 + specifier: 2.0.6 + version: 2.0.6 '@types/koa-favicon': specifier: 2.1.3 version: 2.1.3 @@ -1555,8 +1555,8 @@ packages: '@types/node': 20.5.6 dev: false - /@types/koa-basic-auth@2.0.5: - resolution: {integrity: sha512-LSozA0EaEvS+TVn1eVAHU0tUxGiY6ZEjBfqxPupWhmdPP83lBWvyGzQbc0ngSTRy9s29Pd1R4ZOm+7uQvA5wUA==} + /@types/koa-basic-auth@2.0.6: + resolution: {integrity: sha512-1/FdT3KiHIkVf+TxYiPPey0wnPBzuts6lz/Obskgo9ZY485J02+uI6STnD114L2iG+Wi5MBqU7EYNphKdKwZWQ==} dependencies: '@types/koa': 2.13.10 dev: true