diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-23 05:04:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 05:04:34 +0000 |
commit | 0bfdc6683ce392aceccdf23b8ed51ef5fa662fb1 (patch) | |
tree | 85f02a54626ff3c6bbf10b9312dd416c3c34b900 /FrontEnd/package.json | |
parent | 5f19b90a12a37b10b2ca6ffcdb274f2670a4c261 (diff) | |
download | timeline-0bfdc6683ce392aceccdf23b8ed51ef5fa662fb1.tar.gz timeline-0bfdc6683ce392aceccdf23b8ed51ef5fa662fb1.tar.bz2 timeline-0bfdc6683ce392aceccdf23b8ed51ef5fa662fb1.zip |
build(deps): Bump core-js from 3.15.0 to 3.15.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.15.0 to 3.15.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.15.1/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 91376a9f..bb693dbc 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.15.0",
+ "core-js": "^3.15.1",
"i18next": "^20.3.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
|