Skip to content

Commit c97dd10

Browse files
committed
fix(deps): update dependency fastify-cors to v2.2.0
1 parent 34e4723 commit c97dd10

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

package-lock.json

Lines changed: 19 additions & 4 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
@@ -51,7 +51,7 @@
5151
"fast-json-stringify": "1.15.5",
5252
"fast-safe-stringify": "2.0.7",
5353
"fastify": "2.10.0",
54-
"fastify-cors": "2.1.3",
54+
"fastify-cors": "2.2.0",
5555
"fastify-formbody": "3.1.0",
5656
"fastify-multipart": "1.0.2",
5757
"graphql": "14.5.8",

packages/platform-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"fastify": "2.10.0",
16-
"fastify-cors": "2.1.3",
16+
"fastify-cors": "2.2.0",
1717
"fastify-formbody": "3.1.0",
1818
"path-to-regexp": "3.1.0"
1919
},

0 commit comments

Comments
 (0)