From 2bbb47aaf1d5a7b33234c6ea095579ba755d4cdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:53:57 +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 7f7fa7940..ab364b5c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@fortawesome/react-fontawesome": "^0.1.14", "@openedx/paragon": "21.13.1", "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", @@ -3409,10 +3409,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 e27f01c88..f0bda1ba7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@fortawesome/react-fontawesome": "^0.1.14", "@openedx/paragon": "21.13.1", "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",