diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-08 07:06:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 07:06:03 +0000 |
commit | 311a98a74f64398afeb2e2fba46e81da77fec381 (patch) | |
tree | 205a8dc8c9f476caeb37977818db1cb911063cc7 | |
parent | bcecc31f7453b80b8f2a23ed706741e72638f15f (diff) | |
download | timeline-311a98a74f64398afeb2e2fba46e81da77fec381.tar.gz timeline-311a98a74f64398afeb2e2fba46e81da77fec381.tar.bz2 timeline-311a98a74f64398afeb2e2fba46e81da77fec381.zip |
build(deps): Bump core-js from 3.10.0 to 3.10.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.0 to 3.10.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.10.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 ab6fe095..20e8ccf7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -11,7 +11,7 @@ "bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
"clsx": "^1.1.1",
- "core-js": "^3.10.0",
+ "core-js": "^3.10.1",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|