chore(deps): update dependency fastify to ^4.13.0

This commit is contained in:
renovate[bot] 2023-02-09 19:51:35 +00:00
parent 8c145f67a1
commit 0b44033f41
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.12.0",
"fastify": "^4.13.0",
"jest": "^29.4.2",
"prettier": "^2.8.4",
"reflect-metadata": "^0.1.13",
@ -36,7 +36,7 @@
"peerDependencies": {
"@nestjs/common": "^9.3.7",
"express": "^4.18.2",
"fastify": "^4.12.0",
"fastify": "^4.13.0",
"typeorm": "^0.3.12"
}
},
@ -3445,9 +3445,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.13.0.tgz",
"integrity": "sha512-p9ibdFWH3pZ7KPgmfHPKGUy2W4EWU2TEpwlcu58w4CwGyU3ARFfh2kwq6zpZ5W2ZGVbufi4tZbqHIHAlX/9Z/A==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.3.1",
@ -10056,9 +10056,9 @@
"dev": true
},
"fastify": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.13.0.tgz",
"integrity": "sha512-p9ibdFWH3pZ7KPgmfHPKGUy2W4EWU2TEpwlcu58w4CwGyU3ARFfh2kwq6zpZ5W2ZGVbufi4tZbqHIHAlX/9Z/A==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.3.1",

View File

@ -41,7 +41,7 @@
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.12.0",
"fastify": "^4.13.0",
"jest": "^29.4.2",
"prettier": "^2.8.4",
"reflect-metadata": "^0.1.13",
@ -58,7 +58,7 @@
"peerDependencies": {
"@nestjs/common": "^9.3.7",
"express": "^4.18.2",
"fastify": "^4.12.0",
"fastify": "^4.13.0",
"typeorm": "^0.3.12"
},
"jest": {