From fc58eec325c8a61ce4e609a98b21ada18e237b9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 06:56:42 +0000 Subject: [PATCH] chore(deps): Bump codemirror from 5.50.2 to 5.51.0 Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.50.2 to 5.51.0. - [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.50.2...5.51.0) Signed-off-by: dependabot-preview[bot] --- packages/syntax-highlighter/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/syntax-highlighter/package-lock.json b/packages/syntax-highlighter/package-lock.json index 861c7ff7a..6cbef0253 100644 --- a/packages/syntax-highlighter/package-lock.json +++ b/packages/syntax-highlighter/package-lock.json @@ -1588,9 +1588,9 @@ "dev": true }, "codemirror": { - "version": "5.50.2", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.50.2.tgz", - "integrity": "sha512-PPjUsC1oXSM86lunKrw609P1oM0Wu8z9rqzjbeyBYCcx44VL41aUpccdOf1PfAZtTONlmN3sT3p2etLNYa1OGg==" + "version": "5.51.0", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.51.0.tgz", + "integrity": "sha512-vyuYYRv3eXL0SCuZA4spRFlKNzQAewHcipRQCOKgRy7VNAvZxTKzbItdbCl4S5AgPZ5g3WkHp+ibWQwv9TLG7Q==" }, "collection-visit": { "version": "1.0.0",