fix(deps): update dependency fastify to v4.10.2 [security]

This commit is contained in:
renovate[bot]
2023-02-24 20:42:02 +00:00
parent 1e1c933362
commit ab2b6907d2
2 changed files with 16 additions and 10 deletions

View File

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

24
package-lock.json generated
View File

@@ -116,7 +116,7 @@
"dependencies": {
"@fastify/middie": "8.1",
"@fastify/mongodb": "6.1.0",
"fastify": "4.9.2",
"fastify": "4.10.2",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0"
},
@@ -25998,14 +25998,16 @@
}
},
"node_modules/fastify": {
"version": "4.9.2",
"license": "MIT",
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.2.tgz",
"integrity": "sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==",
"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",
"find-my-way": "^7.3.0",
"light-my-request": "^5.6.1",
"pino": "^8.5.0",
@@ -26014,7 +26016,7 @@
"rfdc": "^1.3.0",
"secure-json-parse": "^2.5.0",
"semver": "^7.3.7",
"tiny-lru": "^9.0.2"
"tiny-lru": "^10.0.0"
}
},
"node_modules/fastify-auth0-verify": {
@@ -26039,7 +26041,8 @@
},
"node_modules/fastify/node_modules/lru-cache": {
"version": "6.0.0",
"license": "ISC",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
@@ -26049,7 +26052,8 @@
},
"node_modules/fastify/node_modules/semver": {
"version": "7.3.8",
"license": "ISC",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"dependencies": {
"lru-cache": "^6.0.0"
},
@@ -26062,7 +26066,8 @@
},
"node_modules/fastify/node_modules/yallist": {
"version": "4.0.0",
"license": "ISC"
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/fastparallel": {
"version": "2.4.1",
@@ -50444,8 +50449,9 @@
"license": "MIT"
},
"node_modules/tiny-lru": {
"version": "9.0.3",
"license": "BSD-3-Clause",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-10.0.1.tgz",
"integrity": "sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA==",
"engines": {
"node": ">=6"
}