From c10ee0c560f4abe875a41b3e3c7eac29fed21097 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 07:09:04 +0000 Subject: [PATCH] fix: upgrade core-js from 3.18.3 to 3.20.1 Snyk has created this PR to upgrade core-js from 3.18.3 to 3.20.1. See this package in npm: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/raznak/project/b9ba5167-aabd-40a0-86ab-d871b7a922fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index dd0505c..ab38234 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "apexcharts": "^3.28.1", "axios": "0.23.0", "bytes-iec": "^3.1.1", - "core-js": "3.18.3", + "core-js": "3.20.1", "echarts": "^5.2.1", "element-ui": "2.15.6", "js-cookie": "2.2.1",