From 7bf123f8b9d19d27fa96e4a458948d2ad5fe9423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:26:29 +0000 Subject: [PATCH] chore(deps): bump koa and @types/koa Bumps [koa](https://github.com/koajs/koa) and [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa). These dependencies needed to be updated together. Updates `koa` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](https://github.com/koajs/koa/compare/v3.2.0...v3.2.1) Updates `@types/koa` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa) --- updated-dependencies: - dependency-name: koa dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/koa" dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37bf5c5..33fd2d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1344,9 +1344,9 @@ "license": "MIT" }, "node_modules/@types/koa": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/koa/-/koa-3.0.2.tgz", - "integrity": "sha512-7TRzVOBcH/q8CfPh9AmHBQ8TZtimT4Sn+rw8//hXveI6+F41z93W8a+0B0O8L7apKQv+vKBIEZSECiL0Oo1JFA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/koa/-/koa-3.0.3.tgz", + "integrity": "sha512-TdtNEJ7sYSrFQcVuS2ySsVqnq5EyE3oJbnfFJvkC9UtGP4Kpem5KE7r+ivHIbIAQAofSqnlB5D3vkfYO69TQpg==", "license": "MIT", "dependencies": { "@types/accepts": "*", @@ -3073,9 +3073,9 @@ } }, "node_modules/koa": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/koa/-/koa-3.2.0.tgz", - "integrity": "sha512-TrM4/tnNY7uJ1aW55sIIa+dqBvc4V14WRIAlGcWat9wV5pRS9Wr5Zk2ZTjQP1jtfIHDoHiSbPuV08P0fUZo2pg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/koa/-/koa-3.2.1.tgz", + "integrity": "sha512-e7IpWJrnanNUroVK2taAgMxoEZvHLXdQiNjeExSu/DEIWm83jaKGBgb7tLmu2rMYpA027qFB3iLR/k3AVpFRnA==", "license": "MIT", "dependencies": { "accepts": "^1.3.8",