From fb32dd1edcb1f1abd4094e350f98fc995330565b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:25:44 +0000 Subject: [PATCH] Bump class-variance-authority from 0.6.0 to 0.6.1 Bumps [class-variance-authority](https://github.com/joe-bell/cva) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/joe-bell/cva/releases) - [Commits](https://github.com/joe-bell/cva/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: class-variance-authority dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5e31d6a..0950ef1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "axios": "^1.4.0", - "class-variance-authority": "^0.6.0", + "class-variance-authority": "^0.6.1", "clsx": "^1.2.1", "eslint": "8.42.0", "eslint-config-next": "13.4.6", diff --git a/yarn.lock b/yarn.lock index a82fd3d..b2679aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -742,10 +742,10 @@ ci-info@^3.2.0: resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz" integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== -class-variance-authority@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.6.0.tgz" - integrity sha512-qdRDgfjx3GRb9fpwpSvn+YaidnT7IUJNe4wt5/SWwM+PmUwJUhQRk/8zAyNro0PmVfmen2635UboTjIBXXxy5A== +class-variance-authority@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/class-variance-authority/-/class-variance-authority-0.6.1.tgz#9482856c1496d33c21ef19e65b5d255460aa8039" + integrity sha512-eurOEGc7YVx3majOrOb099PNKgO3KnKSApOprXI4BTq6bcfbqbQXPN2u+rPPmIJ2di23bMwhk0SxCCthBmszEQ== dependencies: clsx "1.2.1"