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

Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.1.2 to 6.1.3.
- [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.2...6.1.3)

---
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-10-25 09:59:03 +02:00 committed by GitHub
parent 056ff5ff59
commit cbb24dfddd
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.19.4",
"@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.1.2",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-python": "^6.0.3",
"@codemirror/lang-xml": "^6.0.1",
@ -1735,9 +1735,9 @@
}
},
"node_modules/@codemirror/lang-html": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.1.2.tgz",
"integrity": "sha512-e8JAUWyOo7N26tmek+WK0+Zg+pZRe+dQi8TZq0OOVVygpLV+mNAT2n5b5JhknY+TVZIVGLjuhdsoizw1SDFfPg==",
"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==",
"dependencies": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-css": "^6.0.0",
@ -11407,9 +11407,9 @@
}
},
"@codemirror/lang-html": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.1.2.tgz",
"integrity": "sha512-e8JAUWyOo7N26tmek+WK0+Zg+pZRe+dQi8TZq0OOVVygpLV+mNAT2n5b5JhknY+TVZIVGLjuhdsoizw1SDFfPg==",
"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==",
"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.19.4",
"@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.1.2",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-python": "^6.0.3",
"@codemirror/lang-xml": "^6.0.1",