diff --git a/package-lock.json b/package-lock.json index 2082142..964edfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5374,9 +5374,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.0.tgz", - "integrity": "sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==" + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", + "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==" }, "core-js-compat": { "version": "3.22.2", diff --git a/package.json b/package.json index 43c86cd..b101d4e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/style-resources": "^1.2.1", "axios": "^0.26.1", - "core-js": "^3.22.0", + "core-js": "^3.22.1", "fibers": "^5.0.1", "hooper": "^0.3.4", "marked": "^4.0.14",