diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-31 12:55:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 12:55:02 +0000 |
commit | 0bf7d9fd78fa38b8fe5dfc94e86589d0929e1c2a (patch) | |
tree | 21b683c26ff3f102751fa2a3f60c71145c333a28 | |
parent | 624ad9ea8edad7e869bd87382e9ba00f54dbe1ef (diff) | |
download | timeline-0bf7d9fd78fa38b8fe5dfc94e86589d0929e1c2a.tar.gz timeline-0bf7d9fd78fa38b8fe5dfc94e86589d0929e1c2a.tar.bz2 timeline-0bf7d9fd78fa38b8fe5dfc94e86589d0929e1c2a.zip |
build(deps): Bump core-js from 3.13.0 to 3.13.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.0 to 3.13.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.13.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 1f2a8951..3019f7a8 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^3.1.3",
- "core-js": "^3.13.0",
+ "core-js": "^3.13.1",
"i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.1",
|