diff --git a/package-lock.json b/package-lock.json index 74eca68..75d3509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4010,9 +4010,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", - "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" + "version": "3.27.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz", + "integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==" }, "core-js-compat": { "version": "3.6.5", diff --git a/package.json b/package.json index 10277f4..ceec1bc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nuxtjs/axios": "^5.12.3", "@nuxtjs/dotenv": "^1.4.1", "axios": "^0.21.0", - "core-js": "^3.6.5", + "core-js": "^3.27.2", "dayjs": "^1.9.6", "luxon": "^1.25.0", "nuxt": "^2.14.6",