Bump @codemirror/lang-python from 6.0.2 to 6.0.3

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

---
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>
This commit is contained in:
dependabot[bot] 2022-10-20 06:07:55 +00:00 committed by GitHub
parent ee3c5a60ca
commit 39ae501e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-markdown": "^6.0.2",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.2",
"@codemirror/lang-python": "^6.0.3",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/lang-sql": "^6.3.1",
"@codemirror/language": "^6.2.1",
@ -741,9 +741,9 @@
}
},
"node_modules/@codemirror/lang-python": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.2.tgz",
"integrity": "sha512-5BidNrfhab3s9LYNSN7JWFjL1+1zGAIw0dxUyalNwsUN+uCVE62sTk3uJlMZux4SsyT6fR8LbOLtWu52XQL6Yw==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.3.tgz",
"integrity": "sha512-slheQbeaqiCupODYtpZ10mbJwMlo0AHYozauWpfao5J9TDJlcPPccWJ3nH03hrhsbEAwYElLM0bhq5oMVjccEw==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@lezer/python": "^1.0.0"
@ -5520,9 +5520,9 @@
}
},
"@codemirror/lang-python": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.2.tgz",
"integrity": "sha512-5BidNrfhab3s9LYNSN7JWFjL1+1zGAIw0dxUyalNwsUN+uCVE62sTk3uJlMZux4SsyT6fR8LbOLtWu52XQL6Yw==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.3.tgz",
"integrity": "sha512-slheQbeaqiCupODYtpZ10mbJwMlo0AHYozauWpfao5J9TDJlcPPccWJ3nH03hrhsbEAwYElLM0bhq5oMVjccEw==",
"requires": {
"@codemirror/language": "^6.0.0",
"@lezer/python": "^1.0.0"

View File

@ -13,7 +13,7 @@
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-markdown": "^6.0.2",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.2",
"@codemirror/lang-python": "^6.0.3",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/lang-sql": "^6.3.1",
"@codemirror/language": "^6.2.1",