diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-04 07:01:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 07:01:35 +0000 |
commit | 6ad37f7dcc96d5c24a711f6a986a0d14cd21774c (patch) | |
tree | 4bbbe3361484e90902c98ac3ae3b28c42f0498d9 | |
parent | 7c08cb08521bb6962ebe77e227d1df8e027328ba (diff) | |
download | timeline-6ad37f7dcc96d5c24a711f6a986a0d14cd21774c.tar.gz timeline-6ad37f7dcc96d5c24a711f6a986a0d14cd21774c.tar.bz2 timeline-6ad37f7dcc96d5c24a711f6a986a0d14cd21774c.zip |
build(deps): Bump core-js from 3.11.1 to 3.11.2 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.11.1 to 3.11.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.11.2/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 e2fd5e85..0f24275d 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.1",
+ "core-js": "^3.11.2",
"i18next": "^20.2.2",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|