From 7b9994f20b619804c4adc40a6c703700602cfef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 00:08:46 +0000 Subject: [PATCH] chore(deps): bump codemirror from 5.62.2 to 5.65.4 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.62.2 to 5.65.4. - [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.62.2...5.65.4) --- updated-dependencies: - dependency-name: codemirror dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0afe5db..6306de7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@mdi/js": "^5.7.55", - "codemirror": "^5.62.2", + "codemirror": "^5.65.4", "file-saver": "2.0.5", "highlight.js": "11.2.0", "localforage": "^1.9.0", diff --git a/yarn.lock b/yarn.lock index 80cd27d..9f6e01a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1528,10 +1528,10 @@ cliui@^5.0.0: strip-ansi "^5.2.0" wrap-ansi "^5.1.0" -codemirror@^5.62.2: - version "5.62.2" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.62.2.tgz#bce6d19c9829e6e788f83886d48ecf5c1e106e65" - integrity sha512-tVFMUa4J3Q8JUd1KL9yQzQB0/BJt7ZYZujZmTPgo/54Lpuq3ez4C8x/ATUY/wv7b7X3AUq8o3Xd+2C5ZrCGWHw== +codemirror@^5.65.4: + version "5.65.4" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.4.tgz#384c257f27d1d06f44311722c98ad802cce3984e" + integrity sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw== collection-visit@^1.0.0: version "1.0.0"