From 39b740656123bc4ae91220f3caa327a650bcae5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 22:46:15 +0000 Subject: [PATCH] Bump @codemirror/lang-python from 6.0.1 to 6.0.2 Bumps [@codemirror/lang-python](https://github.com/codemirror/lang-python) from 6.0.1 to 6.0.2. - [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.1...6.0.2) --- updated-dependencies: - dependency-name: "@codemirror/lang-python" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c99e9c..03b0f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@codemirror/lang-javascript": "^6.1.0", "@codemirror/lang-markdown": "^6.0.1", "@codemirror/lang-php": "^6.0.0", - "@codemirror/lang-python": "^6.0.1", + "@codemirror/lang-python": "^6.0.2", "@codemirror/lang-rust": "^6.0.0", "@codemirror/lang-sql": "^6.3.0", "@codemirror/language": "^6.2.1", @@ -741,9 +741,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" @@ -5511,9 +5511,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" diff --git a/package.json b/package.json index f6eebc0..d2c552d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@codemirror/lang-javascript": "^6.1.0", "@codemirror/lang-markdown": "^6.0.1", "@codemirror/lang-php": "^6.0.0", - "@codemirror/lang-python": "^6.0.1", + "@codemirror/lang-python": "^6.0.2", "@codemirror/lang-rust": "^6.0.0", "@codemirror/lang-sql": "^6.3.0", "@codemirror/language": "^6.2.1",