From e99df3200f20858a54d84add2b8aa4a2aa7c0193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:34:01 +0000 Subject: [PATCH] Bump codemirror from 5.42.2 to 5.58.2 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.42.2 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.2...5.58.2) 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 7bc922b3..95bea3f1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bootstrap-switch": "^3.3.4", "bootstrap-tour": "^0.12.0", "c3": "^0.4.18", - "codemirror": "^5.29.0", + "codemirror": "^5.58.2", "contextify": "^1.0.0", "d3": "^4.10.0", "datatables": "^1.10.13", diff --git a/yarn.lock b/yarn.lock index 9c53509a..f213c4f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1766,10 +1766,10 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -codemirror@^5.29.0: - version "5.42.2" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.42.2.tgz#801ab715a7a7e1c7ed4162b78e9d8138b98de8f0" - integrity sha512-Tkv6im39VuhduFMsDA3MlXcC/kKas3Z0PI1/8N88QvFQbtOeiiwnfFJE4juGyC8/a4sb1BSxQlzsil8XLQdxRw== +codemirror@^5.58.2: + 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"