diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-23 06:53:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 06:53:28 +0000 |
commit | e0c56a816e5fd502e620ff9a463b3b6796bd0358 (patch) | |
tree | 1d735e47b376a4431f62ab1b68851da4e8dcb0c8 | |
parent | 317d10ccf00a64bf73a90a9361708753f826508d (diff) | |
download | timeline-e0c56a816e5fd502e620ff9a463b3b6796bd0358.tar.gz timeline-e0c56a816e5fd502e620ff9a463b3b6796bd0358.tar.bz2 timeline-e0c56a816e5fd502e620ff9a463b3b6796bd0358.zip |
build(deps): Bump core-js from 3.10.2 to 3.11.0 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.2 to 3.11.0.
- [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.11.0/packages/core-js)
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 14db0c71..ca36edfe 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.2",
+ "core-js": "^3.11.0",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|