From dee800a5226cc844ff1c015ee8d27f2a36fc9a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:39:08 +0000 Subject: [PATCH] Bump codemirror from 5.53.2 to 5.58.2 in /client Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.53.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.53.2...5.58.2) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 5ac114b..bb0cc2e 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "@testing-library/user-event": "^7.2.1", "axios": "^0.19.0", "bootstrap": "^4.4.1", - "codemirror": "^5.53.2", + "codemirror": "^5.58.2", "date-fns": "^2.16.1", "react": "^16.12.0", "react-bootstrap": "^1.0.0-beta.16", diff --git a/client/yarn.lock b/client/yarn.lock index dd07dfb..fa36067 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2936,10 +2936,10 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -codemirror@^5.53.2: - version "5.53.2" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.53.2.tgz#9799121cf8c50809cca487304e9de3a74d33f428" - integrity sha512-wvSQKS4E+P8Fxn/AQ+tQtJnF1qH5UOlxtugFLpubEZ5jcdH2iXTVinb+Xc/4QjshuOxRm4fUsU2QPF1JJKiyXA== +codemirror@^5.58.2: + version "5.58.2" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.58.2.tgz#ed54a1796de1498688bea1cdd4e9eeb187565d1b" + integrity sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w== collection-visit@^1.0.0: version "1.0.0"