diff --git a/package-lock.json b/package-lock.json index 202cb25b3..38481cf7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@fortawesome/free-solid-svg-icons": "5.15.1", "@fortawesome/react-fontawesome": "^0.1.14", "babel-polyfill": "6.26.0", - "classnames": "2.2.6", + "classnames": "2.3.2", "dayjs": "^1.11.9", "lodash.debounce": "4.0.8", "lodash.snakecase": "4.1.1", @@ -2767,11 +2767,6 @@ "balanced-match": "^1.0.0" } }, - "node_modules/@edx/paragon/node_modules/classnames": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", - "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" - }, "node_modules/@edx/paragon/node_modules/glob": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", @@ -7526,9 +7521,9 @@ } }, "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.3.2", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", + "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" }, "node_modules/clean-css": { "version": "5.3.2", @@ -17455,11 +17450,6 @@ "react-dom": ">=16.8.0" } }, - "node_modules/react-bootstrap/node_modules/classnames": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", - "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" - }, "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 cfca4475c..cbb8a1105 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@fortawesome/free-solid-svg-icons": "5.15.1", "@fortawesome/react-fontawesome": "^0.1.14", "babel-polyfill": "6.26.0", - "classnames": "2.2.6", + "classnames": "2.3.2", "dayjs": "^1.11.9", "lodash.debounce": "4.0.8", "lodash.snakecase": "4.1.1",