From 10a28947d3f3bfde882c4fcb13e68d20961d5a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:34:25 +0000 Subject: [PATCH] Bump codemirror from 5.40.2 to 5.58.2 in /plugins/admin/themes/grav Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.40.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.40.2...5.58.2) Signed-off-by: dependabot[bot] --- plugins/admin/themes/grav/package.json | 2 +- plugins/admin/themes/grav/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/admin/themes/grav/package.json b/plugins/admin/themes/grav/package.json index 42e22748..b5570068 100644 --- a/plugins/admin/themes/grav/package.json +++ b/plugins/admin/themes/grav/package.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "chartist": "0.11.0", - "codemirror": "^5.30.0", + "codemirror": "^5.58.2", "cookies-js": "^1.2.3", "debounce": "^1.0.2", "dropzone": "^5.3.0", diff --git a/plugins/admin/themes/grav/yarn.lock b/plugins/admin/themes/grav/yarn.lock index 3c7820fb..e3e01480 100644 --- a/plugins/admin/themes/grav/yarn.lock +++ b/plugins/admin/themes/grav/yarn.lock @@ -1235,10 +1235,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.30.0: - version "5.40.2" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.40.2.tgz#f4a41fee2d84e679543591b3680af259d903330b" - integrity sha512-yoWuvEiD3v5vTwdoMc/wu/Ld6dh9K/yEiEBTKOPGM+/pN0gTAqFNtrLHv1IJ1UJvzFpNRvMi92XCi3+8/iIaEw== +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"