From 443e1034c26728831f16c6e19c2223d3daf2206e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 05:09:35 +0000 Subject: [PATCH] build(deps): bump core-js from 3.30.1 to 3.30.2 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.30.1 to 3.30.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/commits/v3.30.2/packages/core-js) --- 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 329d7486..9bfd9fe4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "axios": "^1.4.0", "bootstrap": "^5.2.3", "bootstrap-vue-next": "^0.8.8", - "core-js": "^3.30.1", + "core-js": "^3.30.2", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", "echarts": "^5.4.2", diff --git a/yarn.lock b/yarn.lock index f18fa07f..c8703686 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1421,10 +1421,10 @@ config-chain@^1.1.13: ini "^1.3.4" proto-list "~1.2.1" -core-js@^3.30.1: - version "3.30.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.30.1.tgz#fc9c5adcc541d8e9fa3e381179433cbf795628ba" - integrity sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ== +core-js@^3.30.2: + version "3.30.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.30.2.tgz#6528abfda65e5ad728143ea23f7a14f0dcf503fc" + integrity sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg== core-util-is@1.0.2: version "1.0.2"