web: bump @codemirror/lang-python from 6.0.1 to 6.0.2 in /web (#3631)

This commit is contained in:
dependabot[bot] 2022-09-23 09:21:52 +02:00 committed by GitHub
parent 64e211c3a9
commit 73bfe19f0e
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.1",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/lang-python": "^6.0.2",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/legacy-modes": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.2",
@ -1764,9 +1764,9 @@
}
},
"node_modules/@codemirror/lang-python": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.1.tgz",
"integrity": "sha512-w2jTSY+LgXnK7iIBLgMxk6xtJhZHkcxcGGveuq9zYmncURmOTFXKnDvBaBClNIHKgjkHXZqGK8ZduCMK23hZPA==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.2.tgz",
"integrity": "sha512-5BidNrfhab3s9LYNSN7JWFjL1+1zGAIw0dxUyalNwsUN+uCVE62sTk3uJlMZux4SsyT6fR8LbOLtWu52XQL6Yw==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@lezer/python": "^1.0.0"
@ -11137,9 +11137,9 @@
}
},
"@codemirror/lang-python": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.1.tgz",
"integrity": "sha512-w2jTSY+LgXnK7iIBLgMxk6xtJhZHkcxcGGveuq9zYmncURmOTFXKnDvBaBClNIHKgjkHXZqGK8ZduCMK23hZPA==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.2.tgz",
"integrity": "sha512-5BidNrfhab3s9LYNSN7JWFjL1+1zGAIw0dxUyalNwsUN+uCVE62sTk3uJlMZux4SsyT6fR8LbOLtWu52XQL6Yw==",
"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.1",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/lang-python": "^6.0.2",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/legacy-modes": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.2",