Skip to content

Commit

Permalink
deps: update lru-cache requirement from ^7.4.0 to ^7.4.1 (#55)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Mar 8, 2022
1 parent 01a40f1 commit 17c1e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@npmcli/promise-spawn": "^1.3.2",
"lru-cache": "^7.4.0",
"lru-cache": "^7.4.1",
"mkdirp": "^1.0.4",
"npm-pick-manifest": "^7.0.0",
"proc-log": "^2.0.0",
Expand Down

0 comments on commit 17c1e8a

Please sign in to comment.