mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(deps): update dependency fastify-cors to v3
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user