From 95ff05c4e637fac54a3211eea93022b8c64fe283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 05:04:59 +0000 Subject: [PATCH] build(deps): bump core-js from 3.22.2 to 3.22.4 Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.2 to 3.22.4. - [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.2...v3.22.4) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf159557..28de568f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bootstrap": "^4.6.0", "bootstrap-vue": "^2.22.0", "bootswatch": "^5.1.3", - "core-js": "^3.22.2", + "core-js": "^3.22.4", "date-fns": "^2.28.0", "date-fns-tz": "^1.3.3", "echarts": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index feebd0e9..1c43ce92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2176,10 +2176,10 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: dependencies: safe-buffer "~5.1.1" -core-js@^3.22.2: - version "3.22.2" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.2.tgz#3ea0a245b0895fa39d1faa15fe75d91ade504a01" - integrity sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA== +core-js@^3.22.4: + version "3.22.4" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.4.tgz#f4b3f108d45736935aa028444a69397e40d8c531" + integrity sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w== core-util-is@1.0.2: version "1.0.2"