refactor: upgrade lru-cache from 7.10.1 to 7.10.2 (#8102)

This commit is contained in:
Snyk bot
2022-07-25 14:09:27 +02:00
committed by GitHub
parent 145008c7d1
commit 1246551be3
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.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.10.1.tgz",
"integrity": "sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A=="
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.10.2.tgz",
"integrity": "sha512-9zDbhgmXAUvUMPV81A705K3tVzcPiZL3Bf5/5JC/FjYJlLZ5AJCeqIRFHJqyBppiLosqF+uKB7p8/RDXylqBIw=="
},
"lru-memoizer": {
"version": "2.1.4",

View File

@@ -41,7 +41,7 @@
"jwks-rsa": "2.1.4",
"ldapjs": "2.3.2",
"lodash": "4.17.21",
"lru-cache": "7.10.1",
"lru-cache": "7.10.2",
"mime": "3.0.0",
"mongodb": "4.6.0",
"mustache": "4.2.0",