From 0d2f31f5f76edf9982e2901b28ef22b3cef0d8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 04:11:39 +0000 Subject: [PATCH] build(deps): bump @codemirror/stream-parser from 0.19.7 to 0.19.9 Bumps [@codemirror/stream-parser](https://github.com/codemirror/stream-parser) from 0.19.7 to 0.19.9. - [Release notes](https://github.com/codemirror/stream-parser/releases) - [Changelog](https://github.com/codemirror/stream-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/stream-parser/compare/0.19.7...0.19.9) --- updated-dependencies: - dependency-name: "@codemirror/stream-parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index fbff8be9c3..a4c89b2801 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2012,9 +2012,9 @@ "@codemirror/text" "^0.19.0" "@codemirror/stream-parser@^0.19.0", "@codemirror/stream-parser@^0.19.2", "@codemirror/stream-parser@^0.19.6": - version "0.19.7" - resolved "https://registry.npmjs.org/@codemirror/stream-parser/-/stream-parser-0.19.7.tgz#99a9696307b90677f6e3abe29ea6d77c1c0a8db5" - integrity sha512-4ExcbKksmU4PIT8s11/dPESgMNLQqlMlbQzRQ1CyMcmygcuQk+58zQ84nv/X17OCUd2ephZ1DKEaHHACifzCiA== + version "0.19.9" + resolved "https://registry.npmjs.org/@codemirror/stream-parser/-/stream-parser-0.19.9.tgz#34955ea91a8047cf72abebd5ce28f0d332aeca48" + integrity sha512-WTmkEFSRCetpk8xIOvV2yyXdZs3DgYckM0IP7eFi4ewlxWnJO/H4BeJZLs4wQaydWsAqTQoDyIwNH1BCzK5LUQ== dependencies: "@codemirror/highlight" "^0.19.0" "@codemirror/language" "^0.19.0"