chore(deps): update dependency fastify to ^4.10.0

This commit is contained in:
renovate[bot] 2022-11-16 19:20:45 +00:00
parent 9743dc1bdd
commit e60a51dfc4
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.9.2",
"fastify": "^4.10.0",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -36,7 +36,7 @@
"peerDependencies": {
"@nestjs/common": "^9.2.0",
"express": "^4.18.2",
"fastify": "^4.9.2",
"fastify": "^4.10.0",
"typeorm": "^0.3.10"
}
},
@ -3438,9 +3438,9 @@
"dev": true
},
"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==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.3.1",
@ -3456,7 +3456,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/fastq": {
@ -6696,9 +6696,9 @@
}
},
"node_modules/tiny-lru": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-9.0.2.tgz",
"integrity": "sha512-SZwDlvflOPYiImKv2Rh/1uccO+r5JsEexLU1szFsVudzk17Sj250xl75/X3aY4vINS1ZulnCPqcndvW9R0y7Yg==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-10.0.1.tgz",
"integrity": "sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA==",
"dev": true,
"engines": {
"node": ">=6"
@ -9961,9 +9961,9 @@
"dev": true
},
"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==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.3.1",
@ -9979,7 +9979,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"
}
},
"fastq": {
@ -12439,9 +12439,9 @@
}
},
"tiny-lru": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-9.0.2.tgz",
"integrity": "sha512-SZwDlvflOPYiImKv2Rh/1uccO+r5JsEexLU1szFsVudzk17Sj250xl75/X3aY4vINS1ZulnCPqcndvW9R0y7Yg==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-10.0.1.tgz",
"integrity": "sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA==",
"dev": true
},
"tmpl": {

View File

@ -40,7 +40,7 @@
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.9.2",
"fastify": "^4.10.0",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -57,7 +57,7 @@
"peerDependencies": {
"@nestjs/common": "^9.2.0",
"express": "^4.18.2",
"fastify": "^4.9.2",
"fastify": "^4.10.0",
"typeorm": "^0.3.10"
},
"jest": {