diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-20 06:56:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 06:56:49 +0000 |
commit | a2593424472370021ca4a606c56b586080e188be (patch) | |
tree | e955e6bafa891dcbc2e7765c239682e0fc91a983 /FrontEnd/package.json | |
parent | 5a0a3106b08f51661e5991b4a05c1dd990454df4 (diff) | |
download | timeline-a2593424472370021ca4a606c56b586080e188be.tar.gz timeline-a2593424472370021ca4a606c56b586080e188be.tar.bz2 timeline-a2593424472370021ca4a606c56b586080e188be.zip |
build(deps): Bump core-js from 3.10.1 to 3.10.2 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.10.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/commits/v3.10.2/packages/core-js)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 5caed308..2389f02c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,7 +10,7 @@ "bootstrap": "^4.5.3",
"bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
- "core-js": "^3.10.1",
+ "core-js": "^3.10.2",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|