From f12ecd5880b078e1b46527dc043f2e2c21642b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:33:35 +0000 Subject: [PATCH] Bump codemirror from 5.39.2 to 5.58.2 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.39.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.39.2...5.58.2) Signed-off-by: dependabot[bot] --- src/packages/jupyterlab-robotframework/package.json | 4 ++-- yarn.lock | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/packages/jupyterlab-robotframework/package.json b/src/packages/jupyterlab-robotframework/package.json index 09f1ca6..3067986 100644 --- a/src/packages/jupyterlab-robotframework/package.json +++ b/src/packages/jupyterlab-robotframework/package.json @@ -6,7 +6,7 @@ "description": "Write and run Robot Framework tests in JupyterLab", "devDependencies": { "@jupyterlab/application": "^0.19.1", - "codemirror": "~5.39.0", + "codemirror": "~5.58.2", "rimraf": "~2.6.2", "typescript": "~3.1.1" }, @@ -27,7 +27,7 @@ "name": "jupyterlab-robotframework", "peerDependencies": { "@jupyterlab/application": "^0.19.1", - "codemirror": "~5.39.0" + "codemirror": "~5.58.2" }, "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index a932f07..07df3a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1236,6 +1236,10 @@ codemirror@~5.39.0: version "5.39.2" resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.39.2.tgz#778aa13b55ebf280745c309cb1b148e3fc06f698" +codemirror@~5.58.2: + version "5.58.2" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.58.2.tgz#ed54a1796de1498688bea1cdd4e9eeb187565d1b" + collection-visit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"