mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(deps): update dependency find-my-way to v9.5.0
This commit is contained in:
23
package-lock.json
generated
23
package-lock.json
generated
@@ -81,7 +81,7 @@
|
|||||||
"fancy-log": "2.0.0",
|
"fancy-log": "2.0.0",
|
||||||
"fastify": "5.7.4",
|
"fastify": "5.7.4",
|
||||||
"fastify-plugin": "5.1.0",
|
"fastify-plugin": "5.1.0",
|
||||||
"find-my-way": "9.4.0",
|
"find-my-way": "9.5.0",
|
||||||
"globals": "17.3.0",
|
"globals": "17.3.0",
|
||||||
"graphql": "16.12.0",
|
"graphql": "16.12.0",
|
||||||
"graphql-subscriptions": "3.0.0",
|
"graphql-subscriptions": "3.0.0",
|
||||||
@@ -1462,21 +1462,6 @@
|
|||||||
"reusify": "^1.0.4"
|
"reusify": "^1.0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@fastify/middie/node_modules/find-my-way": {
|
|
||||||
"version": "9.4.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.4.0.tgz",
|
|
||||||
"integrity": "sha512-5Ye4vHsypZRYtS01ob/iwHzGRUDELlsoCftI/OZFhcLs1M0tkGPcXldE80TAZC5yYuJMBPJQQ43UHlqbJWiX2w==",
|
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"fast-deep-equal": "^3.1.3",
|
|
||||||
"fast-querystring": "^1.0.0",
|
|
||||||
"safe-regex2": "^5.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=20"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@fastify/multipart": {
|
"node_modules/@fastify/multipart": {
|
||||||
"version": "9.4.0",
|
"version": "9.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.4.0.tgz",
|
||||||
@@ -11728,9 +11713,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/find-my-way": {
|
"node_modules/find-my-way": {
|
||||||
"version": "9.4.0",
|
"version": "9.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.5.0.tgz",
|
||||||
"integrity": "sha512-5Ye4vHsypZRYtS01ob/iwHzGRUDELlsoCftI/OZFhcLs1M0tkGPcXldE80TAZC5yYuJMBPJQQ43UHlqbJWiX2w==",
|
"integrity": "sha512-VW2RfnmscZO5KgBY5XVyKREMW5nMZcxDy+buTOsL+zIPnBlbKm+00sgzoQzq1EVh4aALZLfKdwv6atBGcjvjrQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -130,7 +130,7 @@
|
|||||||
"fancy-log": "2.0.0",
|
"fancy-log": "2.0.0",
|
||||||
"fastify": "5.7.4",
|
"fastify": "5.7.4",
|
||||||
"fastify-plugin": "5.1.0",
|
"fastify-plugin": "5.1.0",
|
||||||
"find-my-way": "9.4.0",
|
"find-my-way": "9.5.0",
|
||||||
"globals": "17.3.0",
|
"globals": "17.3.0",
|
||||||
"graphql": "16.12.0",
|
"graphql": "16.12.0",
|
||||||
"graphql-subscriptions": "3.0.0",
|
"graphql-subscriptions": "3.0.0",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
"fast-querystring": "1.1.2",
|
"fast-querystring": "1.1.2",
|
||||||
"fastify": "5.7.4",
|
"fastify": "5.7.4",
|
||||||
"fastify-plugin": "5.1.0",
|
"fastify-plugin": "5.1.0",
|
||||||
"find-my-way": "9.4.0",
|
"find-my-way": "9.5.0",
|
||||||
"light-my-request": "6.6.0",
|
"light-my-request": "6.6.0",
|
||||||
"path-to-regexp": "8.3.0",
|
"path-to-regexp": "8.3.0",
|
||||||
"reusify": "1.1.0",
|
"reusify": "1.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user