From eb98dc7388bf243e82e3417e046f85d1ff95d49a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 06:48:48 +0000 Subject: [PATCH] fix: upgrade core-js from 3.22.0 to 3.22.1 Snyk has created this PR to upgrade core-js from 3.22.0 to 3.22.1. See this package in npm: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/ryoluo/project/c312a3e8-3e82-43aa-bfab-17bd5d224da7?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 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",