chore(deps): bump @codemirror/state from 6.5.0 to 6.5.2 in /web/ui

Bumps [@codemirror/state](https://github.com/codemirror/state) from 6.5.0 to 6.5.2.
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/state/compare/6.5.0...6.5.2)

---
updated-dependencies:
- dependency-name: "@codemirror/state"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-01 23:04:06 +00:00 committed by GitHub
parent 3f0de72da7
commit b7a0947831
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.4.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.2",
"@floating-ui/dom": "^1.6.12",
"@lezer/common": "^1.2.3",

View file

@ -36,7 +36,7 @@
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.3.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.2",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.0",

View file

@ -29,7 +29,7 @@
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.4.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.2",
"@floating-ui/dom": "^1.6.12",
"@lezer/common": "^1.2.3",
@ -156,7 +156,7 @@
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.3.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.2",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.0",
@ -836,9 +836,9 @@
}
},
"node_modules/@codemirror/state": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.0.tgz",
"integrity": "sha512-MwBHVK60IiIHDcoMet78lxt6iw5gJOGSbNbOIVBHWVXIH4/Nq1+GQgLLGgI1KlnN86WDXsPudVaqYHKBIx7Eyw==",
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.2.tgz",
"integrity": "sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==",
"license": "MIT",
"dependencies": {
"@marijn/find-cluster-break": "^1.0.0"