From 886d076faeb4c0da7d4556cee5a72cebd1b2f5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 04:25:17 +0000 Subject: [PATCH] Chore(deps): Bump codemirror from 5.65.2 to 5.65.6 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.65.2 to 5.65.6. - [Release notes](https://github.com/codemirror/CodeMirror/releases) - [Changelog](https://github.com/codemirror/codemirror5/blob/5.65.6/CHANGELOG.md) - [Commits](https://github.com/codemirror/CodeMirror/compare/5.65.2...5.65.6) --- updated-dependencies: - dependency-name: codemirror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/meteor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 0281e676e664..99a44828d316 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -229,7 +229,7 @@ "change-case": "^4.1.2", "chart.js": "^2.9.3", "clipboard": "^2.0.8", - "codemirror": "^5.62.0", + "codemirror": "^5.65.6", "colorette": "^1.3.0", "connect": "^3.7.0", "cookie": "^0.4.1",