diff --git a/front/package.json b/front/package.json index 57434bd96..cbe438630 100644 --- a/front/package.json +++ b/front/package.json @@ -35,7 +35,7 @@ "fomantic-ui-css": "2.9.3", "idb-keyval": "6.2.1", "lodash-es": "4.17.21", - "lru-cache": "7.14.1", + "lru-cache": "10.2.0", "moment": "2.29.4", "showdown": "2.1.0", "stacktrace-js": "2.0.2", diff --git a/front/yarn.lock b/front/yarn.lock index 2fd21f3d1..f55efc756 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -5383,10 +5383,10 @@ loupe@^2.3.6: dependencies: get-func-name "^2.0.1" -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@10.2.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3" + integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== lru-cache@^5.1.1: version "5.1.1"