Skip to content

Commit b7f3e28

Browse files
authoredMar 7, 2022
deps: update lru-cache requirement from ^7.4.0 to ^7.4.1 (#113)
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.4.0...v7.4.1) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b915c0a commit b7f3e28

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
@@ -39,7 +39,7 @@
3939
"http-proxy-agent": "^5.0.0",
4040
"https-proxy-agent": "^5.0.0",
4141
"is-lambda": "^1.0.1",
42-
"lru-cache": "^7.4.0",
42+
"lru-cache": "^7.4.1",
4343
"minipass": "^3.1.6",
4444
"minipass-collect": "^1.0.2",
4545
"minipass-fetch": "^2.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.