From 4775e605eece692cb8bb996a671f8732e1002f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:38:57 +0000 Subject: [PATCH] Bump codemirror from 5.30.0 to 5.58.2 in /src Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.30.0 to 5.58.2. - [Release notes](https://github.com/codemirror/CodeMirror/releases) - [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md) - [Commits](https://github.com/codemirror/CodeMirror/compare/5.30.0...5.58.2) Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 855940f25e7..77ad15f3d19 100644 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "name": "brackets-src", "dependencies": { "acorn": "5.1.1", - "codemirror": "5.30.0", + "codemirror": "5.58.2", "less": "2.7.2", "preact": "8.2.1", "preact-test-utils": "0.1.3",