From 69ce5a4c94b0e4921e511074c0c993cc8b3b97c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 06:48:13 +0000 Subject: [PATCH] Bump codemirror from 5.34.0 to 5.58.2 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.34.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.34.0...5.58.2) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a76e1a88..1bb224c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/react-router": "2.0.38", "babel-polyfill": "^6.9.1", "byots": "^2.1.0-dev.20161101.22.10", - "codemirror": "^5.20.2", + "codemirror": "^5.58.2", "css-to-typestyle": "^0.0.9", "csstips": "^0.2.2", "csx": "^8.5.0", @@ -845,9 +845,9 @@ } }, "node_modules/codemirror": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.34.0.tgz", - "integrity": "sha512-7ke9DJB350sChxq1skTmotVZsJtiJo1ihC41rq8IyOMZv47Z1AQygoevWHs0PJTw2eBphmB7gA3AbPrVrnfwPw==" + "version": "5.58.2", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz", + "integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w==" }, "node_modules/collection-visit": { "version": "1.0.0", @@ -8351,9 +8351,9 @@ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, "codemirror": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.34.0.tgz", - "integrity": "sha512-7ke9DJB350sChxq1skTmotVZsJtiJo1ihC41rq8IyOMZv47Z1AQygoevWHs0PJTw2eBphmB7gA3AbPrVrnfwPw==" + "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/package.json b/package.json index 0f0a1c38..98c82882 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/react-router": "2.0.38", "babel-polyfill": "^6.9.1", "byots": "^2.1.0-dev.20161101.22.10", - "codemirror": "^5.20.2", + "codemirror": "^5.58.2", "css-to-typestyle": "^0.0.9", "csstips": "^0.2.2", "csx": "^8.5.0",