Merge pull request #51 from 002Hub/snyk-upgrade-d175908bbdede06fa00aaeb469fa5c7d

[Snyk] Upgrade lru-cache from 7.14.0 to 7.14.1
This commit is contained in:
Code002Lover 2022-11-24 18:36:47 +01:00 committed by GitHub
commit 27eb92893f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-fileupload": "^1.3.1",
"express-useragent": "^1.0.15", "express-useragent": "^1.0.15",
"html-minifier-terser": "^7.0.0", "html-minifier-terser": "^7.0.0",
"lru-cache": "^7.14.0", "lru-cache": "^7.14.1",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"newrelic": "^9.5.0", "newrelic": "^9.5.0",
"sharp": "^0.30.7", "sharp": "^0.30.7",
@ -1337,9 +1337,9 @@
} }
}, },
"node_modules/lru-cache": { "node_modules/lru-cache": {
"version": "7.14.0", "version": "7.14.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz",
"integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==", "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
} }
@ -3453,9 +3453,9 @@
} }
}, },
"lru-cache": { "lru-cache": {
"version": "7.14.0", "version": "7.14.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz",
"integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==" "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA=="
}, },
"media-typer": { "media-typer": {
"version": "0.3.0", "version": "0.3.0",

View File

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