From 7ad9c667a3ef88097d48464c5fa4595a6daa2431 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Aug 2024 20:01:58 +0000 Subject: [PATCH] fix: upgrade core-js from 3.9.0 to 3.38.0 Snyk has created this PR to upgrade core-js from 3.9.0 to 3.38.0. See this package in npm: core-js See this project in Snyk: https://app.snyk.io/org/mohammadnewton/project/d904e1e5-9de1-46bc-9395-38a1840874fa?utm_source=github&utm_medium=referral&page=upgrade-pr --- vue-app/package-lock.json | 11 ++++++++--- vue-app/package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/vue-app/package-lock.json b/vue-app/package-lock.json index 13c4646..78b0346 100644 --- a/vue-app/package-lock.json +++ b/vue-app/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "vue-app", "version": "0.1.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.34", @@ -12,7 +13,7 @@ "@fortawesome/vue-fontawesome": "^2.0.2", "axios": "^0.21.1", "bulma": "^0.9.2", - "core-js": "^3.6.5", + "core-js": "^3.38.0", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0" @@ -5460,7 +5461,9 @@ } }, "node_modules/core-js": { - "version": "3.9.0", + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.0.tgz", + "integrity": "sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -20037,7 +20040,9 @@ } }, "core-js": { - "version": "3.9.0" + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.0.tgz", + "integrity": "sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==" }, "core-js-compat": { "version": "3.9.0", diff --git a/vue-app/package.json b/vue-app/package.json index 15d05e7..9574ab1 100644 --- a/vue-app/package.json +++ b/vue-app/package.json @@ -14,7 +14,7 @@ "@fortawesome/vue-fontawesome": "^2.0.2", "axios": "^0.21.1", "bulma": "^0.9.2", - "core-js": "^3.6.5", + "core-js": "^3.38.0", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0"