chore(deps): update dependency fastify to ^4.23.1

This commit is contained in:
renovate[bot] 2023-09-13 11:56:44 +00:00
parent 037b97a19e
commit e09a8c2112
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -24,7 +24,7 @@
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fastify": "^4.23.0",
"fastify": "^4.23.1",
"jest": "^29.7.0",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -40,7 +40,7 @@
"@nestjs/common": "^10.2.5",
"@nestjs/swagger": "^7.1.11",
"express": "^4.18.2",
"fastify": "^4.23.0",
"fastify": "^4.23.1",
"typeorm": "^0.3.17"
}
},
@ -4020,9 +4020,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.23.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.0.tgz",
"integrity": "sha512-u4aQUjAqf+GQQI+IeIJtzOKCJHtdwPlGxzopq/Kv6QcEdJ7xuJFSQ5Bi7+uJ+F8990jWECLzRcAyZ4pVsloRpQ==",
"version": "4.23.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.1.tgz",
"integrity": "sha512-JhZWyz2PgjzkDTrTX/PQ6+03s+/r2hC3RiOoF9WQUUHbPGiDJtQch1mg5IyJjUjwhug+/z1XHt5yweZNW4kbMg==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",
@ -11267,9 +11267,9 @@
"dev": true
},
"fastify": {
"version": "4.23.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.0.tgz",
"integrity": "sha512-u4aQUjAqf+GQQI+IeIJtzOKCJHtdwPlGxzopq/Kv6QcEdJ7xuJFSQ5Bi7+uJ+F8990jWECLzRcAyZ4pVsloRpQ==",
"version": "4.23.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.1.tgz",
"integrity": "sha512-JhZWyz2PgjzkDTrTX/PQ6+03s+/r2hC3RiOoF9WQUUHbPGiDJtQch1mg5IyJjUjwhug+/z1XHt5yweZNW4kbMg==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.5.0",

View File

@ -44,7 +44,7 @@
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fastify": "^4.23.0",
"fastify": "^4.23.1",
"jest": "^29.7.0",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -63,7 +63,7 @@
"@nestjs/common": "^10.2.5",
"@nestjs/swagger": "^7.1.11",
"express": "^4.18.2",
"fastify": "^4.23.0",
"fastify": "^4.23.1",
"typeorm": "^0.3.17"
},
"jest": {