chore(deps): update dependency fastify to ^4.3.0 (#266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4bbd146167
commit
ff3355eb7e
60
package-lock.json
generated
60
package-lock.json
generated
@ -22,7 +22,7 @@
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fastify": "^4.2.0",
|
||||
"fastify": "^4.3.0",
|
||||
"jest": "^28.1.3",
|
||||
"prettier": "^2.7.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
@ -36,7 +36,7 @@
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^9.0.5",
|
||||
"express": "^4.18.1",
|
||||
"fastify": "^4.2.0",
|
||||
"fastify": "^4.3.0",
|
||||
"typeorm": "^0.3.7"
|
||||
}
|
||||
},
|
||||
@ -652,14 +652,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@fastify/ajv-compiler": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.1.0.tgz",
|
||||
"integrity": "sha512-+hRMMxcUmdqtnCGPwrI2yczFdlgp3IBR88WlPLimXlgRb8vHBTXz38I17R/9ui+hIt9jx0uOdZKOis77VooHfA==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.1.2.tgz",
|
||||
"integrity": "sha512-m2nzzQJeuVmeGOB9rnII9sZiY8AZ02a9WMQfMBfK1jxdFnxm3FPYKGbYpPjODj4halNogwpolyugbTNpnDCi0A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"ajv": "^8.10.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"fast-uri": "^1.0.1"
|
||||
"fast-uri": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@fastify/ajv-compiler/node_modules/ajv": {
|
||||
@ -3269,12 +3269,6 @@
|
||||
"url": "https://github.com/sponsors/epoberezkin"
|
||||
}
|
||||
},
|
||||
"node_modules/fast-json-stringify/node_modules/fast-uri": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.1.0.tgz",
|
||||
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/fast-json-stringify/node_modules/json-schema-traverse": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
||||
@ -3297,18 +3291,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fast-uri": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-1.0.1.tgz",
|
||||
"integrity": "sha512-dbO/+ny6lX4tt7pvfPMTiHfQVR5igYKFa5BJ2a21TWuOgd2ySp5DYswsEGuMcJZLL3/eJ/MQJ5KNcXyNUvDt8w==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.1.0.tgz",
|
||||
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.2.0.tgz",
|
||||
"integrity": "sha512-0QXEp+8ceKc0fwVakeBLM/1Ss/+fc7a3auuygT+1GjbSAgHfwqxSucUuu0rYjziu32UgEZXfjItYN/a89HWKhw==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.3.0.tgz",
|
||||
"integrity": "sha512-9q5Ron8jWmX6ElFkgZH4zmIIXdnkGIu16JozWG2ohcs7th5rAo1ymNi+rn6xCmbWc6jl9lf+9OxVe93LOg6/2w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@fastify/ajv-compiler": "^3.1.0",
|
||||
"@fastify/ajv-compiler": "^3.1.1",
|
||||
"@fastify/error": "^3.0.0",
|
||||
"@fastify/fast-json-stringify-compiler": "^4.0.0",
|
||||
"abstract-logging": "^2.0.1",
|
||||
@ -7710,14 +7704,14 @@
|
||||
}
|
||||
},
|
||||
"@fastify/ajv-compiler": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.1.0.tgz",
|
||||
"integrity": "sha512-+hRMMxcUmdqtnCGPwrI2yczFdlgp3IBR88WlPLimXlgRb8vHBTXz38I17R/9ui+hIt9jx0uOdZKOis77VooHfA==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.1.2.tgz",
|
||||
"integrity": "sha512-m2nzzQJeuVmeGOB9rnII9sZiY8AZ02a9WMQfMBfK1jxdFnxm3FPYKGbYpPjODj4halNogwpolyugbTNpnDCi0A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ajv": "^8.10.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"fast-uri": "^1.0.1"
|
||||
"fast-uri": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": {
|
||||
@ -9741,12 +9735,6 @@
|
||||
"uri-js": "^4.2.2"
|
||||
}
|
||||
},
|
||||
"fast-uri": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.1.0.tgz",
|
||||
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==",
|
||||
"dev": true
|
||||
},
|
||||
"json-schema-traverse": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
||||
@ -9768,18 +9756,18 @@
|
||||
"dev": true
|
||||
},
|
||||
"fast-uri": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-1.0.1.tgz",
|
||||
"integrity": "sha512-dbO/+ny6lX4tt7pvfPMTiHfQVR5igYKFa5BJ2a21TWuOgd2ySp5DYswsEGuMcJZLL3/eJ/MQJ5KNcXyNUvDt8w==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.1.0.tgz",
|
||||
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==",
|
||||
"dev": true
|
||||
},
|
||||
"fastify": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.2.0.tgz",
|
||||
"integrity": "sha512-0QXEp+8ceKc0fwVakeBLM/1Ss/+fc7a3auuygT+1GjbSAgHfwqxSucUuu0rYjziu32UgEZXfjItYN/a89HWKhw==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.3.0.tgz",
|
||||
"integrity": "sha512-9q5Ron8jWmX6ElFkgZH4zmIIXdnkGIu16JozWG2ohcs7th5rAo1ymNi+rn6xCmbWc6jl9lf+9OxVe93LOg6/2w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@fastify/ajv-compiler": "^3.1.0",
|
||||
"@fastify/ajv-compiler": "^3.1.1",
|
||||
"@fastify/error": "^3.0.0",
|
||||
"@fastify/fast-json-stringify-compiler": "^4.0.0",
|
||||
"abstract-logging": "^2.0.1",
|
||||
|
@ -40,7 +40,7 @@
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fastify": "^4.2.0",
|
||||
"fastify": "^4.3.0",
|
||||
"jest": "^28.1.3",
|
||||
"prettier": "^2.7.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
@ -57,7 +57,7 @@
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^9.0.5",
|
||||
"express": "^4.18.1",
|
||||
"fastify": "^4.2.0",
|
||||
"fastify": "^4.3.0",
|
||||
"typeorm": "^0.3.7"
|
||||
},
|
||||
"jest": {
|
||||
|
Loading…
Reference in New Issue
Block a user