diff --git a/package-lock.json b/package-lock.json index 594ab29c93..6227b27fab 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", @@ -8077,7 +8073,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": { @@ -18075,10 +18073,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 0c5fb38a52..ffac06d3eb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,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",