From 10c49e946e2291ad3b61264baf3d524d638bf1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:06:55 +0000 Subject: [PATCH] Bump the codemirror group with 2 updates Bumps the codemirror group with 2 updates: [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) and [@codemirror/view](https://github.com/codemirror/view). Updates `@codemirror/legacy-modes` from 6.5.0 to 6.5.1 - [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/legacy-modes/compare/6.5.0...6.5.1) Updates `@codemirror/view` from 6.36.5 to 6.36.6 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.36.5...6.36.6) --- updated-dependencies: - dependency-name: "@codemirror/legacy-modes" dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror - dependency-name: "@codemirror/view" dependency-version: 6.36.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cfeebdc..2b4b4f2 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "dependencies": { "@codemirror/commands": "^6.8.1", "@codemirror/language": "^6.11.0", - "@codemirror/legacy-modes": "^6.5.0", - "@codemirror/view": "6.36.5", + "@codemirror/legacy-modes": "^6.5.1", + "@codemirror/view": "6.36.6", "@fortawesome/fontawesome-free": "6.7.2", "bootstrap": "4.6.2", "jasny-bootstrap": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 8f50155..1381b34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,10 +24,10 @@ "@lezer/lr" "^1.0.0" style-mod "^4.0.0" -"@codemirror/legacy-modes@^6.5.0": - version "6.5.0" - resolved "https://registry.yarnpkg.com/@codemirror/legacy-modes/-/legacy-modes-6.5.0.tgz#21c8cf818f9ea4d6eba9f22afdfef010d1d9f754" - integrity sha512-dNw5pwTqtR1giYjaJyEajunLqxGavZqV0XRtVZyMJnNOD2HmK9DMUmuCAr6RMFGRJ4l8OeQDjpI/us+R09mQsw== +"@codemirror/legacy-modes@^6.5.1": + version "6.5.1" + resolved "https://registry.yarnpkg.com/@codemirror/legacy-modes/-/legacy-modes-6.5.1.tgz#6bd13fac94f67a825e5420017e0d2f3c35d09342" + integrity sha512-DJYQQ00N1/KdESpZV7jg9hafof/iBNp9h7TYo1SLMk86TWl9uDsVdho2dzd81K+v4retmK6mdC7WpuOQDytQqw== dependencies: "@codemirror/language" "^6.0.0" @@ -38,10 +38,10 @@ dependencies: "@marijn/find-cluster-break" "^1.0.0" -"@codemirror/view@6.36.5", "@codemirror/view@^6.23.0", "@codemirror/view@^6.27.0": - version "6.36.5" - resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.36.5.tgz#bb99b971322b9a3f8c7013f0ef6c4a511c0d750a" - integrity sha512-cd+FZEUlu3GQCYnguYm3EkhJ8KJVisqqUsCOKedBoAt/d9c76JUUap6U0UrpElln5k6VyrEOYliMuDAKIeDQLg== +"@codemirror/view@6.36.6", "@codemirror/view@^6.23.0", "@codemirror/view@^6.27.0": + version "6.36.6" + resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.36.6.tgz#735a6431caed0c2c7d26c645066b02f10e802812" + integrity sha512-uxugGLet+Nzp0Jcit8Hn3LypM8ioMLKTsdf8FRoT3HWvZtb9GhaWMe0Cc15rz90Ljab4YFJiAulmIVB74OY0IQ== dependencies: "@codemirror/state" "^6.5.0" style-mod "^4.1.0"