chore(deps): update dependency fastify to ^4.12.0

This commit is contained in:
renovate[bot] 2023-01-21 16:30:44 +00:00
parent abaedfe5aa
commit 8efd045d65
2 changed files with 27 additions and 13 deletions

36
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.32.0", "eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.11.0", "fastify": "^4.12.0",
"jest": "^29.3.1", "jest": "^29.3.1",
"prettier": "^2.8.3", "prettier": "^2.8.3",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
@ -36,7 +36,7 @@
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.2.1", "@nestjs/common": "^9.2.1",
"express": "^4.18.2", "express": "^4.18.2",
"fastify": "^4.11.0", "fastify": "^4.12.0",
"typeorm": "^0.3.11" "typeorm": "^0.3.11"
} }
}, },
@ -2587,6 +2587,7 @@
"version": "1.0.4", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"peer": true,
"engines": { "engines": {
"node": ">= 0.6" "node": ">= 0.6"
} }
@ -3319,6 +3320,12 @@
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
"peer": true "peer": true
}, },
"node_modules/fast-content-type-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==",
"dev": true
},
"node_modules/fast-decode-uri-component": { "node_modules/fast-decode-uri-component": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
@ -3437,9 +3444,9 @@
"dev": true "dev": true
}, },
"node_modules/fastify": { "node_modules/fastify": {
"version": "4.11.0", "version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.11.0.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==", "integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@fastify/ajv-compiler": "^3.3.1", "@fastify/ajv-compiler": "^3.3.1",
@ -3447,7 +3454,7 @@
"@fastify/fast-json-stringify-compiler": "^4.1.0", "@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1", "abstract-logging": "^2.0.1",
"avvio": "^8.2.0", "avvio": "^8.2.0",
"content-type": "^1.0.4", "fast-content-type-parse": "^1.0.0",
"find-my-way": "^7.3.0", "find-my-way": "^7.3.0",
"light-my-request": "^5.6.1", "light-my-request": "^5.6.1",
"pino": "^8.5.0", "pino": "^8.5.0",
@ -9308,7 +9315,8 @@
"content-type": { "content-type": {
"version": "1.0.4", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"peer": true
}, },
"convert-source-map": { "convert-source-map": {
"version": "1.9.0", "version": "1.9.0",
@ -9851,6 +9859,12 @@
} }
} }
}, },
"fast-content-type-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==",
"dev": true
},
"fast-decode-uri-component": { "fast-decode-uri-component": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
@ -9960,9 +9974,9 @@
"dev": true "dev": true
}, },
"fastify": { "fastify": {
"version": "4.11.0", "version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.11.0.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==", "integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@fastify/ajv-compiler": "^3.3.1", "@fastify/ajv-compiler": "^3.3.1",
@ -9970,7 +9984,7 @@
"@fastify/fast-json-stringify-compiler": "^4.1.0", "@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1", "abstract-logging": "^2.0.1",
"avvio": "^8.2.0", "avvio": "^8.2.0",
"content-type": "^1.0.4", "fast-content-type-parse": "^1.0.0",
"find-my-way": "^7.3.0", "find-my-way": "^7.3.0",
"light-my-request": "^5.6.1", "light-my-request": "^5.6.1",
"pino": "^8.5.0", "pino": "^8.5.0",

View File

@ -41,7 +41,7 @@
"eslint": "^8.32.0", "eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.11.0", "fastify": "^4.12.0",
"jest": "^29.3.1", "jest": "^29.3.1",
"prettier": "^2.8.3", "prettier": "^2.8.3",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
@ -58,7 +58,7 @@
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.2.1", "@nestjs/common": "^9.2.1",
"express": "^4.18.2", "express": "^4.18.2",
"fastify": "^4.11.0", "fastify": "^4.12.0",
"typeorm": "^0.3.11" "typeorm": "^0.3.11"
}, },
"jest": { "jest": {