Skip to content

Commit fd81688

Browse files
chore(all): bump @fastify/cors from 8.5.0 to 11.1.0
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.5.0 to 11.1.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](fastify/fastify-cors@v8.5.0...v11.1.0) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1de2ef0 commit fd81688

File tree

3 files changed

+7
-38
lines changed

3 files changed

+7
-38
lines changed

package-lock.json

Lines changed: 5 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@fastify/cookie": "^11.0.2",
22-
"@fastify/cors": "^11.0.1",
22+
"@fastify/cors": "^11.1.0",
2323
"@fastify/swagger": "^9.5.1",
2424
"@fastify/swagger-ui": "^5.2.3",
2525
"@libsql/client": "^0.15.10",

services/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node-fetch": "^3.3.0",
3333
"cli-table3": "^0.6.3",
3434
"fastify": "^4.24.3",
35-
"@fastify/cors": "^8.4.0",
35+
"@fastify/cors": "^11.1.0",
3636
"@fastify/helmet": "^11.1.1",
3737
"uuid": "^11.1.0",
3838
"fs-extra": "^11.1.1"

0 commit comments

Comments
 (0)