diff --git a/package-lock.json b/package-lock.json index 31ae640..2470c6e 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.12.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.0.tgz", + "integrity": "sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==" }, "core-js-compat": { "version": "3.10.1", diff --git a/package.json b/package.json index ea10ec0..bb5bd53 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.12.0", "feather-icons": "^4.28.0", "normalize.css": "^8.0.1", "nuxt": "^2.15.4",