chore(deps): update dependency fastify-cors to v2

This commit is contained in:
Renovate Bot 2019-03-06 09:37:58 +00:00
parent 35e91750a5
commit d3138cad4f
2 changed files with 19 additions and 21 deletions

38
package-lock.json generated
View file

@ -2402,9 +2402,26 @@
"@apollographql/graphql-playground-html": "^1.6.6",
"apollo-server-core": "file:packages/apollo-server-core",
"fastify-accepts": "^0.5.0",
"fastify-cors": "^0.2.0",
"fastify-cors": "^2.0.0",
"graphql-subscriptions": "^1.0.0",
"graphql-tools": "^4.0.0"
},
"dependencies": {
"fastify-cors": {
"version": "2.1.2",
"bundled": true,
"requires": {
"fastify-plugin": "^1.5.0",
"vary": "^1.1.2"
}
},
"fastify-plugin": {
"version": "1.5.0",
"bundled": true,
"requires": {
"semver": "^5.5.0"
}
}
}
},
"apollo-server-hapi": {
@ -4770,25 +4787,6 @@
"fastify-plugin": "^0.2.1"
}
},
"fastify-cors": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-0.2.0.tgz",
"integrity": "sha512-bw14FmjHm8oF4TDLkwj2TpssH6O2gE0NpsRqLe7F1Gh9Jf30Lx9ZzIznhqaAKOYS+LJqLIt5snurv7urgqYntA==",
"requires": {
"fastify-plugin": "^1.2.0",
"vary": "^1.1.2"
},
"dependencies": {
"fastify-plugin": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-1.4.0.tgz",
"integrity": "sha512-l6uqDyBp3gBjLQRAi3j2NwSvlbe9LuqULZugnO9iRFfYHWd2SpsZBLI1l4Jakk0VMGfYlB322JPIPYh/2qSHig==",
"requires": {
"semver": "^5.5.0"
}
}
}
},
"fastify-plugin": {
"version": "0.2.2",
"resolved": "http://registry.npmjs.org/fastify-plugin/-/fastify-plugin-0.2.2.tgz",

View file

@ -28,7 +28,7 @@
"@apollographql/graphql-playground-html": "^1.6.6",
"apollo-server-core": "file:../apollo-server-core",
"fastify-accepts": "^0.5.0",
"fastify-cors": "^0.2.0",
"fastify-cors": "^2.0.0",
"graphql-subscriptions": "^1.0.0",
"graphql-tools": "^4.0.0"
},