diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-18 05:06:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 05:06:08 +0000 |
commit | 2b68df2438ee4ac4696154a9ba9f6203f392b0e5 (patch) | |
tree | 7a8b0c3d4af2f71043f744db08b73bb16ea54f46 /FrontEnd | |
parent | 426ed8dc0a1d1e9cc8f27b837da062b5c63f5a71 (diff) | |
download | timeline-2b68df2438ee4ac4696154a9ba9f6203f392b0e5.tar.gz timeline-2b68df2438ee4ac4696154a9ba9f6203f392b0e5.tar.bz2 timeline-2b68df2438ee4ac4696154a9ba9f6203f392b0e5.zip |
build(deps): Bump core-js from 3.16.1 to 3.16.2 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.1 to 3.16.2.
- [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.1...v3.16.2)
---
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 264cbc4f..e36b4385 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.1",
+ "core-js": "^3.16.2",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
|