From 1fdd41dc727cb63e20cad00bb739dd6b82905c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:50:25 +0000 Subject: [PATCH] chore(deps): bump @codemirror/state from 6.0.0 to 6.4.0 Bumps [@codemirror/state](https://github.com/codemirror/state) from 6.0.0 to 6.4.0. - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.0.0...6.4.0) --- updated-dependencies: - dependency-name: "@codemirror/state" 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 014751b1..bd91b6d2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@codemirror/lang-markdown": "6.0.0", "@codemirror/lang-json": "6.0.0", "@codemirror/language-data": "6.0.0", - "@codemirror/state": "6.0.0", + "@codemirror/state": "6.4.0", "@codemirror/view": "6.0.0", "@headlessui/react": "^1.7.17", diff --git a/yarn.lock b/yarn.lock index 4c2360f0..a7094131 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2286,10 +2286,10 @@ "@codemirror/view" "^6.0.0" crelt "^1.0.5" -"@codemirror/state@6.0.0", "@codemirror/state@^6.0.0": - version "6.0.0" - resolved "https://registry.npmjs.org/@codemirror/state/-/state-6.0.0.tgz" - integrity sha512-UjP/jB2dz7B+1L+eiCm8YWhM1zBkFM2zUyp8hhtpvgmuOFmoWjwqHnICQmM34HNPBqMPcVY9ZcqJcOhDrB+dBQ== +"@codemirror/state@6.4.0", "@codemirror/state@^6.0.0": + version "6.4.0" + resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.4.0.tgz#8bc3e096c84360b34525a84696a84f86b305363a" + integrity sha512-hm8XshYj5Fo30Bb922QX9hXB/bxOAVH+qaqHBzw5TKa72vOeslyGwd4X8M0c1dJ9JqxlaMceOQ8RsL9tC7gU0A== "@codemirror/view@6.0.0", "@codemirror/view@^6.0.0": version "6.0.0"