web: bump @codemirror/lang-html from 6.1.3 to 6.1.4 in /web (#4015)

Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/codemirror/lang-html/releases)
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/lang-html/compare/6.1.3...6.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-11-15 15:52:43 +01:00 committed by GitHub
parent f0e00c3543
commit e15d45c0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -14,7 +14,7 @@
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-html": "^6.1.4",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-xml": "^6.0.1",
@ -1732,9 +1732,9 @@
}
},
"node_modules/@codemirror/lang-html": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.1.3.tgz",
"integrity": "sha512-LmtIElopGK6bBfddAyjBitS6hz8nFr/PVUtvqmfomXlHB4m+Op2d5eGk/X9/CSby6Y8NqXXkGa3yDd9lfJ6Qlg==",
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.1.4.tgz",
"integrity": "sha512-sMXDSmOzQkvQdJq+v/Bfs7y29wDdhsFZfKftchfHBF6aBD+x7lGCBFzBpn5+JCdyvAYi7LLfQcjVvIxy41PkAw==",
"dependencies": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-css": "^6.0.0",
@ -11548,9 +11548,9 @@
}
},
"@codemirror/lang-html": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.1.3.tgz",
"integrity": "sha512-LmtIElopGK6bBfddAyjBitS6hz8nFr/PVUtvqmfomXlHB4m+Op2d5eGk/X9/CSby6Y8NqXXkGa3yDd9lfJ6Qlg==",
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.1.4.tgz",
"integrity": "sha512-sMXDSmOzQkvQdJq+v/Bfs7y29wDdhsFZfKftchfHBF6aBD+x7lGCBFzBpn5+JCdyvAYi7LLfQcjVvIxy41PkAw==",
"requires": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-css": "^6.0.0",

View File

@ -57,7 +57,7 @@
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-html": "^6.1.4",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-xml": "^6.0.1",