diff --git a/package.json b/package.json index ae56983..ec493c2 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lodash.foreach": "^4.5.0", "lodash.mapvalues": "^4.6.0", "lodash.throttle": "^4.1.1", - "lru-cache": "^4.1.2", + "lru-cache": "^5.0.0", "next": "^7.0.1", "next-offline": "^3.0.2", "react": "^16.4.1", diff --git a/yarn.lock b/yarn.lock index 59a779b..c15b9a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5814,12 +5814,11 @@ lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.3: pseudomap "^1.0.2" yallist "^2.1.2" -lru-cache@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.2.tgz#45234b2e6e2f2b33da125624c4664929a0224c3f" +lru-cache@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" + yallist "^3.0.2" make-dir@^1.0.0: version "1.3.0"