From 3dba368fe4361198450e80ad5a16ca207a984fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:49:10 +0000 Subject: [PATCH] build(deps): bump @vector-im/compound-web in /frontend Bumps [@vector-im/compound-web](https://github.com/vector-im/compound-web) from 0.6.1 to 0.6.3. - [Release notes](https://github.com/vector-im/compound-web/releases) - [Commits](https://github.com/vector-im/compound-web/compare/v0.6.1...v0.6.3) --- updated-dependencies: - dependency-name: "@vector-im/compound-web" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 84ce016c..b00764aa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-design-tokens": "^0.0.7", - "@vector-im/compound-web": "^0.6.1", + "@vector-im/compound-web": "^0.6.3", "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.8.1", @@ -9454,9 +9454,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-0.6.1.tgz", - "integrity": "sha512-weTfCSu1xvbblslmvTjy9dxXWyaWrSsQfv1MhP9UNzH/ninJ/m14zCId28liY+OmxdtyiMKnxerUwjr9TnVcMQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-0.6.3.tgz", + "integrity": "sha512-Jw63AWRltUC/AH4f+0rxdeWgf/qin7fc9E3ZqtdI10tGAOz9YdHadeGg4aGTKjUgv8/J0GvF8VnEfVq9kRAbag==", "dependencies": { "@radix-ui/react-form": "^0.0.3", "@radix-ui/react-separator": "^1.0.3", diff --git a/frontend/package.json b/frontend/package.json index 355c69d8..b85e4cff 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-design-tokens": "^0.0.7", - "@vector-im/compound-web": "^0.6.1", + "@vector-im/compound-web": "^0.6.3", "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.8.1",