diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-09 05:14:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 05:14:04 +0000 |
commit | 8f5eff117b4045d1031b8606f11e8b059b001544 (patch) | |
tree | dc9a55e2587cd73999e26bf0838b3ab3df527999 /FrontEnd | |
parent | f71febf781bec3ac8b798a988709d0e1de13dbe5 (diff) | |
download | timeline-8f5eff117b4045d1031b8606f11e8b059b001544.tar.gz timeline-8f5eff117b4045d1031b8606f11e8b059b001544.tar.bz2 timeline-8f5eff117b4045d1031b8606f11e8b059b001544.zip |
build(deps): Bump core-js from 3.16.0 to 3.16.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.0 to 3.16.1.
- [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.0...v3.16.1)
---
updated-dependencies:
- dependency-name: core-js
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 55f38a14..8e49242a 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.0",
+ "core-js": "^3.16.1",
"i18next": "^20.3.5",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
|