diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-01 07:25:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 07:25:52 +0000 |
commit | bbb036dfeb240d8606e3d6611781226a92cf1016 (patch) | |
tree | c0e891b1319727d7e4208bad0045de0e3c6cf14f | |
parent | 1fd90f33e0f33a51a118f8b887d260e2e83f63cf (diff) | |
download | timeline-bbb036dfeb240d8606e3d6611781226a92cf1016.tar.gz timeline-bbb036dfeb240d8606e3d6611781226a92cf1016.tar.bz2 timeline-bbb036dfeb240d8606e3d6611781226a92cf1016.zip |
build(deps): Bump classnames from 2.2.6 to 2.3.0 in /FrontEnd
Bumps [classnames](https://github.com/JedWatson/classnames) from 2.2.6 to 2.3.0.
- [Release notes](https://github.com/JedWatson/classnames/releases)
- [Changelog](https://github.com/JedWatson/classnames/blob/master/HISTORY.md)
- [Commits](https://github.com/JedWatson/classnames/compare/v2.2.6...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 03cb9f5b..2bff0a51 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -9,7 +9,7 @@ "axios": "^0.21.1",
"bootstrap": "^4.5.3",
"bootstrap-icons": "^1.4.1",
- "classnames": "^2.2.6",
+ "classnames": "^2.3.0",
"clsx": "^1.1.1",
"core-js": "^3.9.1",
"i18next": "^20.1.0",
|