From 73863f16c6d642a0d39f1c915e8a2f285421fced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jun 2021 11:19:26 +0000 Subject: [PATCH] build(deps): bump codemirror from 5.58.1 to 5.58.2 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.58.1 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.58.1...5.58.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5f8520..897e908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4738,9 +4738,9 @@ "dev": true }, "codemirror": { - "version": "5.58.1", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.1.tgz", - "integrity": "sha512-UGb/ueu20U4xqWk8hZB3xIfV2/SFqnSLYONiM3wTMDqko0bsYrsAkGGhqUzbRkYm89aBKPyHtuNEbVWF9FTFzw==" + "version": "5.58.2", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz", + "integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w==" }, "collect-v8-coverage": { "version": "1.0.1", diff --git a/package.json b/package.json index 9e155a0..e5ca2a5 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "bootstrap": "^4.5.2", - "codemirror": "^5.58.1", + "codemirror": "^5.58.2", "core-js": "^3.6.5", "eslint": "7.12.1", "esquery": "^1.3.1",