diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 875550bd3..c3e61e4ef 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-query": "^5.80.7", "@tanstack/react-router": "^1.121.2", "@vector-im/compound-design-tokens": "4.0.4", - "@vector-im/compound-web": "^8.0.0", + "@vector-im/compound-web": "^8.1.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", @@ -5797,9 +5797,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-8.0.0.tgz", - "integrity": "sha512-VAwCGl0KMjN+qEKflnQOB1LidSsxSDiczEWka1IGKj52EzrNOfY0wlfCs73v+H84zUanYKlgOwnQgWU5at9Q/w==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-8.1.0.tgz", + "integrity": "sha512-kjzrxpN03PCojcLiG08iJxqJU8ix/vx7BUdMHTWYALp92SmkVKjwuqwfz/vi7deqKVCgUc4aLmRnSYw/mDbGNw==", "license": "SEE LICENSE IN README.md", "dependencies": { "@floating-ui/react": "^0.27.0", diff --git a/frontend/package.json b/frontend/package.json index ea9645b97..7fefe83b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.80.7", "@tanstack/react-router": "^1.121.2", "@vector-im/compound-design-tokens": "4.0.4", - "@vector-im/compound-web": "^8.0.0", + "@vector-im/compound-web": "^8.1.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",