web: bump @codemirror/lang-python from 6.0.3 to 6.0.4 in /web (#3867)

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

---
updated-dependencies:
- dependency-name: "@codemirror/lang-python"
  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 10:02:30 +02:00 committed by GitHub
parent dbaad90c3e
commit 98666cc5e9
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

@ -16,7 +16,7 @@
"@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.0.3",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/legacy-modes": "^6.2.0",
"@formatjs/intl-listformat": "^7.1.3",
@ -1764,9 +1764,9 @@
}
},
"node_modules/@codemirror/lang-python": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.3.tgz",
"integrity": "sha512-slheQbeaqiCupODYtpZ10mbJwMlo0AHYozauWpfao5J9TDJlcPPccWJ3nH03hrhsbEAwYElLM0bhq5oMVjccEw==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.4.tgz",
"integrity": "sha512-CuC7V6MVw4HshQuFaB1SMXHOSbKLnBnBXMzm9Zjb+uvkggyY8fXp79T9eYFzMn7fuadoPJcXyTcT/q/SRT7lvQ==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@lezer/python": "^1.0.0"
@ -11436,9 +11436,9 @@
}
},
"@codemirror/lang-python": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.3.tgz",
"integrity": "sha512-slheQbeaqiCupODYtpZ10mbJwMlo0AHYozauWpfao5J9TDJlcPPccWJ3nH03hrhsbEAwYElLM0bhq5oMVjccEw==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.4.tgz",
"integrity": "sha512-CuC7V6MVw4HshQuFaB1SMXHOSbKLnBnBXMzm9Zjb+uvkggyY8fXp79T9eYFzMn7fuadoPJcXyTcT/q/SRT7lvQ==",
"requires": {
"@codemirror/language": "^6.0.0",
"@lezer/python": "^1.0.0"

View File

@ -59,7 +59,7 @@
"@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.0.3",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/legacy-modes": "^6.2.0",
"@formatjs/intl-listformat": "^7.1.3",