Skip to content

Commit

Permalink
chore(deps): bump fastify-cors from 6.0.3 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 6.0.3 to 6.1.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/commits)

---
updated-dependencies:
- dependency-name: fastify-cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2022
1 parent 5eedf8a commit e0255e7
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 25 deletions.
110 changes: 90 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.5.5",
"socket.io": "4.4.1",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uuid": "8.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -122,7 +122,7 @@
"eventsource": "2.0.0",
"fancy-log": "2.0.0",
"fastify": "3.29.0",
"fastify-cors": "6.0.3",
"fastify-cors": "6.1.0",
"fastify-formbody": "5.2.0",
"fastify-multipart": "5.3.1",
"fastify-static": "4.6.1",
Expand Down Expand Up @@ -152,7 +152,7 @@
"multer": "1.4.4",
"mysql2": "2.3.3",
"nats": "2.6.1",
"nodemon": "2.0.15",
"nodemon": "2.0.16",
"nyc": "15.1.0",
"point-of-view": "5.2.0",
"prettier": "2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"dependencies": {
"fastify": "3.29.0",
"fastify-cors": "6.0.3",
"fastify-cors": "6.1.0",
"fastify-formbody": "5.2.0",
"light-my-request": "4.10.1",
"middie": "6.0.0",
"path-to-regexp": "3.2.0",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand Down

0 comments on commit e0255e7

Please sign in to comment.