From 0fd8c937d45f8fd57203349420ab131b3aeb0356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:09:57 +0000 Subject: [PATCH] build(deps): bump classnames from 2.3.2 to 2.5.1 Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.2 to 2.5.1. - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.3.2...v2.5.1) --- updated-dependencies: - dependency-name: classnames dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40328c43..927dd997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@reduxjs/toolkit": "1.9.5", "@scalprum/react-core": "0.5.1", "@unleash/proxy-client-react": "4.1.1", - "classnames": "2.3.2", + "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.2.0", "react-dom": "18.2.0", @@ -7082,8 +7082,9 @@ "license": "MIT" }, "node_modules/classnames": { - "version": "2.3.2", - "license": "MIT" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "node_modules/clean-css": { "version": "5.3.2", diff --git a/package.json b/package.json index 30aae7fd..25a8d507 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@reduxjs/toolkit": "1.9.5", "@scalprum/react-core": "0.5.1", "@unleash/proxy-client-react": "4.1.1", - "classnames": "2.3.2", + "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.2.0", "react-dom": "18.2.0",