From 90b3c8fa66f9fde865dbb7abf41323ee5882a076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:55:15 +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 8.1.0 to 8.1.2. - [Release notes](https://github.com/vector-im/compound-web/releases) - [Commits](https://github.com/vector-im/compound-web/compare/v8.1.0...v8.1.2) --- updated-dependencies: - dependency-name: "@vector-im/compound-web" dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 246b3d2e8..31c7e8977 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-query": "^5.80.7", "@tanstack/react-router": "^1.121.16", "@vector-im/compound-design-tokens": "4.0.4", - "@vector-im/compound-web": "^8.1.0", + "@vector-im/compound-web": "^8.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", @@ -5797,9 +5797,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-8.1.0.tgz", - "integrity": "sha512-kjzrxpN03PCojcLiG08iJxqJU8ix/vx7BUdMHTWYALp92SmkVKjwuqwfz/vi7deqKVCgUc4aLmRnSYw/mDbGNw==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-8.1.2.tgz", + "integrity": "sha512-F9UyQBwRThwju+STz84iJy6JGWQ7UIxaprstfsGpiyS/3ror4E6m/mfwbrNjT0l3fhrhk6sRiTAMlcBRzYgdMQ==", "license": "SEE LICENSE IN README.md", "dependencies": { "@floating-ui/react": "^0.27.0", diff --git a/frontend/package.json b/frontend/package.json index 2964d6cc2..cc17a083b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.80.7", "@tanstack/react-router": "^1.121.16", "@vector-im/compound-design-tokens": "4.0.4", - "@vector-im/compound-web": "^8.1.0", + "@vector-im/compound-web": "^8.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",