build(deps): bump lru-cache from 7.18.3 to 11.0.1 in /web/ui

Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
This commit is contained in:
junya koyama 2024-09-17 23:13:29 +09:00
parent d0d57ff642
commit 8dae42828d
No known key found for this signature in database
GPG key ID: CF96D4804B10B725
2 changed files with 6 additions and 7 deletions

View file

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

View file

@ -163,7 +163,7 @@
"license": "Apache-2.0",
"dependencies": {
"@prometheus-io/lezer-promql": "0.300.0-beta.0",
"lru-cache": "^7.18.3"
"lru-cache": "^11.0.1"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.17.0",
@ -7050,12 +7050,11 @@
}
},
"node_modules/lru-cache": {
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
"license": "ISC",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz",
"integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==",
"engines": {
"node": ">=12"
"node": "20 || >=22"
}
},
"node_modules/lz-string": {