fix(deps): update dependency find-my-way to v9.5.0

This commit is contained in:
renovate[bot]
2026-02-21 12:49:34 +00:00
committed by GitHub
parent 94962d4fef
commit 356457e2c0
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", "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": {

View File

@@ -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",

View File

@@ -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",