From 27365c9ce26aa040a1d0fbf50078646450cd7829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:33:03 +0000 Subject: [PATCH] Bump codemirror from 5.31.0 to 5.58.2 in /ui Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.31.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.31.0...5.58.2) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index b0ba222..e900374 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "axios": "^0.17.1", - "codemirror": "^5.31.0", + "codemirror": "^5.58.2", "deck.gl": "^4.1.5", "luma.gl": "^4.0.5", "react": "^16.0.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index c1cb6d9..501bc8a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1534,9 +1534,9 @@ code-point-at@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" -codemirror@^5.18.2, codemirror@^5.31.0: - version "5.31.0" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.31.0.tgz#ecf3d057eb74174147066bfc7c5f37b4c4e07df2" +codemirror@^5.18.2, codemirror@^5.58.2: + version "5.58.2" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.58.2.tgz#ed54a1796de1498688bea1cdd4e9eeb187565d1b" color-convert@^1.3.0, color-convert@^1.9.0: version "1.9.0"