diff --git a/package-lock.json b/package-lock.json index 6f372708..4c93aabf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8576,10 +8576,13 @@ "license": "Apache-2.0" }, "node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "license": "ISC" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", + "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", + "license": "ISC", + "engines": { + "node": "20 || >=22" + } }, "node_modules/make-dir": { "version": "3.1.0", @@ -11577,7 +11580,7 @@ "axios-retry": "^4.5.0", "json-stringify-deterministic": "^1.0.12", "jsonata": "^2.0.5", - "lru-cache": "^10.4.3", + "lru-cache": "^11.0.0", "node-vault": "^0.10.2", "simple-oauth2": "^5.1.0", "uuid": "^11.0.0", diff --git a/schemaregistry/package.json b/schemaregistry/package.json index 5a1a9a60..5610dde4 100644 --- a/schemaregistry/package.json +++ b/schemaregistry/package.json @@ -49,7 +49,7 @@ "axios-retry": "^4.5.0", "json-stringify-deterministic": "^1.0.12", "jsonata": "^2.0.5", - "lru-cache": "^10.4.3", + "lru-cache": "^11.0.0", "node-vault": "^0.10.2", "simple-oauth2": "^5.1.0", "uuid": "^11.0.0",