diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-14 05:07:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 05:07:07 +0000 |
commit | a2f2feae130df3ed92f87f54acd3cb0983fba16c (patch) | |
tree | 3e8bc17f09ae7629fc111fcf12ac624abde8a112 | |
parent | 80a858e30a71d6391462c9214110c59e0f83746e (diff) | |
download | timeline-a2f2feae130df3ed92f87f54acd3cb0983fba16c.tar.gz timeline-a2f2feae130df3ed92f87f54acd3cb0983fba16c.tar.bz2 timeline-a2f2feae130df3ed92f87f54acd3cb0983fba16c.zip |
build(deps): Bump color from 4.2.0 to 4.2.1 in /FrontEnd
Bumps [color](https://github.com/Qix-/color) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](https://github.com/Qix-/color/compare/4.2.0...4.2.1)
---
updated-dependencies:
- dependency-name: color
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 bb20ef3a..98dacf24 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
- "color": "^4.2.0",
+ "color": "^4.2.1",
"core-js": "^3.21.0",
"i18next": "^21.6.11",
"i18next-browser-languagedetector": "^6.1.3",
|