Cross-dependency fix

pull/56/head
Matteo Cargnelutti 2023-09-16 12:26:23 -04:00
rodzic f82edca51c
commit f9535520c4
2 zmienionych plików z 14 dodań i 6 usunięć

18
package-lock.json wygenerowano
Wyświetl plik

@ -31,7 +31,7 @@
"fast-querystring": "^1.0.0",
"fast-redact": "^3.3.0",
"fast-uri": "^2.1.0",
"fastify": "^4.22.2",
"fastify": "^4.23.0",
"fastify-cli": "^5.8.0",
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",
@ -1803,9 +1803,9 @@
"integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg=="
},
"node_modules/fastify": {
"version": "4.22.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.2.tgz",
"integrity": "sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ==",
"version": "4.23.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.2.tgz",
"integrity": "sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==",
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",
"@fastify/error": "^3.2.0",
@ -1822,7 +1822,7 @@
"rfdc": "^1.3.0",
"secure-json-parse": "^2.5.0",
"semver": "^7.5.0",
"tiny-lru": "^11.0.1"
"toad-cache": "^3.2.0"
}
},
"node_modules/fastify-cli": {
@ -6552,6 +6552,14 @@
"node": ">=8.0"
}
},
"node_modules/toad-cache": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.2.0.tgz",
"integrity": "sha512-Hj5zSqBS6OHbZoQk9IU8VqIr+0JUpwzunnwSlFJhG8aJSInYUMEuzItl3kJsGteTPd1qtflafdRHlRtUazYeqg==",
"engines": {
"node": ">=12"
}
},
"node_modules/toidentifier": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",

Wyświetl plik

@ -34,7 +34,7 @@
"fast-querystring": "^1.0.0",
"fast-redact": "^3.3.0",
"fast-uri": "^2.1.0",
"fastify": "^4.22.2",
"fastify": "^4.23.0",
"fastify-cli": "^5.8.0",
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",