diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8a2bfde56..5a519fbae 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@urql/devtools": "^2.0.3", "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", - "@vector-im/compound-design-tokens": "1.9.1", + "@vector-im/compound-design-tokens": "1.9.2", "@vector-im/compound-web": "^7.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", @@ -6550,10 +6550,12 @@ } }, "node_modules/@vector-im/compound-design-tokens": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-1.9.1.tgz", - "integrity": "sha512-zjI+PhoNLNrJrLU8whEGjzCuxdqIz6tM0ARYBMS8AG1vC+NlGak6Y21TWnzHT3VINNhnF+PiQ9lFWsU65GydOg==", - "license": "Apache-2.0", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-1.9.2.tgz", + "integrity": "sha512-gQmK4dHR2iws3ZskDv8Il6A4/rvQV7TPSmEOXLsahDhBTInWqexXeQnNRSt9Z5DsLPrkxL3/KoCt9lfYu/yiag==", + "dependencies": { + "prettier": "^3.3.3" + }, "peerDependencies": { "@types/react": "*", "react": "^17 || ^18" @@ -12377,7 +12379,6 @@ "version": "3.3.3", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "devOptional": true, "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" diff --git a/frontend/package.json b/frontend/package.json index 475d47314..a0fac6738 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "@urql/devtools": "^2.0.3", "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", - "@vector-im/compound-design-tokens": "1.9.1", + "@vector-im/compound-design-tokens": "1.9.2", "@vector-im/compound-web": "^7.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4",