chore(deps): bump lru-cache from 11.0.1 to 11.0.2 in /web/ui (#15596)

Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.0.1 to 11.0.2.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.0.1...v11.0.2)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-11 15:40:47 +01:00 committed by GitHub
parent e07de08950
commit ab3681fdd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -30,7 +30,7 @@
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md", "homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
"dependencies": { "dependencies": {
"@prometheus-io/lezer-promql": "0.300.0", "@prometheus-io/lezer-promql": "0.300.0",
"lru-cache": "^11.0.1" "lru-cache": "^11.0.2"
}, },
"devDependencies": { "devDependencies": {
"@codemirror/autocomplete": "^6.18.1", "@codemirror/autocomplete": "^6.18.1",

View file

@ -151,7 +151,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@prometheus-io/lezer-promql": "0.300.0", "@prometheus-io/lezer-promql": "0.300.0",
"lru-cache": "^11.0.1" "lru-cache": "^11.0.2"
}, },
"devDependencies": { "devDependencies": {
"@codemirror/autocomplete": "^6.18.1", "@codemirror/autocomplete": "^6.18.1",
@ -6968,9 +6968,10 @@
} }
}, },
"node_modules/lru-cache": { "node_modules/lru-cache": {
"version": "11.0.1", "version": "11.0.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz",
"integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==",
"license": "ISC",
"engines": { "engines": {
"node": "20 || >=22" "node": "20 || >=22"
} }