From 5dde3b8096768045473b9108d17c0212b3ee4fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 10:04:36 +0200 Subject: [PATCH] web: bump @codemirror/lang-python from 6.0.2 to 6.0.3 in /web (#3826) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index f6b1d3fb7..e84b60483 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-typescript": "^7.18.6", "@codemirror/lang-html": "^6.1.2", "@codemirror/lang-javascript": "^6.1.0", - "@codemirror/lang-python": "^6.0.2", + "@codemirror/lang-python": "^6.0.3", "@codemirror/lang-xml": "^6.0.0", "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.1.3", @@ -1764,9 +1764,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" @@ -11233,9 +11233,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" diff --git a/web/package.json b/web/package.json index 14f9c8aa9..379e4f5f2 100644 --- a/web/package.json +++ b/web/package.json @@ -59,7 +59,7 @@ "@babel/preset-typescript": "^7.18.6", "@codemirror/lang-html": "^6.1.2", "@codemirror/lang-javascript": "^6.1.0", - "@codemirror/lang-python": "^6.0.2", + "@codemirror/lang-python": "^6.0.3", "@codemirror/lang-xml": "^6.0.0", "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.1.3",