From 90c55a3304ff698376015d0115f761b3a58dd12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:02:50 +0000 Subject: [PATCH] build(deps): bump core-js from 3.22.5 to 3.22.7 Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.5 to 3.22.7. - [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.5...v3.22.7) --- 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 6aba94f1..ce89b74f 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.5", + "core-js": "^3.22.7", "date-fns": "^2.28.0", "date-fns-tz": "^1.3.4", "echarts": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index 3ba1fba7..3e0f80ab 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.5: - version "3.22.5" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.5.tgz#a5f5a58e663d5c0ebb4e680cd7be37536fb2a9cf" - integrity sha512-VP/xYuvJ0MJWRAobcmQ8F2H6Bsn+s7zqAAjFaHGBMc5AQm7zaelhD1LGduFn2EehEcQcU+br6t+fwbpQ5d1ZWA== +core-js@^3.22.7: + version "3.22.7" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.7.tgz#8d6c37f630f6139b8732d10f2c114c3f1d00024f" + integrity sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg== core-util-is@1.0.2: version "1.0.2"