diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-27 05:08:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 05:08:37 +0000 |
commit | 732c8d5ddf7fc925020aa17bfcca05e18414d082 (patch) | |
tree | 503ff65ace21472e8be0f3d9fa8dafeff15886d9 /FrontEnd/package.json | |
parent | cba70aa84d87e227525ac1ac253682e4ea051ece (diff) | |
download | timeline-732c8d5ddf7fc925020aa17bfcca05e18414d082.tar.gz timeline-732c8d5ddf7fc925020aa17bfcca05e18414d082.tar.bz2 timeline-732c8d5ddf7fc925020aa17bfcca05e18414d082.zip |
build(deps): Bump core-js from 3.23.2 to 3.23.3 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.2 to 3.23.3.
- [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/compare/v3.23.2...v3.23.3)
---
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 7e471eab..8c8a6bb3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.8.3",
"classnames": "^2.3.1",
"color": "^4.2.3",
- "core-js": "^3.23.2",
+ "core-js": "^3.23.3",
"i18next": "^21.8.10",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
|