Skip to content

Commit 3beb9a2

Browse files
deps: update lru-cache requirement from ^7.3.1 to ^7.4.0 (#50)
Updates the requirements on [lru-cache](https://github.com/isaacs/node-lru-cache) to permit the latest version. - [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.3.1...v7.4.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26b66eb commit 3beb9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@npmcli/promise-spawn": "^1.3.2",
41-
"lru-cache": "^7.3.1",
41+
"lru-cache": "^7.4.0",
4242
"mkdirp": "^1.0.4",
4343
"npm-pick-manifest": "^7.0.0",
4444
"proc-log": "^2.0.0",

0 commit comments

Comments
 (0)