Skip to content

Commit 185c7f6

Browse files
Merge pull request nestjs#3746 from nestjs/renovate/fastify-cors-3.x
fix(deps): update dependency fastify-cors to v3.0.1
2 parents cee9aa5 + fe89c17 commit 185c7f6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"fast-json-stringify": "1.16.0",
6060
"fast-safe-stringify": "2.0.7",
6161
"fastify": "2.10.0",
62-
"fastify-cors": "3.0.0",
62+
"fastify-cors": "3.0.1",
6363
"fastify-formbody": "3.1.0",
6464
"fastify-multipart": "1.0.4",
6565
"graphql": "14.5.8",

packages/platform-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"fastify": "2.11.0",
21-
"fastify-cors": "3.0.0",
21+
"fastify-cors": "3.0.1",
2222
"fastify-formbody": "3.1.0",
2323
"path-to-regexp": "3.2.0"
2424
},

0 commit comments

Comments
 (0)