chore(deps): update dependency fastify to ^4.19.0
This commit is contained in:
parent
df64d62e83
commit
66bd816346
16
package-lock.json
generated
16
package-lock.json
generated
@ -22,7 +22,7 @@
|
||||
"eslint": "^8.43.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fastify": "^4.18.0",
|
||||
"fastify": "^4.19.0",
|
||||
"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.18.0",
|
||||
"fastify": "^4.19.0",
|
||||
"typeorm": "^0.3.17"
|
||||
}
|
||||
},
|
||||
@ -3489,9 +3489,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "4.18.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.18.0.tgz",
|
||||
"integrity": "sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==",
|
||||
"version": "4.19.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.0.tgz",
|
||||
"integrity": "sha512-Fb7w46k3kum/V+OMiw2/LN1lo2xqhJqwTsv+LGie5n7YNdA9bmDUntXfcec9rG6VRDXIBfPf5xmFv2wooBdxzg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@fastify/ajv-compiler": "^3.5.0",
|
||||
@ -10254,9 +10254,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"fastify": {
|
||||
"version": "4.18.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.18.0.tgz",
|
||||
"integrity": "sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==",
|
||||
"version": "4.19.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.0.tgz",
|
||||
"integrity": "sha512-Fb7w46k3kum/V+OMiw2/LN1lo2xqhJqwTsv+LGie5n7YNdA9bmDUntXfcec9rG6VRDXIBfPf5xmFv2wooBdxzg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@fastify/ajv-compiler": "^3.5.0",
|
||||
|
@ -42,7 +42,7 @@
|
||||
"eslint": "^8.43.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fastify": "^4.18.0",
|
||||
"fastify": "^4.19.0",
|
||||
"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.18.0",
|
||||
"fastify": "^4.19.0",
|
||||
"typeorm": "^0.3.17"
|
||||
},
|
||||
"jest": {
|
||||
|
Loading…
Reference in New Issue
Block a user