diff --git a/package-lock.json b/package-lock.json index 7f7fa794..ab364b5c 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 e27f01c8..f0bda1ba 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",