diff --git a/package-lock.json b/package-lock.json index 372974a..bacdfb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vitest/eslint-plugin": "^1.3.4", "bson": "^6.10.4", "express": "^5.1.0", - "lru-cache": "^11.1.0", + "lru-cache": "^11.2.2", "mongodb": "^6.19.0", "mongodb-connection-string-url": "^3.0.2", "mongodb-log-writer": "^2.4.1", @@ -5314,9 +5314,9 @@ "license": "MIT" }, "node_modules/lru-cache": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz", - "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz", + "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==", "license": "ISC", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index c353b08..ce6c597 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@vitest/eslint-plugin": "^1.3.4", "bson": "^6.10.4", "express": "^5.1.0", - "lru-cache": "^11.1.0", + "lru-cache": "^11.2.2", "mongodb": "^6.19.0", "mongodb-connection-string-url": "^3.0.2", "mongodb-log-writer": "^2.4.1",