diff --git a/package.json b/package.json index dde58265..3963d9c0 100644 --- a/package.json +++ b/package.json @@ -580,7 +580,7 @@ "cheerio": "^1.0.0-rc.12", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", - "lru-cache": "^7.17.0", + "lru-cache": "^7.18.3", "ts-pattern": "^4.2.1", "vscode-languageclient": "^8.0.2", "which": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 23d97480..6af764ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1715,10 +1715,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lru-cache@^7.17.0: - version "7.17.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.17.0.tgz#00c7ba5919e5ea7c69ff94ddabbf32cb09ab805c" - integrity sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ== +lru-cache@^7.18.3: + version "7.18.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" + integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== merge-stream@^2.0.0: version "2.0.0"