From 14607e10411f6c4982b1ab673dd5232ee3aaa882 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Nov 2022 19:02:30 +0000 Subject: [PATCH] Update dependency lru-cache to v7.14.1 --- front/package.json | 2 +- front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index 6b3107ca7..a1b59c01d 100644 --- a/front/package.json +++ b/front/package.json @@ -38,7 +38,7 @@ "idb-keyval": "6.2.0", "js-logger": "1.6.1", "lodash-es": "4.17.21", - "lru-cache": "7.14.0", + "lru-cache": "7.14.1", "moment": "2.29.4", "qs": "6.11.0", "showdown": "2.1.0", diff --git a/front/yarn.lock b/front/yarn.lock index e33d25f21..4be137181 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -4071,10 +4071,10 @@ loupe@^2.3.1: dependencies: get-func-name "^2.0.0" -lru-cache@7.14.0: - version "7.14.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.0.tgz#21be64954a4680e303a09e9468f880b98a0b3c7f" - integrity sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ== +lru-cache@7.14.1: + version "7.14.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea" + integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA== lru-cache@^6.0.0: version "6.0.0"