mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
build(deps): bump @codemirror/lint from 6.4.2 to 6.8.0 in /web/ui
Bumps [@codemirror/lint](https://github.com/codemirror/lint) from 6.4.2 to 6.8.0. - [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lint/compare/6.4.2...6.8.0) --- updated-dependencies: - dependency-name: "@codemirror/lint" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
74184e137a
commit
38d459968c
|
@ -35,7 +35,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@codemirror/autocomplete": "^6.16.2",
|
"@codemirror/autocomplete": "^6.16.2",
|
||||||
"@codemirror/language": "^6.9.3",
|
"@codemirror/language": "^6.9.3",
|
||||||
"@codemirror/lint": "^6.4.2",
|
"@codemirror/lint": "^6.8.0",
|
||||||
"@codemirror/state": "^6.3.3",
|
"@codemirror/state": "^6.3.3",
|
||||||
"@codemirror/view": "^6.22.1",
|
"@codemirror/view": "^6.22.1",
|
||||||
"@lezer/common": "^1.2.1",
|
"@lezer/common": "^1.2.1",
|
||||||
|
|
9
web/ui/package-lock.json
generated
9
web/ui/package-lock.json
generated
|
@ -39,7 +39,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@codemirror/autocomplete": "^6.16.2",
|
"@codemirror/autocomplete": "^6.16.2",
|
||||||
"@codemirror/language": "^6.9.3",
|
"@codemirror/language": "^6.9.3",
|
||||||
"@codemirror/lint": "^6.4.2",
|
"@codemirror/lint": "^6.8.0",
|
||||||
"@codemirror/state": "^6.3.3",
|
"@codemirror/state": "^6.3.3",
|
||||||
"@codemirror/view": "^6.22.1",
|
"@codemirror/view": "^6.22.1",
|
||||||
"@lezer/common": "^1.2.1",
|
"@lezer/common": "^1.2.1",
|
||||||
|
@ -2060,8 +2060,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@codemirror/lint": {
|
"node_modules/@codemirror/lint": {
|
||||||
"version": "6.4.2",
|
"version": "6.8.0",
|
||||||
"license": "MIT",
|
"resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.0.tgz",
|
||||||
|
"integrity": "sha512-lsFofvaw0lnPRJlQylNsC4IRt/1lI4OD/yYslrSGVndOJfStc58v+8p9dgGiD90ktOfL7OhBWns1ZETYgz0EJA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/state": "^6.0.0",
|
"@codemirror/state": "^6.0.0",
|
||||||
"@codemirror/view": "^6.0.0",
|
"@codemirror/view": "^6.0.0",
|
||||||
|
@ -19290,7 +19291,7 @@
|
||||||
"@codemirror/autocomplete": "^6.16.2",
|
"@codemirror/autocomplete": "^6.16.2",
|
||||||
"@codemirror/commands": "^6.3.2",
|
"@codemirror/commands": "^6.3.2",
|
||||||
"@codemirror/language": "^6.9.3",
|
"@codemirror/language": "^6.9.3",
|
||||||
"@codemirror/lint": "^6.4.2",
|
"@codemirror/lint": "^6.8.0",
|
||||||
"@codemirror/search": "^6.5.6",
|
"@codemirror/search": "^6.5.6",
|
||||||
"@codemirror/state": "^6.3.3",
|
"@codemirror/state": "^6.3.3",
|
||||||
"@codemirror/view": "^6.22.1",
|
"@codemirror/view": "^6.22.1",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"@codemirror/autocomplete": "^6.16.2",
|
"@codemirror/autocomplete": "^6.16.2",
|
||||||
"@codemirror/commands": "^6.3.2",
|
"@codemirror/commands": "^6.3.2",
|
||||||
"@codemirror/language": "^6.9.3",
|
"@codemirror/language": "^6.9.3",
|
||||||
"@codemirror/lint": "^6.4.2",
|
"@codemirror/lint": "^6.8.0",
|
||||||
"@codemirror/search": "^6.5.6",
|
"@codemirror/search": "^6.5.6",
|
||||||
"@codemirror/state": "^6.3.3",
|
"@codemirror/state": "^6.3.3",
|
||||||
"@codemirror/view": "^6.22.1",
|
"@codemirror/view": "^6.22.1",
|
||||||
|
|
Loading…
Reference in a new issue