refactor: upgrade lru-cache from 7.10.2 to 7.12.0 (#8114)

This commit is contained in:
Snyk bot
2022-07-27 01:37:32 +02:00
committed by GitHub
parent 2ea4e37a37
commit 3351ca7cec
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",