web: bump @codemirror/lang-python from 6.1.0 to 6.1.1 in /web (#4284)

This commit is contained in:
dependabot[bot] 2022-12-26 12:57:54 +01:00 committed by GitHub
parent 340bf54315
commit 0488d36257
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.4.0",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-python": "^6.1.1",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/legacy-modes": "^6.3.1",
"@formatjs/intl-listformat": "^7.1.7",
@ -1776,9 +1776,9 @@
}
},
"node_modules/@codemirror/lang-python": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.1.0.tgz",
"integrity": "sha512-a/JhyPYn5qz5T8WtAfZCuAZcfClgNVb7UZzdLr76bWUeG7Usd3Un5o8UQOkZ/5Xw+EM5YGHHG+T6ickMYkDcRQ==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.1.1.tgz",
"integrity": "sha512-AddGMIKUssUAqaDKoxKWA5GAzy/CVE0eSY7/ANgNzdS1GYBkp6N49XKEyMElkuN04UsZ+bTIQdj+tVV75NMwJw==",
"dependencies": {
"@codemirror/autocomplete": "^6.3.2",
"@codemirror/language": "^6.0.0",
@ -11236,9 +11236,9 @@
}
},
"@codemirror/lang-python": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.1.0.tgz",
"integrity": "sha512-a/JhyPYn5qz5T8WtAfZCuAZcfClgNVb7UZzdLr76bWUeG7Usd3Un5o8UQOkZ/5Xw+EM5YGHHG+T6ickMYkDcRQ==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.1.1.tgz",
"integrity": "sha512-AddGMIKUssUAqaDKoxKWA5GAzy/CVE0eSY7/ANgNzdS1GYBkp6N49XKEyMElkuN04UsZ+bTIQdj+tVV75NMwJw==",
"requires": {
"@codemirror/autocomplete": "^6.3.2",
"@codemirror/language": "^6.0.0",

View File

@ -59,7 +59,7 @@
"@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.4.0",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-python": "^6.1.1",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/legacy-modes": "^6.3.1",
"@formatjs/intl-listformat": "^7.1.7",