From 227b9981c39696a57df34011fd5a549ab96e6665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:37:45 +0000 Subject: [PATCH] Bump codemirror from 5.48.4 to 5.58.2 in /etc/apps/phpmyadmin Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.48.4 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.48.4...5.58.2) Signed-off-by: dependabot[bot] --- etc/apps/phpmyadmin/package.json | 2 +- etc/apps/phpmyadmin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/apps/phpmyadmin/package.json b/etc/apps/phpmyadmin/package.json index 0a1a7670..267254d6 100644 --- a/etc/apps/phpmyadmin/package.json +++ b/etc/apps/phpmyadmin/package.json @@ -6,7 +6,7 @@ "author": "The phpMyAdmin Team (https://www.phpmyadmin.net/team/)", "license": "GPL-2.0", "dependencies": { - "codemirror": "5.48.4", + "codemirror": "5.58.2", "jquery": "3.4.1", "jquery-migrate": "3.1.0", "jquery-mousewheel": "3.1.13", diff --git a/etc/apps/phpmyadmin/yarn.lock b/etc/apps/phpmyadmin/yarn.lock index 5890527e..e9c66feb 100644 --- a/etc/apps/phpmyadmin/yarn.lock +++ b/etc/apps/phpmyadmin/yarn.lock @@ -116,10 +116,10 @@ cli-width@^2.0.0: resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= -codemirror@5.48.4: - version "5.48.4" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.48.4.tgz#4210fbe92be79a88f0eea348fab3ae78da85ce47" - integrity sha512-pUhZXDQ6qXSpWdwlgAwHEkd4imA0kf83hINmUEzJpmG80T/XLtDDEzZo8f6PQLuRCcUQhmzqqIo3ZPTRaWByRA== +codemirror@5.58.2: + version "5.58.2" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.58.2.tgz#ed54a1796de1498688bea1cdd4e9eeb187565d1b" + integrity sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w== color-convert@^1.9.0: version "1.9.3"