diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e9177bd65..a3478a951 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-dialog": "^1.1.14", "@tanstack/react-query": "^5.82.0", "@tanstack/react-router": "^1.127.9", - "@vector-im/compound-design-tokens": "5.0.1", + "@vector-im/compound-design-tokens": "5.0.2", "@vector-im/compound-web": "^8.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", @@ -5760,9 +5760,9 @@ } }, "node_modules/@vector-im/compound-design-tokens": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-5.0.1.tgz", - "integrity": "sha512-PbxhjfHsVGBmrioM7iZ1wgcG8KIZRcnHIJhhEpWascWQwJ9lRm1K7ixV7sjwPWYQlmweSUB8jz4qmp7VTrxWng==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-5.0.2.tgz", + "integrity": "sha512-LcdrGY9qktuSs9TNX+DdGGq64vP7Qk5FiiqtZBr4PEk+hCQPEyRtKDfkXbAST+0tpAjUqVp5pzlOqNUKhpIhfg==", "license": "SEE LICENSE IN README.md", "peerDependencies": { "@types/react": "*", diff --git a/frontend/package.json b/frontend/package.json index 1cc99dc90..86efa737a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@radix-ui/react-dialog": "^1.1.14", "@tanstack/react-query": "^5.82.0", "@tanstack/react-router": "^1.127.9", - "@vector-im/compound-design-tokens": "5.0.1", + "@vector-im/compound-design-tokens": "5.0.2", "@vector-im/compound-web": "^8.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4",