From 36b2a377b5ae9dd3303c81324bed75e7150a5c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 01:41:32 +0000 Subject: [PATCH] Bump codemirror from 5.42.0 to 5.58.2 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.42.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.42.0...5.58.2) --- updated-dependencies: - dependency-name: codemirror dependency-type: direct:production ... 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 bc9ad6b..fa919c1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "camelcase": "^5.3.1", - "codemirror": "5.42.0", + "codemirror": "5.58.2", "lodash": "^4.17.11", "magic-ui": "../magic-ui", "material-design-icons-iconfont": "^4.0.5", diff --git a/yarn.lock b/yarn.lock index 83590d9..32e2b78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3569,10 +3569,10 @@ code-point-at@^1.0.0: resolved "https://registry.npm.taobao.org/code-point-at/download/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -codemirror@5.42.0, codemirror@^5.41.0: - version "5.42.0" - resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.42.0.tgz#2d5b640ed009e89dee9ed8a2a778e2a25b65f9eb" - integrity sha512-pbApC8zDzItP3HRphD6kQVwS976qB5Qi0hU3MZMixLk+AyugOW1RF+8XJEjeyl5yWsHNe88tDUxzeRh5AOxPRw== +codemirror@5.58.2, codemirror@^5.41.0: + version "5.58.2" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.58.2.tgz#ed54a1796de1498688bea1cdd4e9eeb187565d1b" + integrity sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w== collection-visit@^1.0.0: version "1.0.0"