From 6615faed9926dd73bbd02214e62fe3fc457ecd35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:40:32 +0000 Subject: [PATCH] fix(deps): update dependency classnames to v2.5.1 --- package-lock.json | 14 ++++---------- package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3816075a04..4c2753f4c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@tanstack/react-query-devtools": "4.36.1", "algoliasearch": "4.8.3", "axios-mock-adapter": "1.19.0", - "classnames": "2.2.6", + "classnames": "2.5.1", "color": "3.1.3", "color-contrast-checker": "^2.1.0", "core-js": "3.7.0", @@ -4830,10 +4830,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@openedx/paragon/node_modules/classnames": { - "version": "2.5.1", - "license": "MIT" - }, "node_modules/@openedx/paragon/node_modules/color-convert": { "version": "2.0.1", "license": "MIT", @@ -8081,7 +8077,9 @@ "license": "MIT" }, "node_modules/classnames": { - "version": "2.2.6", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", "license": "MIT" }, "node_modules/clean-css": { @@ -18100,10 +18098,6 @@ "react-dom": ">=16.8.0" } }, - "node_modules/react-bootstrap/node_modules/classnames": { - "version": "2.5.1", - "license": "MIT" - }, "node_modules/react-clientside-effect": { "version": "1.2.6", "license": "MIT", diff --git a/package.json b/package.json index 398475adeb..29afe61941 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@tanstack/react-query-devtools": "4.36.1", "algoliasearch": "4.8.3", "axios-mock-adapter": "1.19.0", - "classnames": "2.2.6", + "classnames": "2.5.1", "color": "3.1.3", "color-contrast-checker": "^2.1.0", "core-js": "3.7.0",