mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
build(deps-dev): bump @lezer/common from 0.15.5 to 0.15.8 in /web/ui (#9749)
Bumps [@lezer/common](https://github.com/lezer-parser/common) from 0.15.5 to 0.15.8. - [Release notes](https://github.com/lezer-parser/common/releases) - [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md) - [Commits](https://github.com/lezer-parser/common/compare/0.15.5...0.15.8) --- updated-dependencies: - dependency-name: "@lezer/common" dependency-type: direct:development 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:
parent
0986a1d97d
commit
9fe9b246f2
|
@ -41,7 +41,7 @@
|
|||
"@codemirror/lint": "^0.19.1",
|
||||
"@codemirror/state": "^0.19.2",
|
||||
"@codemirror/view": "^0.19.7",
|
||||
"@lezer/common": "^0.15.5",
|
||||
"@lezer/common": "^0.15.8",
|
||||
"@lezer/generator": "^0.15.1",
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
|
@ -73,7 +73,7 @@
|
|||
"@codemirror/lint": "^0.19.1",
|
||||
"@codemirror/state": "^0.19.2",
|
||||
"@codemirror/view": "^0.19.7",
|
||||
"@lezer/common": "^0.15.5"
|
||||
"@lezer/common": "^0.15.8"
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
|
|
18
web/ui/package-lock.json
generated
18
web/ui/package-lock.json
generated
|
@ -27,7 +27,7 @@
|
|||
"@codemirror/lint": "^0.19.1",
|
||||
"@codemirror/state": "^0.19.2",
|
||||
"@codemirror/view": "^0.19.7",
|
||||
"@lezer/common": "^0.15.5",
|
||||
"@lezer/common": "^0.15.8",
|
||||
"@lezer/generator": "^0.15.1",
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"@codemirror/lint": "^0.19.1",
|
||||
"@codemirror/state": "^0.19.2",
|
||||
"@codemirror/view": "^0.19.7",
|
||||
"@lezer/common": "^0.15.5"
|
||||
"@lezer/common": "^0.15.8"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
@ -888,9 +888,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lezer/common": {
|
||||
"version": "0.15.5",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.5.tgz",
|
||||
"integrity": "sha512-ufcjclusHXGdhp4gSPbPD7sUd38SgOej7m5tAEuG2tNPzqzV0d1vwwLh57R6IwW79ml2mb3tUjAoDfqI7v1HEw=="
|
||||
"version": "0.15.8",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.8.tgz",
|
||||
"integrity": "sha512-zpS/xty48huX4uBidupmWDYCRBYpVtoTiFhzYhd6GsQwU67WsdSImdWzZJDrF/DhcQ462wyrZahHlo2grFB5ig=="
|
||||
},
|
||||
"node_modules/@lezer/generator": {
|
||||
"version": "0.15.1",
|
||||
|
@ -27644,9 +27644,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@lezer/common": {
|
||||
"version": "0.15.5",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.5.tgz",
|
||||
"integrity": "sha512-ufcjclusHXGdhp4gSPbPD7sUd38SgOej7m5tAEuG2tNPzqzV0d1vwwLh57R6IwW79ml2mb3tUjAoDfqI7v1HEw=="
|
||||
"version": "0.15.8",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.8.tgz",
|
||||
"integrity": "sha512-zpS/xty48huX4uBidupmWDYCRBYpVtoTiFhzYhd6GsQwU67WsdSImdWzZJDrF/DhcQ462wyrZahHlo2grFB5ig=="
|
||||
},
|
||||
"@lezer/generator": {
|
||||
"version": "0.15.1",
|
||||
|
@ -28317,7 +28317,7 @@
|
|||
"@codemirror/lint": "^0.19.1",
|
||||
"@codemirror/state": "^0.19.2",
|
||||
"@codemirror/view": "^0.19.7",
|
||||
"@lezer/common": "^0.15.5",
|
||||
"@lezer/common": "^0.15.8",
|
||||
"@lezer/generator": "^0.15.1",
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
|
|
Loading…
Reference in a new issue