Skip to content

Commit 5234621

Browse files
Bump lru-cache from 7.14.1 to 7.17.0 (#825)
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.14.1 to 7.17.0. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](isaacs/node-lru-cache@v7.14.1...v7.17.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 232e850 commit 5234621

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
"cheerio": "^1.0.0-rc.12",
581581
"js-yaml": "^4.1.0",
582582
"lodash-es": "^4.17.21",
583-
"lru-cache": "^7.14.1",
583+
"lru-cache": "^7.17.0",
584584
"ts-pattern": "^4.0.6",
585585
"vscode-languageclient": "^8.0.2",
586586
"which": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,10 +1681,10 @@ lru-cache@^6.0.0:
16811681
dependencies:
16821682
yallist "^4.0.0"
16831683

1684-
lru-cache@^7.14.1:
1685-
version "7.14.1"
1686-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
1687-
integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==
1684+
lru-cache@^7.17.0:
1685+
version "7.17.0"
1686+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.17.0.tgz#00c7ba5919e5ea7c69ff94ddabbf32cb09ab805c"
1687+
integrity sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ==
16881688

16891689
merge-stream@^2.0.0:
16901690
version "2.0.0"

0 commit comments

Comments
 (0)