|
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@prometheus-io/lezer-promql": "0.46.0", |
|
|
|
|
"lru-cache": "^6.0.0" |
|
|
|
|
"lru-cache": "^7.18.3" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@codemirror/autocomplete": "^6.7.1", |
|
|
|
|
@ -43,7 +43,6 @@ |
|
|
|
|
"@lezer/common": "^1.0.3", |
|
|
|
|
"@lezer/highlight": "^1.1.6", |
|
|
|
|
"@lezer/lr": "^1.3.6", |
|
|
|
|
"@types/lru-cache": "^5.1.1", |
|
|
|
|
"isomorphic-fetch": "^3.0.0", |
|
|
|
|
"nock": "^13.3.1" |
|
|
|
|
}, |
|
|
|
|
@ -59,6 +58,14 @@ |
|
|
|
|
"@lezer/common": "^1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"module/codemirror-promql/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==", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=12" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"module/lezer-promql": { |
|
|
|
|
"name": "@prometheus-io/lezer-promql", |
|
|
|
|
"version": "0.46.0", |
|
|
|
|
@ -4394,12 +4401,6 @@ |
|
|
|
|
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/lru-cache": { |
|
|
|
|
"version": "5.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", |
|
|
|
|
"integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/mime": { |
|
|
|
|
"version": "3.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", |
|
|
|
|
@ -13216,6 +13217,7 @@ |
|
|
|
|
"version": "6.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", |
|
|
|
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"yallist": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
@ -20712,7 +20714,8 @@ |
|
|
|
|
"node_modules/yallist": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" |
|
|
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/yaml": { |
|
|
|
|
"version": "1.10.2", |
|
|
|
|
@ -23488,10 +23491,16 @@ |
|
|
|
|
"@lezer/highlight": "^1.1.6", |
|
|
|
|
"@lezer/lr": "^1.3.6", |
|
|
|
|
"@prometheus-io/lezer-promql": "0.46.0", |
|
|
|
|
"@types/lru-cache": "^5.1.1", |
|
|
|
|
"isomorphic-fetch": "^3.0.0", |
|
|
|
|
"lru-cache": "^6.0.0", |
|
|
|
|
"lru-cache": "^7.18.3", |
|
|
|
|
"nock": "^13.3.1" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"lru-cache": { |
|
|
|
|
"version": "7.18.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", |
|
|
|
|
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@prometheus-io/lezer-promql": { |
|
|
|
|
@ -24059,12 +24068,6 @@ |
|
|
|
|
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"@types/lru-cache": { |
|
|
|
|
"version": "5.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", |
|
|
|
|
"integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"@types/mime": { |
|
|
|
|
"version": "3.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", |
|
|
|
|
@ -30843,6 +30846,7 @@ |
|
|
|
|
"version": "6.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", |
|
|
|
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"yallist": "^4.0.0" |
|
|
|
|
} |
|
|
|
|
@ -36376,7 +36380,8 @@ |
|
|
|
|
"yallist": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" |
|
|
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"yaml": { |
|
|
|
|
"version": "1.10.2", |
|
|
|
|
|