chore (deps): bump @codemirror/search from 6.6.0 to 6.7.0

Bumps [@codemirror/search](https://github.com/codemirror/search) from 6.6.0 to 6.7.0.
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/search/commits)

---
updated-dependencies:
- dependency-name: "@codemirror/search"
  dependency-version: 6.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-24 02:07:28 +00:00 committed by GitHub
parent dd9e8c018d
commit b3acc21b7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -115,7 +115,7 @@
"@babel/runtime": "^7.29.2", "@babel/runtime": "^7.29.2",
"@codemirror/commands": "^6.10.3", "@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.3", "@codemirror/language": "^6.12.3",
"@codemirror/search": "^6.6.0", "@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.5.4", "@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.41.0", "@codemirror/view": "^6.41.0",
"autoprefixer": "^10.5.0", "autoprefixer": "^10.5.0",
@ -1868,9 +1868,9 @@
} }
}, },
"node_modules/@codemirror/search": { "node_modules/@codemirror/search": {
"version": "6.6.0", "version": "6.7.0",
"resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.6.0.tgz", "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.7.0.tgz",
"integrity": "sha512-koFuNXcDvyyotWcgOnZGmY7LZqEOXZaaxD/j6n18TCLx2/9HieZJ5H6hs1g8FiRxBD0DNfs0nXn17g872RmYdw==", "integrity": "sha512-ZvGm99wc/s2cITtMT15LFdn8aH/aS+V+DqyGq/N5ZlV5vWtH+nILvC2nw0zX7ByNoHHDZ2IxxdW38O0tc5nVHg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -46,7 +46,7 @@
"@babel/runtime": "^7.29.2", "@babel/runtime": "^7.29.2",
"@codemirror/commands": "^6.10.3", "@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.3", "@codemirror/language": "^6.12.3",
"@codemirror/search": "^6.6.0", "@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.5.4", "@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.41.0", "@codemirror/view": "^6.41.0",
"autoprefixer": "^10.5.0", "autoprefixer": "^10.5.0",