From 6b4ba018dee85a8b8df29afa2bdcb64b3b943b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 00:03:44 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.10.1 to 3.11.3 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.11.3. - [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.11.3/packages/core-js) 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 31ae640..a6e298e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6775,9 +6775,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz", - "integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==" + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.3.tgz", + "integrity": "sha512-DFEW9BllWw781Op5KdYGtXfj3s9Cmykzt16bY6elaVuqXHCUwF/5pv0H3IJ7/I3BGjK7OeU+GrjD1ChCkBJPuA==" }, "core-js-compat": { "version": "3.10.1", diff --git a/package.json b/package.json index ea10ec0..7845930 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@nuxtjs/axios": "^5.13.1", - "core-js": "^3.10.1", + "core-js": "^3.11.3", "feather-icons": "^4.28.0", "normalize.css": "^8.0.1", "nuxt": "^2.15.4",