fix(deps): update dependency fastify to v4.13.0

pull/49525/head^2
renovate[bot] 2023-02-26 03:37:27 +00:00
parent 289cf7481e
commit e0975e21e5
2 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@
"dependencies": {
"@fastify/middie": "8.1",
"@fastify/mongodb": "6.2.0",
"fastify": "4.10.2",
"fastify": "4.13.0",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0"
},

15
package-lock.json generated
View File

@ -116,7 +116,7 @@
"dependencies": {
"@fastify/middie": "8.1",
"@fastify/mongodb": "6.2.0",
"fastify": "4.10.2",
"fastify": "4.13.0",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0"
},
@ -25883,6 +25883,11 @@
"node": "> 0.1.90"
}
},
"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=="
},
"node_modules/fast-copy": {
"version": "2.1.1",
"license": "MIT"
@ -26031,16 +26036,16 @@
}
},
"node_modules/fastify": {
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.2.tgz",
"integrity": "sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.13.0.tgz",
"integrity": "sha512-p9ibdFWH3pZ7KPgmfHPKGUy2W4EWU2TEpwlcu58w4CwGyU3ARFfh2kwq6zpZ5W2ZGVbufi4tZbqHIHAlX/9Z/A==",
"dependencies": {
"@fastify/ajv-compiler": "^3.3.1",
"@fastify/error": "^3.0.0",
"@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.2.0",
"content-type": "^1.0.4",
"fast-content-type-parse": "^1.0.0",
"find-my-way": "^7.3.0",
"light-my-request": "^5.6.1",
"pino": "^8.5.0",