Browse Source

build(deps): bump @lezer/common from 1.1.1 to 1.2.1 in /web/ui

Bumps [@lezer/common](https://github.com/lezer-parser/common) from 1.1.1 to 1.2.1.
- [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lezer-parser/common/compare/1.1.1...1.2.1)

---
updated-dependencies:
- dependency-name: "@lezer/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/14251/head
dependabot[bot] 6 months ago committed by GitHub
parent
commit
a4bcd6a7d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/ui/module/codemirror-promql/package.json
  2. 9
      web/ui/package-lock.json
  3. 2
      web/ui/react-app/package.json

2
web/ui/module/codemirror-promql/package.json

@ -38,7 +38,7 @@
"@codemirror/lint": "^6.4.2",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@lezer/common": "^1.1.1",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.3.14",
"isomorphic-fetch": "^3.0.0",

9
web/ui/package-lock.json generated

@ -42,7 +42,7 @@
"@codemirror/lint": "^6.4.2",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@lezer/common": "^1.1.1",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.3.14",
"isomorphic-fetch": "^3.0.0",
@ -3349,8 +3349,9 @@
"license": "MIT"
},
"node_modules/@lezer/common": {
"version": "1.1.1",
"license": "MIT"
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz",
"integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ=="
},
"node_modules/@lezer/generator": {
"version": "1.5.1",
@ -19246,7 +19247,7 @@
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@lezer/common": "^1.1.1",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.3.14",
"@nexucis/fuzzy": "^0.4.1",

2
web/ui/react-app/package.json

@ -14,7 +14,7 @@
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@lezer/common": "^1.1.1",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.3.14",
"@nexucis/fuzzy": "^0.4.1",

Loading…
Cancel
Save