Skip to content

Commit

Permalink
Merge pull request #3374 from nestjs/renovate/fastify-cors-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency fastify-cors to v2.2.0
  • Loading branch information
kamilmysliwiec committed Nov 12, 2019
2 parents 7e8973c + c97dd10 commit af96628
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
23 changes: 19 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"fast-json-stringify": "1.15.5",
"fast-safe-stringify": "2.0.7",
"fastify": "2.10.0",
"fastify-cors": "2.1.3",
"fastify-cors": "2.2.0",
"fastify-formbody": "3.1.0",
"fastify-multipart": "1.0.2",
"graphql": "14.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"fastify": "2.10.0",
"fastify-cors": "2.1.3",
"fastify-cors": "2.2.0",
"fastify-formbody": "3.1.0",
"path-to-regexp": "3.2.0"
},
Expand Down

0 comments on commit af96628

Please sign in to comment.