Bump @types/classnames from 2.2.11 to 2.3.1 (#136)

Bumps [@types/classnames](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/classnames) from 2.2.11 to 2.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/classnames)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-21 09:00:48 -07:00 committed by GitHub
parent 0777f6ccbf
commit 00798560cd
2 changed files with 8 additions and 5 deletions

11
web/package-lock.json generated
View file

@ -285,10 +285,13 @@
}
},
"@types/classnames": {
"version": "2.2.11",
"resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.2.11.tgz",
"integrity": "sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw==",
"dev": true
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.1.tgz",
"integrity": "sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==",
"dev": true,
"requires": {
"classnames": "*"
}
},
"@types/hast": {
"version": "2.3.1",

View file

@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/chart.js": "^2.9.32",
"@types/classnames": "^2.2.11",
"@types/classnames": "^2.3.1",
"@types/markdown-it": "^12.0.1",
"@types/node": "^14.14.41",
"@types/prop-types": "^15.7.3",