This commit is contained in:
Mystikfluu 2022-11-30 10:54:37 +01:00
commit 2588dbd681
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",