fix(deps): update dependency fastify-cors to v3

This commit is contained in:
Renovate Bot
2019-11-22 22:06:41 +00:00
parent f5c9ba01f6
commit 14cbe89b28
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@@ -6734,9 +6734,9 @@
}
},
"fastify-cors": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-2.2.0.tgz",
"integrity": "sha512-xnZmYPWUxrIBEsv5x2JrsDlrskoFkOE0KAwedEe6dn8TCxpARwW6U+nofAKWZMDF+dXkEslRCgrd1ixdEIkB8w==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-3.0.0.tgz",
"integrity": "sha512-bLV7OIZ7ojvLaf0jOEsqAO4ShrBSc6412R6SVDIrFK6vIUAezTAVgk9MqcklZnc3ch/N/IC9kGPu5AfhqAIHkg==",
"requires": {
"fastify-plugin": "^1.6.0",
"vary": "^1.1.2"

View File

@@ -51,7 +51,7 @@
"fast-json-stringify": "1.15.5",
"fast-safe-stringify": "2.0.7",
"fastify": "2.10.0",
"fastify-cors": "2.2.0",
"fastify-cors": "3.0.0",
"fastify-formbody": "3.1.0",
"fastify-multipart": "1.0.2",
"graphql": "14.5.8",

View File

@@ -13,7 +13,7 @@
},
"dependencies": {
"fastify": "2.10.0",
"fastify-cors": "2.2.0",
"fastify-cors": "3.0.0",
"fastify-formbody": "3.1.0",
"path-to-regexp": "3.2.0"
},