chore(deps): update dependency fastify to ^4.24.3 (#788)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-26 14:09:43 +02:00 committed by GitHub
parent 85615802b5
commit f176fa4fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -24,7 +24,7 @@
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"fastify": "^4.24.2",
"fastify": "^4.24.3",
"jest": "^29.7.0",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -40,7 +40,7 @@
"@nestjs/common": "^10.2.7",
"@nestjs/swagger": "^7.1.14",
"express": "^4.18.2",
"fastify": "^4.24.2",
"fastify": "^4.24.3",
"typeorm": "^0.3.17"
}
},
@ -4103,9 +4103,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.24.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.2.tgz",
"integrity": "sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA==",
"version": "4.24.3",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.3.tgz",
"integrity": "sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",
@ -11427,9 +11427,9 @@
"dev": true
},
"fastify": {
"version": "4.24.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.2.tgz",
"integrity": "sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA==",
"version": "4.24.3",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.3.tgz",
"integrity": "sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.5.0",

View File

@ -44,7 +44,7 @@
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"fastify": "^4.24.2",
"fastify": "^4.24.3",
"jest": "^29.7.0",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -63,7 +63,7 @@
"@nestjs/common": "^10.2.7",
"@nestjs/swagger": "^7.1.14",
"express": "^4.18.2",
"fastify": "^4.24.2",
"fastify": "^4.24.3",
"typeorm": "^0.3.17"
},
"jest": {