diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6aaa53c5c..cd1f5ca90 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-query": "^5.66.9", "@tanstack/react-router": "^1.109.2", "@vector-im/compound-design-tokens": "3.0.1", - "@vector-im/compound-web": "^7.6.2", + "@vector-im/compound-web": "^7.6.3", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", @@ -5942,10 +5942,10 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.6.2.tgz", - "integrity": "sha512-jR/YsMg9329s2U6Dh0KEwQdv4EYrWLMk406Jx9d8GVUE7GXWISy9H1J0ZEJtoV/Y5BnziLX42sxmnAXpZXLtzg==", - "license": "Apache-2.0", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.6.3.tgz", + "integrity": "sha512-LNEuhI+bE5N1NexAs1dO+djaKn30mkMc1cHP7Y5t67/kKd8uVL31x8qSjKcLwkoXmwJn2qBehgOWDLxP9YhClA==", + "license": "SEE LICENSE IN README.md", "dependencies": { "@floating-ui/react": "^0.27.0", "@radix-ui/react-context-menu": "^2.2.1", @@ -5961,7 +5961,7 @@ "@fontsource/inconsolata": "^5", "@fontsource/inter": "^5", "@types/react": "*", - "@vector-im/compound-design-tokens": ">=1.6.1 <4.0.0", + "@vector-im/compound-design-tokens": ">=1.6.1 <5.0.0", "react": "^18 || ^19.0.0" }, "peerDependenciesMeta": { diff --git a/frontend/package.json b/frontend/package.json index 44ce6d219..1118f8ce7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.66.9", "@tanstack/react-router": "^1.109.2", "@vector-im/compound-design-tokens": "3.0.1", - "@vector-im/compound-web": "^7.6.2", + "@vector-im/compound-web": "^7.6.3", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",