Skip to content

Commit

Permalink
build(deps): bump lru-cache and @types/lru-cache in /web/ui
Browse files Browse the repository at this point in the history
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) and [@types/lru-cache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lru-cache). These dependencies needed to be updated together.

Updates `lru-cache` from 6.0.0 to 7.10.1
- [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@v6.0.0...v7.10.1)

Updates `@types/lru-cache` from 5.1.1 to 7.10.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lru-cache)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/lru-cache"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
1 parent d906278 commit 97031b4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 16 deletions.
4 changes: 2 additions & 2 deletions web/ui/module/codemirror-promql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
"dependencies": {
"lezer-promql": "0.23.0",
"lru-cache": "^6.0.0"
"lru-cache": "^7.10.1"
},
"devDependencies": {
"@codemirror/autocomplete": "^0.19.15",
Expand All @@ -41,7 +41,7 @@
"@codemirror/view": "^0.19.48",
"@lezer/common": "^0.15.12",
"@lezer/lr": "^0.15.8",
"@types/lru-cache": "^5.1.1",
"@types/lru-cache": "^7.10.10",
"isomorphic-fetch": "^3.0.0",
"nock": "^13.2.4"
},
Expand Down
54 changes: 40 additions & 14 deletions web/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97031b4

Please sign in to comment.