diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-07 06:56:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 06:56:55 +0000 |
commit | 342e535aaf53e3e7083c07a9df48ecee14b61d79 (patch) | |
tree | 2baf5cf8d99d560d40c2df6b454584f3e3436443 /FrontEnd | |
parent | 22d247eba4432240fc3ca84a5929be75a4390862 (diff) | |
download | timeline-342e535aaf53e3e7083c07a9df48ecee14b61d79.tar.gz timeline-342e535aaf53e3e7083c07a9df48ecee14b61d79.tar.bz2 timeline-342e535aaf53e3e7083c07a9df48ecee14b61d79.zip |
build(deps): Bump core-js from 3.11.3 to 3.12.0 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.11.3 to 3.12.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.12.0/packages/core-js)
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 c44613cc..74b8fb9c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -11,7 +11,7 @@ "bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
"color": "^3.1.3",
- "core-js": "^3.11.2",
+ "core-js": "^3.12.0",
"i18next": "^20.2.2",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|