diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-01 08:38:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 08:38:31 +0000 |
commit | bf318d138f7ab2169581d03b5f7c392933125273 (patch) | |
tree | 151c70e0a2e2ce184e53415734062f358faf6aa2 | |
parent | fcdc20b86e6abbffa87b52d5e2c7dcf8688a1aef (diff) | |
parent | bbb036dfeb240d8606e3d6611781226a92cf1016 (diff) | |
download | timeline-bf318d138f7ab2169581d03b5f7c392933125273.tar.gz timeline-bf318d138f7ab2169581d03b5f7c392933125273.tar.bz2 timeline-bf318d138f7ab2169581d03b5f7c392933125273.zip |
Merge pull request #427 from crupest/dependabot/npm_and_yarn/FrontEnd/classnames-2.3.0
-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 978c13de..1f970cc1 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",
|