fix: upgrade lru-cache from 7.14.0 to 7.14.1

Snyk has created this PR to upgrade lru-cache from 7.14.0 to 7.14.1.

See this package in npm:
https://www.npmjs.com/package/lru-cache

See this project in Snyk:
https://app.snyk.io/org/mystikfluu/project/c5b23892-809c-4121-9c2f-67962c7a4953?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-11-24 16:42:05 +00:00
parent 7369910f84
commit dcbc7cdaa9
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -18,7 +18,7 @@
"express-fileupload": "^1.3.1",
"express-useragent": "^1.0.15",
"html-minifier-terser": "^7.0.0",
"lru-cache": "^7.14.0",
"lru-cache": "^7.14.1",
"mysql": "^2.18.1",
"newrelic": "^9.5.0",
"sharp": "^0.30.7",
@ -1337,9 +1337,9 @@
}
},
"node_modules/lru-cache": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz",
"integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==",
"version": "7.14.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz",
"integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==",
"engines": {
"node": ">=12"
}
@ -3453,9 +3453,9 @@
}
},
"lru-cache": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz",
"integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ=="
"version": "7.14.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz",
"integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA=="
},
"media-typer": {
"version": "0.3.0",

View File

@ -9,7 +9,7 @@
"express-fileupload": "^1.3.1",
"express-useragent": "^1.0.15",
"html-minifier-terser": "^7.0.0",
"lru-cache": "^7.14.0",
"lru-cache": "^7.14.1",
"mysql": "^2.18.1",
"newrelic": "^9.5.0",
"sharp": "^0.30.7",