chore(deps): bump @lezer/highlight in /web/ui/react-app (#15660)

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

---
updated-dependencies:
- dependency-name: "@lezer/highlight"
  dependency-type: direct:production
  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:
dependabot[bot] 2024-12-11 23:34:49 +01:00 committed by GitHub
parent 00e0cdc4f9
commit ec95602af9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -20,7 +20,7 @@
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.0",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@nexucis/fuzzy": "^0.5.1",
"@nexucis/kvsearch": "^0.8.1",
@ -4192,9 +4192,10 @@
"license": "MIT"
},
"node_modules/@lezer/highlight": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.0.tgz",
"integrity": "sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz",
"integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==",
"license": "MIT",
"dependencies": {
"@lezer/common": "^1.0.0"
}

View file

@ -15,7 +15,7 @@
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.0",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@nexucis/fuzzy": "^0.5.1",
"@nexucis/kvsearch": "^0.8.1",