From 2565a068a5aa17bd5759ebd33e6aae8adcb46e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 20:03:55 +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 4.1.2 to 4.2.0. - [Release notes](https://github.com/vector-im/compound-web/releases) - [Commits](https://github.com/vector-im/compound-web/compare/v4.1.2...v4.2.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 26bbe55de..268c89498 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.1.0", "@vector-im/compound-design-tokens": "1.2.0", - "@vector-im/compound-web": "^4.1.2", + "@vector-im/compound-web": "^4.2.0", "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.8.1", @@ -8834,9 +8834,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-4.1.2.tgz", - "integrity": "sha512-u/jj8HF8qpX1NU+sh6f/S1B7HUMGcoAGYLH0wc5lVbf6x6elBsYKD0LSa+/8NDPuQqVWMztu76chUsM5slC49w==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-4.2.0.tgz", + "integrity": "sha512-VSZxIFToDesjiiCGLOj+DrrKv1I0rtpzJbdylarJXY7REnHzVdgaBBtGm403iJ8KkZ2Rn16Mxe+P1/+VS4yiAA==", "dependencies": { "@floating-ui/react": "^0.26.9", "@floating-ui/react-dom": "^2.0.8", diff --git a/frontend/package.json b/frontend/package.json index 1b180f63e..ab9ab93ca 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.1.0", "@vector-im/compound-design-tokens": "1.2.0", - "@vector-im/compound-web": "^4.1.2", + "@vector-im/compound-web": "^4.2.0", "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.8.1",