diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f20d7d906..90e870268 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-query": "^5.75.5", "@tanstack/react-router": "^1.120.2", "@vector-im/compound-design-tokens": "4.0.2", - "@vector-im/compound-web": "^7.10.2", + "@vector-im/compound-web": "^7.12.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", @@ -5984,9 +5984,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "7.10.2", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.10.2.tgz", - "integrity": "sha512-K9gA1Ah9CTJMeZTkcDFpAdVRNbu/rQEgV3PoDcEPI3e9iDds8Dhbo7EfOciPvtXCZw6Hr83lnhWDnwTFHVlahQ==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.12.0.tgz", + "integrity": "sha512-eGsJhouuBJKnh53yOfcakithgFUzaviDR9dWnIs3ULMK97D+XkXe82M/ULg+dFwbTxHKcnIfy3V7H1pcEjFVcQ==", "license": "SEE LICENSE IN README.md", "dependencies": { "@floating-ui/react": "^0.27.0", diff --git a/frontend/package.json b/frontend/package.json index 7a1acf5dc..69af6d33a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.75.5", "@tanstack/react-router": "^1.120.2", "@vector-im/compound-design-tokens": "4.0.2", - "@vector-im/compound-web": "^7.10.2", + "@vector-im/compound-web": "^7.12.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",