From 4a6316a2fb2c6585b1566482c0232c2e74c0f136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:43:01 +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 6.0.0 to 6.1.2. - [Release notes](https://github.com/vector-im/compound-web/releases) - [Commits](https://github.com/vector-im/compound-web/compare/v6.0.0...v6.1.2) --- 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 57bc6c8a3..5e999e105 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", "@vector-im/compound-design-tokens": "1.8.0", - "@vector-im/compound-web": "^6.0.0", + "@vector-im/compound-web": "^6.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", @@ -9333,9 +9333,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-6.0.0.tgz", - "integrity": "sha512-+e4QlvjkCHgsG9jaIwY7viKmf5pk9nzzuiecCM6ROAX9n0oySOd01OAl0ZZBUEWeAXsPt8UbT4Ab/ewDkPs7Zw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-6.1.2.tgz", + "integrity": "sha512-kWOcprUsGGrGPRT9lPE3tnyGYWzNEIQSZ57BT/vMx9NX4QqT/Dpq0VhkBKm8W583NoYtxDOgSWWkvFQhyHVkWw==", "dependencies": { "@floating-ui/react": "^0.26.9", "@radix-ui/react-context-menu": "^2.1.5", diff --git a/frontend/package.json b/frontend/package.json index 282f2adf1..c02ac2d76 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", "@vector-im/compound-design-tokens": "1.8.0", - "@vector-im/compound-web": "^6.0.0", + "@vector-im/compound-web": "^6.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",