diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-29 07:03:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 07:03:49 +0000 |
commit | 67f724cdc14fe18e1241c469e9736b7208332451 (patch) | |
tree | 58fcbc23a988b3af68a8a8af57cab3ac8785da75 | |
parent | fb3e62c89daa4ea497d544355a46a599ad29df25 (diff) | |
download | timeline-67f724cdc14fe18e1241c469e9736b7208332451.tar.gz timeline-67f724cdc14fe18e1241c469e9736b7208332451.tar.bz2 timeline-67f724cdc14fe18e1241c469e9736b7208332451.zip |
build(deps): Bump core-js from 3.11.0 to 3.11.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.11.0 to 3.11.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/commits/v3.11.1/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 394cc4f5..3531ed76 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.11.0",
+ "core-js": "^3.11.1",
"i18next": "^20.2.2",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|