diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-20 14:34:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 14:34:09 +0000 |
commit | ae0c301cec3ad5efa27f5d792ee4f6e043176bc1 (patch) | |
tree | 261951e8021dbbc5bbcc5837ce973c40cf073f25 | |
parent | 0b152da0cc5cf3f85151d0e3af5e43e2b33fdded (diff) | |
download | timeline-ae0c301cec3ad5efa27f5d792ee4f6e043176bc1.tar.gz timeline-ae0c301cec3ad5efa27f5d792ee4f6e043176bc1.tar.bz2 timeline-ae0c301cec3ad5efa27f5d792ee4f6e043176bc1.zip |
build(deps): Bump color from 4.1.0 to 4.2.0 in /FrontEnd
Bumps [color](https://github.com/Qix-/color) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](https://github.com/Qix-/color/compare/4.1.0...4.2.0)
---
updated-dependencies:
- dependency-name: color
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 d87ed94a..ce9f4918 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
"classnames": "^2.3.1",
- "color": "^4.1.0",
+ "color": "^4.2.0",
"core-js": "^3.20.3",
"i18next": "^21.6.4",
"i18next-browser-languagedetector": "^6.1.2",
|