diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-25 05:06:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 05:06:46 +0000 |
commit | ce62006216566fc5c0f3593635cb85fc9b64341b (patch) | |
tree | e8e8c1e728fb94ffae645d2f26d5a2a08f8acc77 | |
parent | 6d8996728353376aaf62a302304171a2f9370882 (diff) | |
download | timeline-ce62006216566fc5c0f3593635cb85fc9b64341b.tar.gz timeline-ce62006216566fc5c0f3593635cb85fc9b64341b.tar.bz2 timeline-ce62006216566fc5c0f3593635cb85fc9b64341b.zip |
build(deps): Bump core-js from 3.16.2 to 3.16.3 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.2 to 3.16.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.16.2...v3.16.3)
---
updated-dependencies:
- dependency-name: core-js
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 9bc1e78b..f2ca1f2e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^4.0.1",
- "core-js": "^3.16.2",
+ "core-js": "^3.16.3",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
|