Bump fastify from 4.9.2 to 4.10.0 (#27)

This commit is contained in:
dependabot[bot] 2022-11-18 09:43:00 +01:00 committed by GitHub
parent fc1bf8b334
commit c24a9731c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
package-lock.json generated
View file

@ -4585,9 +4585,9 @@
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
},
"node_modules/fastify": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.9.2.tgz",
"integrity": "sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.0.tgz",
"integrity": "sha512-8yQPT+c/EbETjNxwM9PHeu2U4eXMoXTva0L9zoVgv7/ZCBtovWpfK4RKexhyh5Va3Jg82HovnfCxoZmwcZDfsQ==",
"dependencies": {
"@fastify/ajv-compiler": "^3.3.1",
"@fastify/error": "^3.0.0",
@ -4602,7 +4602,7 @@
"rfdc": "^1.3.0",
"secure-json-parse": "^2.5.0",
"semver": "^7.3.7",
"tiny-lru": "^9.0.2"
"tiny-lru": "^10.0.0"
}
},
"node_modules/fastify-plugin": {
@ -9868,9 +9868,9 @@
}
},
"node_modules/tiny-lru": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-9.0.3.tgz",
"integrity": "sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-10.0.1.tgz",
"integrity": "sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA==",
"engines": {
"node": ">=6"
}
@ -14219,9 +14219,9 @@
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
},
"fastify": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.9.2.tgz",
"integrity": "sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.0.tgz",
"integrity": "sha512-8yQPT+c/EbETjNxwM9PHeu2U4eXMoXTva0L9zoVgv7/ZCBtovWpfK4RKexhyh5Va3Jg82HovnfCxoZmwcZDfsQ==",
"requires": {
"@fastify/ajv-compiler": "^3.3.1",
"@fastify/error": "^3.0.0",
@ -14236,7 +14236,7 @@
"rfdc": "^1.3.0",
"secure-json-parse": "^2.5.0",
"semver": "^7.3.7",
"tiny-lru": "^9.0.2"
"tiny-lru": "^10.0.0"
}
},
"fastify-plugin": {
@ -18077,9 +18077,9 @@
}
},
"tiny-lru": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-9.0.3.tgz",
"integrity": "sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw=="
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-10.0.1.tgz",
"integrity": "sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA=="
},
"tmp": {
"version": "0.0.33",