diff --git a/package-lock.json b/package-lock.json index 2d383d4e..60397ba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@aws-sdk/client-secrets-manager": "^3.152.0", "@aws-sdk/credential-providers": "^3.150.0", - "@koa/cors": "^3.4.0", + "@koa/cors": "^3.4.1", "@koa/router": "^12.0.0", "airbnb-browser-shims": "^3.3.0", "axios": "^0.27.2", @@ -3100,9 +3100,9 @@ } }, "node_modules/@koa/cors": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.4.0.tgz", - "integrity": "sha512-KLT0fI6oJiasMD57+/0AdWG3Wg0v59x7yHLyXKiXiwTqyCIbaRekmM6CjXsQXndobPdr3z+1pkp8l7OoPfhcYg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.4.1.tgz", + "integrity": "sha512-/sG9NlpGZ/aBpnRamIlGs+wX+C/IJ5DodNK7iPQIVCG4eUQdGeshGhWQ6JCi7tpnD9sCtFXcS04iTimuaJfh4Q==", "dependencies": { "vary": "^1.1.2" }, @@ -14241,9 +14241,9 @@ } }, "@koa/cors": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.4.0.tgz", - "integrity": "sha512-KLT0fI6oJiasMD57+/0AdWG3Wg0v59x7yHLyXKiXiwTqyCIbaRekmM6CjXsQXndobPdr3z+1pkp8l7OoPfhcYg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.4.1.tgz", + "integrity": "sha512-/sG9NlpGZ/aBpnRamIlGs+wX+C/IJ5DodNK7iPQIVCG4eUQdGeshGhWQ6JCi7tpnD9sCtFXcS04iTimuaJfh4Q==", "requires": { "vary": "^1.1.2" } diff --git a/package.json b/package.json index 2571c356..419e8302 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@aws-sdk/client-secrets-manager": "^3.152.0", "@aws-sdk/credential-providers": "^3.150.0", - "@koa/cors": "^3.4.0", + "@koa/cors": "^3.4.1", "@koa/router": "^12.0.0", "airbnb-browser-shims": "^3.3.0", "axios": "^0.27.2",