From 2b50d125757bc636283394e75ec991944fccd7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:16:59 +0000 Subject: [PATCH] chore(deps): bump @codemirror/lint from 6.5.0 to 6.8.0 Bumps [@codemirror/lint](https://github.com/codemirror/lint) from 6.5.0 to 6.8.0. - [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lint/compare/6.5.0...6.8.0) --- updated-dependencies: - dependency-name: "@codemirror/lint" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2916e24..c59f577 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "@codemirror/lang-markdown": "^6.2.3", "@codemirror/language": "^6.8.0", "@codemirror/language-data": "^6.3.1", - "@codemirror/lint": "^6.4.2", + "@codemirror/lint": "^6.8.0", "@codemirror/search": "^6.5.1", "@codemirror/state": "^6.2.1", "@codemirror/view": "^6.14.0", diff --git a/yarn.lock b/yarn.lock index aa8659e..86553f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -573,10 +573,10 @@ dependencies: "@codemirror/language" "^6.0.0" -"@codemirror/lint@^6.0.0", "@codemirror/lint@^6.4.2": - version "6.5.0" - resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-6.5.0.tgz#ea43b6e653dcc5bcd93456b55e9fe62e63f326d9" - integrity sha512-+5YyicIaaAZKU8K43IQi8TBy6mF6giGeWAH7N96Z5LC30Wm5JMjqxOYIE9mxwMG1NbhT2mA3l9hA4uuKUM3E5g== +"@codemirror/lint@^6.0.0", "@codemirror/lint@^6.8.0": + version "6.8.0" + resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-6.8.0.tgz#cf9067c7041c1f6c9f20bab411dac9323aab54f0" + integrity sha512-lsFofvaw0lnPRJlQylNsC4IRt/1lI4OD/yYslrSGVndOJfStc58v+8p9dgGiD90ktOfL7OhBWns1ZETYgz0EJA== dependencies: "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0"