diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-22 05:05:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 05:05:21 +0000 |
commit | 119e90d1396fcf46f8f98be117693fdfacebbaa8 (patch) | |
tree | d859d51f7659f88ae9a6d23775848d2148e847f0 /FrontEnd | |
parent | 392bd22adb1dcceeb14724d1e93ca44f9d1656a1 (diff) | |
download | timeline-119e90d1396fcf46f8f98be117693fdfacebbaa8.tar.gz timeline-119e90d1396fcf46f8f98be117693fdfacebbaa8.tar.bz2 timeline-119e90d1396fcf46f8f98be117693fdfacebbaa8.zip |
build(deps): Bump core-js from 3.22.1 to 3.22.2 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.1 to 3.22.2.
- [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.22.1...v3.22.2)
---
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')
-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 0ea9bc90..6a99f226 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
"color": "^4.2.3",
- "core-js": "^3.22.1",
+ "core-js": "^3.22.2",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
|