From 9f87c619f10fc1fac65401f11877207ff2effbe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:22:58 +0000 Subject: [PATCH] fix(deps): update dependency classnames to v2.5.1 --- package-lock.json | 19 +++++-------------- package.json | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d99123d4..5b0689067 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", @@ -4017,11 +4017,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@openedx/paragon/node_modules/classnames": { - "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/@openedx/paragon/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -7287,9 +7282,10 @@ "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==" }, "node_modules/classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + "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": { "version": "5.3.3", @@ -16775,11 +16771,6 @@ "react-dom": ">=16.8.0" } }, - "node_modules/react-bootstrap/node_modules/classnames": { - "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/react-clientside-effect": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz", diff --git a/package.json b/package.json index b61a1bd39..c50243a2e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,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",