From ed51626c17f279926dc295b8d2ad13e3b66bc372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:34:18 +0000 Subject: [PATCH] Bump codemirror from 5.49.0 to 5.58.2 in /executor/front Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.49.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.49.0...5.58.2) Signed-off-by: dependabot[bot] --- executor/front/package-lock.json | 6 +++--- executor/front/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/executor/front/package-lock.json b/executor/front/package-lock.json index c5ca427..b993f95 100644 --- a/executor/front/package-lock.json +++ b/executor/front/package-lock.json @@ -2772,9 +2772,9 @@ "dev": true }, "codemirror": { - "version": "5.49.0", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.49.0.tgz", - "integrity": "sha512-Hyzr0HToBdZpLBN9dYFO/KlJAsKH37/cXVHPAqa+imml0R92tb9AkmsvjnXL+SluEvjjdfkDgRjc65NG5jnMYA==" + "version": "5.58.2", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz", + "integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w==" }, "collection-visit": { "version": "1.0.0", diff --git a/executor/front/package.json b/executor/front/package.json index 7faa4e2..895075f 100644 --- a/executor/front/package.json +++ b/executor/front/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "codemirror": "^5.49.0", + "codemirror": "^5.58.2", "core-js": "^2.6.5", "vue": "^2.6.10", "vue-clipboard2": "^0.3.1",