From c3b1b2074cf1aadae9a03e5b6a30f899128ee195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 08:02:07 +0000 Subject: [PATCH] Bump core-js from 3.22.6 to 3.22.7 Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.6 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.6...v3.22.7) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ab5cb8a..52530803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6131,9 +6131,9 @@ "dev": true }, "core-js": { - "version": "3.22.6", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.6.tgz", - "integrity": "sha512-2IGcGH00z9I4twgNWU4uGCNEsBFG1s2JudVQrgSCoVhOfwoTwQjxC8aMo9exrpTMOxvobggEpaHnGMmQY4cfBQ==", + "version": "3.22.7", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.7.tgz", + "integrity": "sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 20f141b4..108c3111 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "babel-eslint": "^10.1.0", "babel-loader": "^8.2.5", "babel-preset-minify": "^0.5.2", - "core-js": "^3.22.6", + "core-js": "^3.22.7", "css-loader": "^6.7.1", "eslint": "^8.16.0", "file-loader": "^6.2.0",