diff --git a/client/src/version.js b/client/src/version.js index cf58fb6c..ef4eb514 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1,3 +1,3 @@ export function version() { - return "5.1t4"; + return "5.1t5"; } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e04accf2..9d132882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cors": "^2.8.5", "dotenv": "^6.1.0", "express": "^4.17.1", - "lru-cache": "^11.0.2", + "lru-cache": "^10.0.0", "lunr": "^2.3.9", "node-mysql": "^0.4.2" }, @@ -4337,12 +4337,12 @@ } }, "node_modules/lru-cache": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz", - "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", + "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==", "license": "ISC", "engines": { - "node": "20 || >=22" + "node": "14 || >=16.14" } }, "node_modules/lunr": { @@ -6693,15 +6693,6 @@ "through": "2.3.8" } }, - "node_modules/terraform/node_modules/lru-cache": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", - "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==", - "dev": true, - "engines": { - "node": "14 || >=16.14" - } - }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", diff --git a/package.json b/package.json index 9abc359c..cf853efd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cors": "^2.8.5", "dotenv": "^6.1.0", "express": "^4.17.1", - "lru-cache": "^11.0.2", + "lru-cache": "^10.0.0", "lunr": "^2.3.9", "node-mysql": "^0.4.2" }