diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ee745b0aa..952705b90 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,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.0", + "@vector-im/compound-design-tokens": "1.9.1", "@vector-im/compound-web": "^7.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", @@ -5629,10 +5629,9 @@ } }, "node_modules/@vector-im/compound-design-tokens": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-1.9.0.tgz", - "integrity": "sha512-09eIRJSiWtAqK605eIu+PfT1ugu7u13gkvfxvfN7kjJMHQOzHSvDxmwADmfIzlV7oBQ8M+5D4KSKHNskvMxWsA==", - "license": "Apache-2.0", + "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==", "peerDependencies": { "@types/react": "*", "react": "^17 || ^18" diff --git a/frontend/package.json b/frontend/package.json index 34dede6a8..a2f6293bb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,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.0", + "@vector-im/compound-design-tokens": "1.9.1", "@vector-im/compound-web": "^7.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4",