mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
chore(deps): bump @koa/cors from 3.4.3 to 5.0.0
fixes https://www.npmjs.com/advisories/1095223
This commit is contained in:
parent
1e46ca9254
commit
9ffea33d6d
@ -111,7 +111,7 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@koa/cors": "3.4.3",
|
||||
"@koa/cors": "5.0.0",
|
||||
"@koa/router": "10.1.1",
|
||||
"@strapi/admin": "4.21.0",
|
||||
"@strapi/content-releases": "4.21.0",
|
||||
|
@ -44,7 +44,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@casl/ability": "6.5.0",
|
||||
"@koa/cors": "3.4.3",
|
||||
"@koa/cors": "5.0.0",
|
||||
"@koa/router": "10.1.1",
|
||||
"@strapi/database": "4.21.0",
|
||||
"@strapi/logger": "4.21.0",
|
||||
|
15
yarn.lock
15
yarn.lock
@ -4136,7 +4136,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@koa/cors@npm:3.4.3, @koa/cors@npm:^3.1.0":
|
||||
"@koa/cors@npm:5.0.0":
|
||||
version: 5.0.0
|
||||
resolution: "@koa/cors@npm:5.0.0"
|
||||
dependencies:
|
||||
vary: "npm:^1.1.2"
|
||||
checksum: 3a0e32fbc422a5f9a41540ce3b7499d46073ddb0e4e851394a74bac5ecd0eaa1f24a8f189b7bd6a50c5863788ae6945c52d990edf99fdd2151a4404f266fe2e7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@koa/cors@npm:^3.1.0":
|
||||
version: 3.4.3
|
||||
resolution: "@koa/cors@npm:3.4.3"
|
||||
dependencies:
|
||||
@ -8767,7 +8776,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/strapi@workspace:packages/core/strapi"
|
||||
dependencies:
|
||||
"@koa/cors": "npm:3.4.3"
|
||||
"@koa/cors": "npm:5.0.0"
|
||||
"@koa/router": "npm:10.1.1"
|
||||
"@strapi/admin": "npm:4.21.0"
|
||||
"@strapi/content-releases": "npm:4.21.0"
|
||||
@ -8871,7 +8880,7 @@ __metadata:
|
||||
resolution: "@strapi/types@workspace:packages/core/types"
|
||||
dependencies:
|
||||
"@casl/ability": "npm:6.5.0"
|
||||
"@koa/cors": "npm:3.4.3"
|
||||
"@koa/cors": "npm:5.0.0"
|
||||
"@koa/router": "npm:10.1.1"
|
||||
"@strapi/database": "npm:4.21.0"
|
||||
"@strapi/logger": "npm:4.21.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user