Skip to content

Commit

Permalink
[npm]: bump @fastify/cors from 9.0.1 to 10.0.2
Browse files Browse the repository at this point in the history
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 9.0.1 to 10.0.2.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v9.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent fcc9e6b commit 2affed4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@fastify/autoload": "^5.8.0",
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/cors": "^10.0.2",
"@fastify/env": "^4.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/postgres": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/journey-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/cors": "^10.0.2",
"@fastify/env": "^4.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/postgres": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/mock-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "Unlicense",
"dependencies": {
"@fastify/autoload": "^5.8.0",
"@fastify/cors": "^9.0.1",
"@fastify/cors": "^10.0.2",
"@fastify/env": "^4.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/postgres": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/payments-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/cors": "^10.0.2",
"@fastify/env": "^4.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/postgres": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/timeline-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "ISC",
"dependencies": {
"@fastify/autoload": "^5.8.0",
"@fastify/cors": "^9.0.1",
"@fastify/cors": "^10.0.2",
"@fastify/env": "^4.3.0",
"@fastify/postgres": "^5.2.2",
"@fastify/sensible": "^5.5.0",
Expand Down

0 comments on commit 2affed4

Please sign in to comment.