chore(deps): update dependency fastify to ^4.19.1
This commit is contained in:
parent
b52544d2d5
commit
b3f73b1a69
16
package-lock.json
generated
16
package-lock.json
generated
@ -22,7 +22,7 @@
|
||||
"eslint": "^8.44.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fastify": "^4.19.0",
|
||||
"fastify": "^4.19.1",
|
||||
"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.0",
|
||||
"fastify": "^4.19.1",
|
||||
"typeorm": "^0.3.17"
|
||||
}
|
||||
},
|
||||
@ -3498,9 +3498,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "4.19.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.0.tgz",
|
||||
"integrity": "sha512-Fb7w46k3kum/V+OMiw2/LN1lo2xqhJqwTsv+LGie5n7YNdA9bmDUntXfcec9rG6VRDXIBfPf5xmFv2wooBdxzg==",
|
||||
"version": "4.19.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.1.tgz",
|
||||
"integrity": "sha512-99r7xae02BUWI1H8exJidkFJXi/SUZpO18YIJ6SSWIB1bb5CN659ga0iB85oLD+C4D9LeTOKplOJ1/YcFsK7oQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@fastify/ajv-compiler": "^3.5.0",
|
||||
@ -10260,9 +10260,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"fastify": {
|
||||
"version": "4.19.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.0.tgz",
|
||||
"integrity": "sha512-Fb7w46k3kum/V+OMiw2/LN1lo2xqhJqwTsv+LGie5n7YNdA9bmDUntXfcec9rG6VRDXIBfPf5xmFv2wooBdxzg==",
|
||||
"version": "4.19.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.1.tgz",
|
||||
"integrity": "sha512-99r7xae02BUWI1H8exJidkFJXi/SUZpO18YIJ6SSWIB1bb5CN659ga0iB85oLD+C4D9LeTOKplOJ1/YcFsK7oQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@fastify/ajv-compiler": "^3.5.0",
|
||||
|
@ -42,7 +42,7 @@
|
||||
"eslint": "^8.44.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fastify": "^4.19.0",
|
||||
"fastify": "^4.19.1",
|
||||
"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.0",
|
||||
"fastify": "^4.19.1",
|
||||
"typeorm": "^0.3.17"
|
||||
},
|
||||
"jest": {
|
||||
|
Loading…
Reference in New Issue
Block a user