From b077929c97ee816b0cb15bc1ab80665969bf13ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:42:50 +0000 Subject: [PATCH] build(deps): bump @vector-im/compound-design-tokens in /frontend Bumps [@vector-im/compound-design-tokens](https://github.com/vector-im/compound-design-tokens) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/vector-im/compound-design-tokens/releases) - [Changelog](https://github.com/element-hq/compound-design-tokens/blob/main/docs/release.md) - [Commits](https://github.com/vector-im/compound-design-tokens/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: "@vector-im/compound-design-tokens" dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index afb192701..20fc0684e 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.81.5", "@tanstack/react-router": "^1.125.6", - "@vector-im/compound-design-tokens": "4.0.4", + "@vector-im/compound-design-tokens": "4.0.5", "@vector-im/compound-web": "^8.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", @@ -5736,10 +5736,9 @@ } }, "node_modules/@vector-im/compound-design-tokens": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-4.0.4.tgz", - "integrity": "sha512-nn62mF6Js/h75zpHcmDccrT3qtCwxcDm6gWqBZpOoSD0lBcMCinBnpAZnFVpDw2geBBpQ4xtBvnQCJ7KQE7UtQ==", - "license": "SEE LICENSE IN README.md", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-4.0.5.tgz", + "integrity": "sha512-tZqcQhdp854SuBduP+A11xQ2FXk2vT7RXoklDF9jA3p5fLl83OJ66fjsqRdb5UUmfkfs2tM6fFWQiuymT9kx4Q==", "peerDependencies": { "@types/react": "*", "react": "^17 || ^18 || ^19.0.0" diff --git a/frontend/package.json b/frontend/package.json index fd3c3a2d3..a443614e6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@radix-ui/react-dialog": "^1.1.14", "@tanstack/react-query": "^5.81.5", "@tanstack/react-router": "^1.125.6", - "@vector-im/compound-design-tokens": "4.0.4", + "@vector-im/compound-design-tokens": "4.0.5", "@vector-im/compound-web": "^8.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4",