chore(deps): update dependency fastify to ^4.10.2

This commit is contained in:
renovate[bot] 2022-11-21 15:36:50 +00:00
parent 9b93174e5d
commit 95fce81b23
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.10.0",
"fastify": "^4.10.2",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -36,7 +36,7 @@
"peerDependencies": {
"@nestjs/common": "^9.2.0",
"express": "^4.18.2",
"fastify": "^4.10.0",
"fastify": "^4.10.2",
"typeorm": "^0.3.10"
}
},
@ -2587,7 +2587,6 @@
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"peer": true,
"engines": {
"node": ">= 0.6"
}
@ -3438,9 +3437,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.0.tgz",
"integrity": "sha512-8yQPT+c/EbETjNxwM9PHeu2U4eXMoXTva0L9zoVgv7/ZCBtovWpfK4RKexhyh5Va3Jg82HovnfCxoZmwcZDfsQ==",
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.2.tgz",
"integrity": "sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.3.1",
@ -3448,6 +3447,7 @@
"@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.2.0",
"content-type": "^1.0.4",
"find-my-way": "^7.3.0",
"light-my-request": "^5.6.1",
"pino": "^8.5.0",
@ -9308,8 +9308,7 @@
"content-type": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"peer": true
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
},
"convert-source-map": {
"version": "1.9.0",
@ -9961,9 +9960,9 @@
"dev": true
},
"fastify": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.0.tgz",
"integrity": "sha512-8yQPT+c/EbETjNxwM9PHeu2U4eXMoXTva0L9zoVgv7/ZCBtovWpfK4RKexhyh5Va3Jg82HovnfCxoZmwcZDfsQ==",
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.2.tgz",
"integrity": "sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.3.1",
@ -9971,6 +9970,7 @@
"@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.2.0",
"content-type": "^1.0.4",
"find-my-way": "^7.3.0",
"light-my-request": "^5.6.1",
"pino": "^8.5.0",

View File

@ -40,7 +40,7 @@
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.10.0",
"fastify": "^4.10.2",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -57,7 +57,7 @@
"peerDependencies": {
"@nestjs/common": "^9.2.0",
"express": "^4.18.2",
"fastify": "^4.10.0",
"fastify": "^4.10.2",
"typeorm": "^0.3.10"
},
"jest": {