chore(deps): update dependency fastify to ^4.17.0

This commit is contained in:
renovate[bot] 2023-04-27 14:32:23 +00:00
parent c7ca7378d9
commit f5c8d1fd9f
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.16.3",
"fastify": "^4.17.0",
"jest": "^29.5.0",
"pg": "^8.10.0",
"prettier": "^2.8.8",
@ -37,7 +37,7 @@
"peerDependencies": {
"@nestjs/common": "^9.4.0",
"express": "^4.18.2",
"fastify": "^4.16.3",
"fastify": "^4.17.0",
"typeorm": "^0.3.15"
}
},
@ -3462,9 +3462,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.16.3",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.16.3.tgz",
"integrity": "sha512-W45bWZdjAcVxFUBubzkmiMp3VrIRpsqUP6D0NS2Qb1BjTSNNT1NxAubzM8tdMyC5mIBymtvPE3B+DYmItc1rlQ==",
"version": "4.17.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.17.0.tgz",
"integrity": "sha512-tzuY1tgWJo2Y6qEKwmLhFvACUmr68Io2pqP/sDKU71KRM6A6R3DrCDqLGqANbeLZcKUfdfY58ut35CGqemcTgg==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",
@ -10193,9 +10193,9 @@
"dev": true
},
"fastify": {
"version": "4.16.3",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.16.3.tgz",
"integrity": "sha512-W45bWZdjAcVxFUBubzkmiMp3VrIRpsqUP6D0NS2Qb1BjTSNNT1NxAubzM8tdMyC5mIBymtvPE3B+DYmItc1rlQ==",
"version": "4.17.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.17.0.tgz",
"integrity": "sha512-tzuY1tgWJo2Y6qEKwmLhFvACUmr68Io2pqP/sDKU71KRM6A6R3DrCDqLGqANbeLZcKUfdfY58ut35CGqemcTgg==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.5.0",

View File

@ -42,7 +42,7 @@
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.16.3",
"fastify": "^4.17.0",
"jest": "^29.5.0",
"pg": "^8.10.0",
"prettier": "^2.8.8",
@ -60,7 +60,7 @@
"peerDependencies": {
"@nestjs/common": "^9.4.0",
"express": "^4.18.2",
"fastify": "^4.16.3",
"fastify": "^4.17.0",
"typeorm": "^0.3.15"
},
"jest": {