From ec13d74b84d303e5018af933aaf4817aef57f4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 15:27:40 -0400 Subject: [PATCH] npm client prod(deps): bump class-variance-authority in /client (#304) Bumps [class-variance-authority](https://github.com/joe-bell/cva) from 0.4.0 to 0.6.0. - [Release notes](https://github.com/joe-bell/cva/releases) - [Commits](https://github.com/joe-bell/cva/compare/v0.4.0...v0.6.0) --- updated-dependencies: - dependency-name: class-variance-authority dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 07269aebdc..d3e990b9f1 100644 --- a/client/package.json +++ b/client/package.json @@ -43,7 +43,7 @@ "@types/react-dom": "^18.0.11", "@zattoo/use-double-click": "1.2.0", "axios": "^1.3.4", - "class-variance-authority": "^0.4.0", + "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", "copy-to-clipboard": "^3.3.3", "crypto-browserify": "^3.12.0",