Merge pull request #64 from pastebinrun/8e1edependabot/npm_and_yarn/codemirror/lang-python-6.0.1

Bump @codemirror/lang-python from 6.0.0 to 6.0.1
This commit is contained in:
Konrad Borowski 2022-07-22 15:56:29 +02:00 committed by GitHub
commit b8449bfa07
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.0.2",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/lang-sql": "^6.0.0",
"@codemirror/language": "^6.2.0",
@ -734,9 +734,9 @@
}
},
"node_modules/@codemirror/lang-python": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.0.tgz",
"integrity": "sha512-wI448yup4Y2Xxq/7r3Q4eEmth74ud263ABcexumEFEcoU+0c1k5XRKXp1aT5PrrVavlAKxWQMEvgi+x+HBU4zQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.1.tgz",
"integrity": "sha512-w2jTSY+LgXnK7iIBLgMxk6xtJhZHkcxcGGveuq9zYmncURmOTFXKnDvBaBClNIHKgjkHXZqGK8ZduCMK23hZPA==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@lezer/python": "^1.0.0"
@ -5196,9 +5196,9 @@
}
},
"@codemirror/lang-python": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.0.tgz",
"integrity": "sha512-wI448yup4Y2Xxq/7r3Q4eEmth74ud263ABcexumEFEcoU+0c1k5XRKXp1aT5PrrVavlAKxWQMEvgi+x+HBU4zQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.0.1.tgz",
"integrity": "sha512-w2jTSY+LgXnK7iIBLgMxk6xtJhZHkcxcGGveuq9zYmncURmOTFXKnDvBaBClNIHKgjkHXZqGK8ZduCMK23hZPA==",
"requires": {
"@codemirror/language": "^6.0.0",
"@lezer/python": "^1.0.0"

View File

@ -13,7 +13,7 @@
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/lang-sql": "^6.0.0",
"@codemirror/language": "^6.2.0",