web: bump @codemirror/lang-html from 6.4.5 to 6.4.6 in /web (#6661)

Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.4.5 to 6.4.6.
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/lang-html/compare/6.4.5...6.4.6)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-29 12:29:37 +02:00 committed by GitHub
parent d49dc07487
commit c788a7090c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
web/package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.0",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-xml": "^6.0.2",
@ -2229,16 +2229,16 @@
}
},
"node_modules/@codemirror/lang-html": {
"version": "6.4.5",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.5.tgz",
"integrity": "sha512-dUCSxkIw2G+chaUfw3Gfu5kkN83vJQN8gfQDp9iEHsIZluMJA0YJveT12zg/28BJx+uPsbQ6VimKCgx3oJrZxA==",
"version": "6.4.6",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.6.tgz",
"integrity": "sha512-E4C8CVupBksXvgLSme/zv31x91g06eZHSph7NczVxZW+/K+3XgJGWNT//2WLzaKSBoxpAjaOi5ZnPU1SHhjh3A==",
"dependencies": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.0",
"@codemirror/language": "^6.4.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.2.2",
"@codemirror/view": "^6.17.0",
"@lezer/common": "^1.0.0",
"@lezer/css": "^1.1.0",
"@lezer/html": "^1.3.0"
@ -2338,12 +2338,12 @@
}
},
"node_modules/@codemirror/view": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.15.0.tgz",
"integrity": "sha512-3hPeBoD4+pUpzezhKSoARQyFjUP8g4zoI5AIy72+jKqWkE6fp0KV3H/dyTxNfig4jyW7x7ypp060/etvv/4yuA==",
"version": "6.17.0",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.17.0.tgz",
"integrity": "sha512-0yVhPSyKWwYDy6Xwd7aDoj8ZXtdoHwC7El4z1/JJpIimrtDR5CVGY4lvQ0r2hP11ezB+eCHexZ6Zbz6rPUe06A==",
"dependencies": {
"@codemirror/state": "^6.1.4",
"style-mod": "^4.0.0",
"style-mod": "^4.1.0",
"w3c-keyname": "^2.2.4"
}
},

View File

@ -26,7 +26,7 @@
"storybook:build": "node --max-old-space-size=4096 ./node_modules/.bin/storybook build"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.0",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-xml": "^6.0.2",