Merge pull request #16408 from nestjs/renovate/find-my-way-9.x

fix(deps): update dependency find-my-way to v9.5.0
This commit is contained in:
Kamil Mysliwiec
2026-02-21 13:53:37 +01:00
committed by GitHub
3 changed files with 6 additions and 21 deletions

23
package-lock.json generated
View File

@@ -81,7 +81,7 @@
"fancy-log": "2.0.0",
"fastify": "5.7.4",
"fastify-plugin": "5.1.0",
"find-my-way": "9.4.0",
"find-my-way": "9.5.0",
"globals": "17.3.0",
"graphql": "16.12.0",
"graphql-subscriptions": "3.0.0",
@@ -1462,21 +1462,6 @@
"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": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.4.0.tgz",
@@ -11728,9 +11713,9 @@
}
},
"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==",
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.5.0.tgz",
"integrity": "sha512-VW2RfnmscZO5KgBY5XVyKREMW5nMZcxDy+buTOsL+zIPnBlbKm+00sgzoQzq1EVh4aALZLfKdwv6atBGcjvjrQ==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -130,7 +130,7 @@
"fancy-log": "2.0.0",
"fastify": "5.7.4",
"fastify-plugin": "5.1.0",
"find-my-way": "9.4.0",
"find-my-way": "9.5.0",
"globals": "17.3.0",
"graphql": "16.12.0",
"graphql-subscriptions": "3.0.0",

View File

@@ -23,7 +23,7 @@
"fast-querystring": "1.1.2",
"fastify": "5.7.4",
"fastify-plugin": "5.1.0",
"find-my-way": "9.4.0",
"find-my-way": "9.5.0",
"light-my-request": "6.6.0",
"path-to-regexp": "8.3.0",
"reusify": "1.1.0",