Skip to content

Commit

Permalink
deps: update lru-cache requirement from ^7.3.1 to ^7.4.0 (#50)
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.3.1...v7.4.0)

---
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 Feb 23, 2022
1 parent 26b66eb commit 3beb9a2
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 @@ -38,7 +38,7 @@
},
"dependencies": {
"@npmcli/promise-spawn": "^1.3.2",
"lru-cache": "^7.3.1",
"lru-cache": "^7.4.0",
"mkdirp": "^1.0.4",
"npm-pick-manifest": "^7.0.0",
"proc-log": "^2.0.0",
Expand Down

0 comments on commit 3beb9a2

Please sign in to comment.