From d9b4fbe24d75ef6cb58cd1fea6e71e2828981f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:23:49 +0000 Subject: [PATCH] build(deps): bump @vector-im/compound-web in /frontend Bumps [@vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.6.2 to 7.6.3. - [Release notes](https://github.com/vector-im/compound-web/releases) - [Commits](https://github.com/vector-im/compound-web/compare/v7.6.2...v7.6.3) --- updated-dependencies: - dependency-name: "@vector-im/compound-web" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",