From 4fa72dc15fc30168e3e3704c94a7445aeea0b213 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:13:13 +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 7a87682c..8d568927 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@openedx/paragon": "21.13.1", "axios": "^1.7.7", "babel-polyfill": "6.26.0", - "classnames": "2.2.6", + "classnames": "2.5.1", "dayjs": "1.11.9", "lodash.debounce": "4.0.8", "lodash.snakecase": "4.1.1", @@ -3410,10 +3410,6 @@ "balanced-match": "^1.0.0" } }, - "node_modules/@openedx/paragon/node_modules/classnames": { - "version": "2.5.1", - "license": "MIT" - }, "node_modules/@openedx/paragon/node_modules/glob": { "version": "8.1.0", "license": "ISC", @@ -5900,7 +5896,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": { @@ -13196,10 +13194,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 8f385257..7d2f8f5d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@openedx/paragon": "21.13.1", "axios": "^1.7.7", "babel-polyfill": "6.26.0", - "classnames": "2.2.6", + "classnames": "2.5.1", "dayjs": "1.11.9", "lodash.debounce": "4.0.8", "lodash.snakecase": "4.1.1",