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",