chore(deps): update dependency fastify to ^4.9.2

This commit is contained in:
renovate[bot] 2022-10-18 09:11:04 +00:00
parent 14550bcb29
commit a866c5d2e1
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.9.1",
"fastify": "^4.9.2",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -36,7 +36,7 @@
"peerDependencies": {
"@nestjs/common": "^9.1.4",
"express": "^4.18.2",
"fastify": "^4.9.1",
"fastify": "^4.9.2",
"typeorm": "^0.3.10"
}
},
@ -3420,9 +3420,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.9.1.tgz",
"integrity": "sha512-n5e3TSO8Wzc8kw8bZoF+ydTbbU9pq0eXNciEAqewa7kwHZQM4o9lRcgZeh7R9IhDSiOuII2kT8Q00y6Cnj7HPg==",
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.9.2.tgz",
"integrity": "sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.3.1",
@ -9945,9 +9945,9 @@
"dev": true
},
"fastify": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.9.1.tgz",
"integrity": "sha512-n5e3TSO8Wzc8kw8bZoF+ydTbbU9pq0eXNciEAqewa7kwHZQM4o9lRcgZeh7R9IhDSiOuII2kT8Q00y6Cnj7HPg==",
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.9.2.tgz",
"integrity": "sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.3.1",

View File

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