diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-21 05:07:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 05:07:05 +0000 |
commit | 199fc6818f5cdaaf8970f8d24a42da81f6785cb6 (patch) | |
tree | c1d345765c059d815421db5c18f85206cfdd5236 /FrontEnd | |
parent | 8d79908c4ff1df72c1c5e20b27fdf06100b9f8db (diff) | |
download | timeline-199fc6818f5cdaaf8970f8d24a42da81f6785cb6.tar.gz timeline-199fc6818f5cdaaf8970f8d24a42da81f6785cb6.tar.bz2 timeline-199fc6818f5cdaaf8970f8d24a42da81f6785cb6.zip |
build(deps): Bump core-js from 3.14.0 to 3.15.0 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.14.0 to 3.15.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.15.0/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 381629e8..a8b2a2d0 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.14.0",
+ "core-js": "^3.15.0",
"i18next": "^20.3.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
|