diff --git a/package-lock.json b/package-lock.json index 62189df380..1296c2cd77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9179,9 +9179,9 @@ "dev": true }, "lru-cache": { - "version": "7.10.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.10.2.tgz", - "integrity": "sha512-9zDbhgmXAUvUMPV81A705K3tVzcPiZL3Bf5/5JC/FjYJlLZ5AJCeqIRFHJqyBppiLosqF+uKB7p8/RDXylqBIw==" + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.12.0.tgz", + "integrity": "sha512-OIP3DwzRZDfLg9B9VP/huWBlpvbkmbfiBy8xmsXp4RPmE4A3MhwNozc5ZJ3fWnSg8fDcdlE/neRTPG2ycEKliw==" }, "lru-memoizer": { "version": "2.1.4", diff --git a/package.json b/package.json index 1cfd52b93a..5712ff4536 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jwks-rsa": "2.1.4", "ldapjs": "2.3.3", "lodash": "4.17.21", - "lru-cache": "7.10.2", + "lru-cache": "7.12.0", "mime": "3.0.0", "mongodb": "4.6.0", "mustache": "4.2.0",