From 1388561e45b0b8ae4b9c4c4cd22e655099403b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:34:24 +0000 Subject: [PATCH] Bump codemirror from 5.42.2 to 5.58.2 in /style-generator Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.42.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.42.2...5.58.2) Signed-off-by: dependabot[bot] --- style-generator/package-lock.json | 6 +++--- style-generator/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/style-generator/package-lock.json b/style-generator/package-lock.json index 8deccb4..434b0c7 100644 --- a/style-generator/package-lock.json +++ b/style-generator/package-lock.json @@ -1743,9 +1743,9 @@ "optional": true }, "codemirror": { - "version": "5.42.2", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.42.2.tgz", - "integrity": "sha512-Tkv6im39VuhduFMsDA3MlXcC/kKas3Z0PI1/8N88QvFQbtOeiiwnfFJE4juGyC8/a4sb1BSxQlzsil8XLQdxRw==" + "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/style-generator/package.json b/style-generator/package.json index ebb3436..cd1d473 100644 --- a/style-generator/package.json +++ b/style-generator/package.json @@ -16,7 +16,7 @@ "license": "MIT", "dependencies": { "@mapbox/mapbox-gl-style-spec": "^13.5.0", - "codemirror": "^5.42.2" + "codemirror": "^5.58.2" }, "devDependencies": { "elm-hot": "^1.0.1",