From 8a2bb60130c8c6197ac020a0fa271bee5e201537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:14:20 +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.7.2 to 7.8.0. - [Release notes](https://github.com/vector-im/compound-web/releases) - [Commits](https://github.com/vector-im/compound-web/compare/v7.7.2...v7.8.0) --- updated-dependencies: - dependency-name: "@vector-im/compound-web" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8be98b866..96d680b83 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-query": "^5.69.0", "@tanstack/react-router": "^1.114.24", "@vector-im/compound-design-tokens": "4.0.1", - "@vector-im/compound-web": "^7.7.2", + "@vector-im/compound-web": "^7.8.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", @@ -5943,9 +5943,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.7.2.tgz", - "integrity": "sha512-RhPyKzfPo1HRyFi3wy8oc25IXbLLzTmw6A5QvPJgRlMW+LidwqCCYqmFeZrvWxK3pZPqE7hTJbHgUhGe7kxznw==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.8.0.tgz", + "integrity": "sha512-NwLbhfpROOPMohvI3rVykho4VlXCQROqEDo/23ifE3plhFWn+A0oq32H3nCV4udB0NFrDwzAd8TV7hCls50QMw==", "license": "SEE LICENSE IN README.md", "dependencies": { "@floating-ui/react": "^0.27.0", diff --git a/frontend/package.json b/frontend/package.json index 78eef295e..2b92747ad 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.69.0", "@tanstack/react-router": "^1.114.24", "@vector-im/compound-design-tokens": "4.0.1", - "@vector-im/compound-web": "^7.7.2", + "@vector-im/compound-web": "^7.8.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",