chore(deps): update dependency fastify to ^4.26.2 (#882)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-07 12:05:27 +01:00 committed by GitHub
parent caaa48b771
commit 5031cb24c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -25,7 +25,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fastify": "^4.26.1",
"fastify": "^4.26.2",
"jest": "^29.7.0",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -41,7 +41,7 @@
"@nestjs/common": "^10.3.3",
"@nestjs/swagger": "^7.3.0",
"express": "^4.18.2",
"fastify": "^4.26.1",
"fastify": "^4.26.2",
"typeorm": "^0.3.17"
}
},
@ -4200,9 +4200,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.26.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.1.tgz",
"integrity": "sha512-tznA/G55dsxzM5XChBfcvVSloG2ejeeotfPPJSFaWmHyCDVGMpvf3nRNbsCb/JTBF9RmQFBfuujWt3Nphjesng==",
"version": "4.26.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.2.tgz",
"integrity": "sha512-90pjTuPGrfVKtdpLeLzND5nyC4woXZN5VadiNQCicj/iJU4viNHKhsAnb7jmv1vu2IzkLXyBiCzdWuzeXgQ5Ug==",
"dev": true,
"funding": [
{
@ -11781,9 +11781,9 @@
"dev": true
},
"fastify": {
"version": "4.26.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.1.tgz",
"integrity": "sha512-tznA/G55dsxzM5XChBfcvVSloG2ejeeotfPPJSFaWmHyCDVGMpvf3nRNbsCb/JTBF9RmQFBfuujWt3Nphjesng==",
"version": "4.26.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.2.tgz",
"integrity": "sha512-90pjTuPGrfVKtdpLeLzND5nyC4woXZN5VadiNQCicj/iJU4viNHKhsAnb7jmv1vu2IzkLXyBiCzdWuzeXgQ5Ug==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.5.0",

View File

@ -45,7 +45,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fastify": "^4.26.1",
"fastify": "^4.26.2",
"jest": "^29.7.0",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -64,7 +64,7 @@
"@nestjs/common": "^10.3.3",
"@nestjs/swagger": "^7.3.0",
"express": "^4.18.2",
"fastify": "^4.26.1",
"fastify": "^4.26.2",
"typeorm": "^0.3.17"
},
"jest": {