diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 246b3d2e8..31c7e8977 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.16", "@vector-im/compound-design-tokens": "4.0.4", - "@vector-im/compound-web": "^8.1.0", + "@vector-im/compound-web": "^8.1.2", "@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.1.0", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-8.1.0.tgz", - "integrity": "sha512-kjzrxpN03PCojcLiG08iJxqJU8ix/vx7BUdMHTWYALp92SmkVKjwuqwfz/vi7deqKVCgUc4aLmRnSYw/mDbGNw==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-8.1.2.tgz", + "integrity": "sha512-F9UyQBwRThwju+STz84iJy6JGWQ7UIxaprstfsGpiyS/3ror4E6m/mfwbrNjT0l3fhrhk6sRiTAMlcBRzYgdMQ==", "license": "SEE LICENSE IN README.md", "dependencies": { "@floating-ui/react": "^0.27.0", diff --git a/frontend/package.json b/frontend/package.json index 2964d6cc2..cc17a083b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.80.7", "@tanstack/react-router": "^1.121.16", "@vector-im/compound-design-tokens": "4.0.4", - "@vector-im/compound-web": "^8.1.0", + "@vector-im/compound-web": "^8.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",