From ac5167b8a3ddebb44a16fce5e79c1c4e56a1b703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:27:11 +0100 Subject: [PATCH] web: bump @codemirror/lang-xml from 6.0.1 to 6.0.2 in /web (#4423) Bumps [@codemirror/lang-xml](https://github.com/codemirror/lang-xml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/codemirror/lang-xml/releases) - [Changelog](https://github.com/codemirror/lang-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-xml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: "@codemirror/lang-xml" 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 | 18 +++++++++--------- web/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 504ddd60d..c2ef041b0 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -17,7 +17,7 @@ "@codemirror/lang-html": "^6.4.1", "@codemirror/lang-javascript": "^6.1.2", "@codemirror/lang-python": "^6.1.1", - "@codemirror/lang-xml": "^6.0.1", + "@codemirror/lang-xml": "^6.0.2", "@codemirror/legacy-modes": "^6.3.1", "@formatjs/intl-listformat": "^7.1.7", "@fortawesome/fontawesome-free": "^6.2.1", @@ -1789,12 +1789,12 @@ } }, "node_modules/@codemirror/lang-xml": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.0.1.tgz", - "integrity": "sha512-0tvycUTElajCcRKgsszhKjWX+uuOogdu5+enpfqYA+j0gnP8ek7LRxujh2/XMPRdXt/hwOML4slJLE7r2eX3yQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.0.2.tgz", + "integrity": "sha512-JQYZjHL2LAfpiZI2/qZ/qzDuSqmGKMwyApYmEUUCTxLM4MWS7sATUEfIguZQr9Zjx/7gcdnewb039smF6nC2zw==", "dependencies": { "@codemirror/autocomplete": "^6.0.0", - "@codemirror/language": "^6.0.0", + "@codemirror/language": "^6.4.0", "@codemirror/state": "^6.0.0", "@lezer/common": "^1.0.0", "@lezer/xml": "^1.0.0" @@ -11277,12 +11277,12 @@ } }, "@codemirror/lang-xml": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.0.1.tgz", - "integrity": "sha512-0tvycUTElajCcRKgsszhKjWX+uuOogdu5+enpfqYA+j0gnP8ek7LRxujh2/XMPRdXt/hwOML4slJLE7r2eX3yQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.0.2.tgz", + "integrity": "sha512-JQYZjHL2LAfpiZI2/qZ/qzDuSqmGKMwyApYmEUUCTxLM4MWS7sATUEfIguZQr9Zjx/7gcdnewb039smF6nC2zw==", "requires": { "@codemirror/autocomplete": "^6.0.0", - "@codemirror/language": "^6.0.0", + "@codemirror/language": "^6.4.0", "@codemirror/state": "^6.0.0", "@lezer/common": "^1.0.0", "@lezer/xml": "^1.0.0" diff --git a/web/package.json b/web/package.json index 7c559cd01..ac4816594 100644 --- a/web/package.json +++ b/web/package.json @@ -61,7 +61,7 @@ "@codemirror/lang-html": "^6.4.1", "@codemirror/lang-javascript": "^6.1.2", "@codemirror/lang-python": "^6.1.1", - "@codemirror/lang-xml": "^6.0.1", + "@codemirror/lang-xml": "^6.0.2", "@codemirror/legacy-modes": "^6.3.1", "@formatjs/intl-listformat": "^7.1.7", "@fortawesome/fontawesome-free": "^6.2.1",