From aae16dc2b2297e9f762877d0c997a871c9fb32ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 09:09:15 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - vue from 2.6.14 to 2.7.16. See this package in npm: https://www.npmjs.com/package/vue - bootstrap from 5.1.0 to 5.3.3. See this package in npm: https://www.npmjs.com/package/bootstrap - core-js from 3.16.1 to 3.38.1. See this package in npm: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/laugustofrontend/project/2b74ee00-4bf4-4d22-8f39-7433b83da779?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 43ab557..b7e880b 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "bootstrap": "5.1.0", - "core-js": "3.16.1", + "bootstrap": "5.3.3", + "core-js": "3.38.1", "font-awesome": "4.7.0", - "vue": "2.6.14" + "vue": "2.7.16" }, "devDependencies": { "@vue/cli-plugin-babel": "4.5.13",