From c8830cafe0fb537b95d6b89d5575e6212d5fc6a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:52:52 +0000 Subject: [PATCH] Bump @types/koa-cors from 0.0.2 to 0.0.4 Bumps [@types/koa-cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-cors) from 0.0.2 to 0.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-cors) --- updated-dependencies: - dependency-name: "@types/koa-cors" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5eb8d32..23c6f3c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@tailwindcss/typography": "^0.5.9", "@types/cors": "^2.8.13", "@types/fluent-ffmpeg": "^2.1.21", - "@types/koa-cors": "^0.0.2", + "@types/koa-cors": "^0.0.4", "@types/koa-json": "^2.0.20", "@types/koa-logger": "^3.1.2", "@types/koa-router": "^7.4.4",