Skip to content

Commit 202eb33

Browse files
Bump lru-cache from 7.17.0 to 7.18.3 (#828)
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.17.0 to 7.18.3. - [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.17.0...v7.18.3) --- 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 8ba7e3e commit 202eb33

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.17.0",
583+
"lru-cache": "^7.18.3",
584584
"ts-pattern": "^4.2.1",
585585
"vscode-languageclient": "^8.1.0",
586586
"which": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,10 +1715,10 @@ lru-cache@^6.0.0:
17151715
dependencies:
17161716
yallist "^4.0.0"
17171717

1718-
lru-cache@^7.17.0:
1719-
version "7.17.0"
1720-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.17.0.tgz#00c7ba5919e5ea7c69ff94ddabbf32cb09ab805c"
1721-
integrity sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ==
1718+
lru-cache@^7.18.3:
1719+
version "7.18.3"
1720+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
1721+
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
17221722

17231723
merge-stream@^2.0.0:
17241724
version "2.0.0"

0 commit comments

Comments
 (0)