From bd7af990afd186da2bd746ff2bf1704ca68ac497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 01:12:30 +0000 Subject: [PATCH] Bump core-js from 3.11.1 to 3.12.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.11.1 to 3.12.1. - [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.12.1/packages/core-js) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a89cb4f9e..b163b997bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@riophae/vue-treeselect": "^0.4.0", "@vue/babel-preset-app": "^4.5.12", "color-convert": "^2.0.1", - "core-js": "^3.11.1", + "core-js": "^3.12.1", "debounce-promise": "^3.1.2", "dompurify": "^2.2.8", "html-to-text": "^5.1.1", @@ -6552,9 +6552,9 @@ } }, "node_modules/core-js": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.1.tgz", - "integrity": "sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz", + "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -28461,9 +28461,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.1.tgz", - "integrity": "sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ==" + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz", + "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==" }, "core-js-compat": { "version": "3.9.1", diff --git a/package.json b/package.json index cca99e7512..647f3b7b62 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@riophae/vue-treeselect": "^0.4.0", "@vue/babel-preset-app": "^4.5.12", "color-convert": "^2.0.1", - "core-js": "^3.11.1", + "core-js": "^3.12.1", "debounce-promise": "^3.1.2", "dompurify": "^2.2.8", "html-to-text": "^5.1.1",