chore(deps): update dependency fastify to ^4.19.2

This commit is contained in:
renovate[bot] 2023-07-03 16:11:15 +00:00
parent b3f73b1a69
commit 9accd5936d
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.19.1",
"fastify": "^4.19.2",
"jest": "^29.5.0",
"pg": "^8.11.1",
"prettier": "^2.8.8",
@ -37,7 +37,7 @@
"peerDependencies": {
"@nestjs/common": "^9.4.3",
"express": "^4.18.2",
"fastify": "^4.19.1",
"fastify": "^4.19.2",
"typeorm": "^0.3.17"
}
},
@ -3498,9 +3498,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.1.tgz",
"integrity": "sha512-99r7xae02BUWI1H8exJidkFJXi/SUZpO18YIJ6SSWIB1bb5CN659ga0iB85oLD+C4D9LeTOKplOJ1/YcFsK7oQ==",
"version": "4.19.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.2.tgz",
"integrity": "sha512-2unheeIRWFf9/Jjcz7djOpKuXCTzZjlyFfiBwKqpldkHMN2rfTLu/f9pYTdwlhzC9Cdj0S2H12zlug0Kd5uZ1w==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",
@ -10260,9 +10260,9 @@
"dev": true
},
"fastify": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.1.tgz",
"integrity": "sha512-99r7xae02BUWI1H8exJidkFJXi/SUZpO18YIJ6SSWIB1bb5CN659ga0iB85oLD+C4D9LeTOKplOJ1/YcFsK7oQ==",
"version": "4.19.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.2.tgz",
"integrity": "sha512-2unheeIRWFf9/Jjcz7djOpKuXCTzZjlyFfiBwKqpldkHMN2rfTLu/f9pYTdwlhzC9Cdj0S2H12zlug0Kd5uZ1w==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.5.0",

View File

@ -42,7 +42,7 @@
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.19.1",
"fastify": "^4.19.2",
"jest": "^29.5.0",
"pg": "^8.11.1",
"prettier": "^2.8.8",
@ -60,7 +60,7 @@
"peerDependencies": {
"@nestjs/common": "^9.4.3",
"express": "^4.18.2",
"fastify": "^4.19.1",
"fastify": "^4.19.2",
"typeorm": "^0.3.17"
},
"jest": {