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"