From e2e8121840cad782feba70d3b616a46771ec4254 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 May 2025 14:21:14 +0000 Subject: [PATCH] feat: upgrade lru-cache from 6.0.0 to 11.1.0 Snyk has created this PR to upgrade lru-cache from 6.0.0 to 11.1.0. See this package in yarn: lru-cache See this project in Snyk: https://app.snyk.io/org/dustin4444/project/210575e7-2162-445e-89ca-94d93871a6fa?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8648578ac9..5a10229ab1 100644 --- a/package.json +++ b/package.json @@ -3824,7 +3824,7 @@ "debounce": "^1.2.1", "events": "3.2.0", "fast-deep-equal": "^3.1.3", - "lru-cache": "6.0.0", + "lru-cache": "11.1.0", "marked": "^4.0.10", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/yarn.lock b/yarn.lock index 3e47a21893..7c037a9e7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4039,12 +4039,10 @@ loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -lru-cache@6.0.0, lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" +lru-cache@11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117" + integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A== lru-cache@^4.1.5: version "4.1.5" @@ -4054,6 +4052,13 @@ lru-cache@^4.1.5: pseudomap "^1.0.2" yallist "^2.1.2" +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + make-dir@^1.0.0: version "1.3.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"