diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-19 05:05:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 05:05:52 +0000 |
commit | f3356eeba5483198a1535832028f2da687b957b0 (patch) | |
tree | 07cec3cccec19d0cfb3b8952d5495889ab5b2a06 | |
parent | 490a5fd12504daa515f31d6cd2de9e52651a205f (diff) | |
download | timeline-f3356eeba5483198a1535832028f2da687b957b0.tar.gz timeline-f3356eeba5483198a1535832028f2da687b957b0.tar.bz2 timeline-f3356eeba5483198a1535832028f2da687b957b0.zip |
build(deps): Bump color from 3.1.3 to 4.0.0 in /FrontEnd
Bumps [color](https://github.com/Qix-/color) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](https://github.com/Qix-/color/compare/3.1.3...4.0.0)
---
updated-dependencies:
- dependency-name: color
dependency-type: direct:production
update-type: version-update:semver-major
...
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 fa4d99d6..cdf47a73 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "bootstrap": "^5.0.2",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
- "color": "^3.1.3",
+ "color": "^4.0.0",
"core-js": "^3.15.2",
"i18next": "^20.3.3",
"i18next-browser-languagedetector": "^6.1.2",
|