From 79b6fe16297228f4f41db9f1ca60bff28178d1b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Sep 2022 03:11:17 +0000 Subject: [PATCH] fix: upgrade core-js from 3.24.1 to 3.25.0 Snyk has created this PR to upgrade core-js from 3.24.1 to 3.25.0. See this package in npm: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/circleci-78h/project/d86182b8-4976-482d-96bf-65475cc52ed0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2aac25..b714fff 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@ionic/vue": "^5.9.4", "@ionic/vue-router": "^5.9.4", "axios": "^0.21.4", - "core-js": "^3.8.3", + "core-js": "^3.25.0", "vue": "^3.2.13", "vue-class-component": "^8.0.0-0", "vue-router": "^4.0.15"