From 4da6e28802475340550dc41649ab55f655c6fe6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:57:56 +0300 Subject: [PATCH] build(deps): bump @codemirror/state in /app/vmui/packages/vmui (#1881) Bumps [@codemirror/state](https://github.com/codemirror/state) from 0.19.4 to 0.19.6. - [Release notes](https://github.com/codemirror/state/releases) - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/0.19.4...0.19.6) --- updated-dependencies: - dependency-name: "@codemirror/state" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/vmui/packages/vmui/package-lock.json | 14 +++++++------- app/vmui/packages/vmui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/vmui/packages/vmui/package-lock.json b/app/vmui/packages/vmui/package-lock.json index d69ecc72f4..1f3dbe671a 100644 --- a/app/vmui/packages/vmui/package-lock.json +++ b/app/vmui/packages/vmui/package-lock.json @@ -12,7 +12,7 @@ "@codemirror/basic-setup": "^0.19.0", "@codemirror/commands": "^0.19.5", "@codemirror/highlight": "^0.19.6", - "@codemirror/state": "^0.19.4", + "@codemirror/state": "^0.19.6", "@codemirror/view": "^0.19.21", "@date-io/dayjs": "^2.11.0", "@emotion/react": "^11.7.0", @@ -2084,9 +2084,9 @@ } }, "node_modules/@codemirror/state": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.4.tgz", - "integrity": "sha512-PLsY1PvuGynylzv4FVEi1vDz4gituIxJR4XdEVT4+UK6C2l14Y2TGLkUTw3D8xlq+xmY1J1TR7UbicZtJIxO6A==", + "version": "0.19.6", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.6.tgz", + "integrity": "sha512-sqIQZE9VqwQj7D4c2oz9mfLhlT1ElAzGB5lO1lE33BPyrdNy1cJyCIOecT4cn4VeJOFrnjOeu+IftZ3zqdFETw==", "dependencies": { "@codemirror/text": "^0.19.0" } @@ -23834,9 +23834,9 @@ } }, "@codemirror/state": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.4.tgz", - "integrity": "sha512-PLsY1PvuGynylzv4FVEi1vDz4gituIxJR4XdEVT4+UK6C2l14Y2TGLkUTw3D8xlq+xmY1J1TR7UbicZtJIxO6A==", + "version": "0.19.6", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.6.tgz", + "integrity": "sha512-sqIQZE9VqwQj7D4c2oz9mfLhlT1ElAzGB5lO1lE33BPyrdNy1cJyCIOecT4cn4VeJOFrnjOeu+IftZ3zqdFETw==", "requires": { "@codemirror/text": "^0.19.0" } diff --git a/app/vmui/packages/vmui/package.json b/app/vmui/packages/vmui/package.json index 168188f3ca..1cc37434c6 100644 --- a/app/vmui/packages/vmui/package.json +++ b/app/vmui/packages/vmui/package.json @@ -8,7 +8,7 @@ "@codemirror/basic-setup": "^0.19.0", "@codemirror/commands": "^0.19.5", "@codemirror/highlight": "^0.19.6", - "@codemirror/state": "^0.19.4", + "@codemirror/state": "^0.19.6", "@codemirror/view": "^0.19.21", "@date-io/dayjs": "^2.11.0", "@emotion/react": "^11.7.0",