fix(deps): update dependency classnames to v2.3.1 (#518)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-12 10:02:31 -04:00
committed by GitHub
parent 58f1634c63
commit 2b00cecd19
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5920,9 +5920,9 @@
}
},
"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.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
},
"clean-css": {
"version": "4.2.3",

View File

@@ -48,7 +48,7 @@
"@fortawesome/react-fontawesome": "0.1.14",
"@pact-foundation/pact": "^9.16.0",
"@reduxjs/toolkit": "1.3.6",
"classnames": "2.2.6",
"classnames": "2.3.1",
"core-js": "3.6.5",
"js-cookie": "2.2.1",
"lodash.camelcase": "^4.3.0",