diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 03:36:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 03:36:45 +0000 |
commit | 4e6f904aab8d64d3663825bc2b73eb9cf37c91a0 (patch) | |
tree | 26924a5d7604971b9d43d482782fd394ae44bfb0 /FrontEnd/package.json | |
parent | 0538d453a388f03957979245e68509f483bd0081 (diff) | |
download | timeline-4e6f904aab8d64d3663825bc2b73eb9cf37c91a0.tar.gz timeline-4e6f904aab8d64d3663825bc2b73eb9cf37c91a0.tar.bz2 timeline-4e6f904aab8d64d3663825bc2b73eb9cf37c91a0.zip |
build(deps): Bump core-js from 3.9.0 to 3.9.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.9.0 to 3.9.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.9.1/packages/core-js)
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 1f3a03e3..94aaeff8 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -11,7 +11,7 @@ "bootstrap-icons": "^1.4.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
- "core-js": "^3.9.0",
+ "core-js": "^3.9.1",
"i18next": "^19.9.1",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
|