Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nestjs/terminus": "^11.0.0",
"@nestjs/typeorm": "^11.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"cors": "^2.8.6",
"graphql": "^16.11.0",
"graphql-upload": "15.0.0",
"mysql2": "^3.11.0",
Expand Down
20 changes: 5 additions & 15 deletions graphql-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^8.51.0"
"@typescript-eslint/parser": "npm:^8.56.1"
cookie-parser: "npm:^1.4.7"
cors: "npm:^2.8.5"
cors: "npm:^2.8.6"
eslint: "npm:^9.39.2"
eslint-config-airbnb: "npm:^19.0.4"
eslint-config-airbnb-typescript: "npm:^18.0.0"
Expand Down Expand Up @@ -2628,11 +2628,11 @@ __metadata:
linkType: hard

"@types/cors@npm:^2":
version: 2.8.17
resolution: "@types/cors@npm:2.8.17"
version: 2.8.19
resolution: "@types/cors@npm:2.8.19"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/457364c28c89f3d9ed34800e1de5c6eaaf344d1bb39af122f013322a50bc606eb2aa6f63de4e41a7a08ba7ef454473926c94a830636723da45bf786df032696d
checksum: 10c0/b5dd407040db7d8aa1bd36e79e5f3f32292f6b075abc287529e9f48df1a25fda3e3799ba30b4656667ffb931d3b75690c1d6ca71e39f7337ea6dfda8581916d0
languageName: node
linkType: hard

Expand Down Expand Up @@ -4555,7 +4555,7 @@ __metadata:
languageName: node
linkType: hard

"cors@npm:2.8.6":
"cors@npm:2.8.6, cors@npm:^2.8.5, cors@npm:^2.8.6":
version: 2.8.6
resolution: "cors@npm:2.8.6"
dependencies:
Expand All @@ -4565,16 +4565,6 @@ __metadata:
languageName: node
linkType: hard

"cors@npm:^2.8.5":
version: 2.8.5
resolution: "cors@npm:2.8.5"
dependencies:
object-assign: "npm:^4"
vary: "npm:^1"
checksum: 10c0/373702b7999409922da80de4a61938aabba6929aea5b6fd9096fefb9e8342f626c0ebd7507b0e8b0b311380744cc985f27edebc0a26e0ddb784b54e1085de761
languageName: node
linkType: hard

"cosmiconfig@npm:^8.2.0":
version: 8.3.6
resolution: "cosmiconfig@npm:8.3.6"
Expand Down
Loading