diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-06 05:07:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 05:07:05 +0000 |
commit | 7d814a09a55450e177d3dcdaa89f121421762636 (patch) | |
tree | c58847ae52af23539fac9e0be613373385652d16 /FrontEnd | |
parent | c2a6184440e934a363ee16d57de7d05a8ca304d9 (diff) | |
download | timeline-7d814a09a55450e177d3dcdaa89f121421762636.tar.gz timeline-7d814a09a55450e177d3dcdaa89f121421762636.tar.bz2 timeline-7d814a09a55450e177d3dcdaa89f121421762636.zip |
build(deps): Bump color from 4.2.1 to 4.2.3 in /FrontEnd
Bumps [color](https://github.com/Qix-/color) from 4.2.1 to 4.2.3.
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](https://github.com/Qix-/color/compare/4.2.1...4.2.3)
---
updated-dependencies:
- dependency-name: color
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 48a27501..11126690 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.1",
+ "color": "^4.2.3",
"core-js": "^3.21.1",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.4",
|