diff --git a/package.json b/package.json index e48056f..f68b3e2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "postbuild": "cpy '**/*' '!**/*.ts' ../build/ --cwd=libs --parents" }, "dependencies": { - "@koa/cors": "4.0.0", + "@koa/cors": "5.0.0", "@koa/multer": "^3.0.2", "@koa/router": "^12.0.0", "@types/koa": "^2.13.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb7ccd4..0e8fc08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@koa/cors': - specifier: 4.0.0 - version: 4.0.0 + specifier: 5.0.0 + version: 5.0.0 '@koa/multer': specifier: ^3.0.2 version: 3.0.2(multer@1.4.5-lts.1) @@ -719,8 +719,8 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@koa/cors@4.0.0: - resolution: {integrity: sha512-Y4RrbvGTlAaa04DBoPBWJqDR5gPj32OOz827ULXfgB1F7piD1MB/zwn8JR2LAnvdILhxUbXbkXGWuNVsFuVFCQ==} + /@koa/cors@5.0.0: + resolution: {integrity: sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==} engines: {node: '>= 14.0.0'} dependencies: vary: 1.1.2