From eca209f7688814dc59167bcb36ec4854302bbaed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 14:33:34 +0000 Subject: [PATCH] fix: upgrade core-js from 3.14.0 to 3.38.1 Snyk has created this PR to upgrade core-js from 3.14.0 to 3.38.1. See this package in npm: core-js See this project in Snyk: https://app.snyk.io/org/mohammadnewton/project/065a8da6-ee31-456b-b9c9-56ba209a62d9?utm_source=github&utm_medium=referral&page=upgrade-pr --- vue-app/package-lock.json | 10 +++++++--- vue-app/package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/vue-app/package-lock.json b/vue-app/package-lock.json index f1a8155..2aa3025 100644 --- a/vue-app/package-lock.json +++ b/vue-app/package-lock.json @@ -13,7 +13,7 @@ "@fortawesome/vue-fontawesome": "^2.0.2", "axios": "^0.21.1", "bulma": "^0.9.4", - "core-js": "^3.6.5", + "core-js": "^3.38.1", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0" @@ -4827,7 +4827,9 @@ } }, "node_modules/core-js": { - "version": "3.14.0", + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", + "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -18020,7 +18022,9 @@ } }, "core-js": { - "version": "3.14.0" + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", + "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==" }, "core-js-compat": { "version": "3.27.1", diff --git a/vue-app/package.json b/vue-app/package.json index bb43308..79fbf45 100644 --- a/vue-app/package.json +++ b/vue-app/package.json @@ -18,7 +18,7 @@ "@fortawesome/vue-fontawesome": "^2.0.2", "axios": "^0.21.1", "bulma": "^0.9.4", - "core-js": "^3.6.5", + "core-js": "^3.38.1", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0"