From 58390c441f2be8f78ecfc9bc8fd1abec339f719b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 22:22:19 +0000 Subject: [PATCH] Bump codemirror from 5.65.1 to 6.0.1 in /codewof Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.1 to 6.0.1. - [Release notes](https://github.com/codemirror/basic-setup/releases) - [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/basic-setup/commits/6.0.1) --- updated-dependencies: - dependency-name: codemirror dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- codewof/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codewof/package.json b/codewof/package.json index 7b3a47664..39b86fa87 100644 --- a/codewof/package.json +++ b/codewof/package.json @@ -10,7 +10,7 @@ "browserify": "17.0.0", "child_process": "1.0.2", "clipboard": "2.0.11", - "codemirror": "5.65.1", + "codemirror": "6.0.1", "cssnano": "5.1.14", "details-element-polyfill": "2.4.0", "fancy-log": "2.0.0",