From da9a1438cb94f87865f06b3e5dd0563409a995d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:33:57 +0000 Subject: [PATCH] build(deps): bump codemirror from 5.48.0 to 5.58.2 in /scripts/editor Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.48.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.48.0...5.58.2) Signed-off-by: dependabot[bot] --- scripts/editor/package-lock.json | 6 +++--- scripts/editor/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/editor/package-lock.json b/scripts/editor/package-lock.json index f37fb97..9e9a667 100644 --- a/scripts/editor/package-lock.json +++ b/scripts/editor/package-lock.json @@ -14,9 +14,9 @@ } }, "codemirror": { - "version": "5.48.0", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.48.0.tgz", - "integrity": "sha512-3Ter+tYtRlTNtxtYdYNPxGxBL/b3cMcvPdPm70gvmcOO2Rauv/fUEewWa0tT596Hosv6ea2mtpx28OXBy1mQCg==" + "version": "5.58.2", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz", + "integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w==" }, "codemirror-one-dark-theme": { "version": "1.1.1", diff --git a/scripts/editor/package.json b/scripts/editor/package.json index 86b54aa..9d9cd22 100644 --- a/scripts/editor/package.json +++ b/scripts/editor/package.json @@ -9,7 +9,7 @@ "uglify-es": "^3.3.9" }, "dependencies": { - "codemirror": "5.48.0", + "codemirror": "5.58.2", "codemirror-one-dark-theme": "1.1.1" } }