From 0c597004f4ea65fa69f9f6235d67bc75f4913140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:59:10 +0200 Subject: [PATCH] web: bump @codemirror/lang-html from 6.4.4 to 6.4.5 in /web (#6059) Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.4.4 to 6.4.5. - [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-html/compare/6.4.4...6.4.5) --- updated-dependencies: - dependency-name: "@codemirror/lang-html" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 1ce00fa91..275225d19 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@codemirror/lang-html": "^6.4.4", + "@codemirror/lang-html": "^6.4.5", "@codemirror/lang-javascript": "^6.1.9", "@codemirror/lang-python": "^6.1.3", "@codemirror/lang-xml": "^6.0.2", @@ -2383,9 +2383,9 @@ } }, "node_modules/@codemirror/lang-html": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.4.tgz", - "integrity": "sha512-NbrqEp0GUOSvhZbG6BxVcS4SzM4SvN5vkkD2sEoETHIyHLZDb9pO1z+r1L2heb6LuF4bUeBCXKjHXoSeDJHO1w==", + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.5.tgz", + "integrity": "sha512-dUCSxkIw2G+chaUfw3Gfu5kkN83vJQN8gfQDp9iEHsIZluMJA0YJveT12zg/28BJx+uPsbQ6VimKCgx3oJrZxA==", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/lang-css": "^6.0.0", diff --git a/web/package.json b/web/package.json index e38787fd5..939e0da67 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "background-image": "sharp resize 2650 --mozjpeg -i src/assets/images/flow_background.jpg -o src/assets/images/flow_background.jpg" }, "dependencies": { - "@codemirror/lang-html": "^6.4.4", + "@codemirror/lang-html": "^6.4.5", "@codemirror/lang-javascript": "^6.1.9", "@codemirror/lang-python": "^6.1.3", "@codemirror/lang-xml": "^6.0.2",