Merge branch 'main' into fix/clean-test-warnings

This commit is contained in:
Simone Taeggi 2022-10-07 09:36:22 +02:00
commit 7f05ecb6c1
2 changed files with 9 additions and 2 deletions

View File

@ -78,7 +78,7 @@
"test:unit": "jest --verbose"
},
"dependencies": {
"@koa/cors": "3.4.1",
"@koa/cors": "3.4.2",
"@koa/router": "10.1.1",
"@strapi/admin": "4.4.3",
"@strapi/database": "4.4.3",

View File

@ -2478,7 +2478,14 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@koa/cors@3.4.1", "@koa/cors@^3.1.0":
"@koa/cors@3.4.2":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-3.4.2.tgz#70c13e5843d1762ce78fd8767162cd916132c946"
integrity sha512-NJU7/+h9XAfw/W/dLadDg8JYrQ5EDxstBl9a9G0A++EqvrQpabWcZ4tBxOdW57QjketX66zkOcXE+5V7IjLWYA==
dependencies:
vary "^1.1.2"
"@koa/cors@^3.1.0":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-3.4.1.tgz#ddd5c6ff07a1e60831e1281411a3b9fdb95a5b26"
integrity sha512-/sG9NlpGZ/aBpnRamIlGs+wX+C/IJ5DodNK7iPQIVCG4eUQdGeshGhWQ6JCi7tpnD9sCtFXcS04iTimuaJfh4Q==