From 301bb8934ad5923cdce7a27088f0dd35924f2ce4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 12:36:31 +0000 Subject: [PATCH] fix: covid-vue-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- covid-vue-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covid-vue-app/package.json b/covid-vue-app/package.json index 12b15cd..5008308 100644 --- a/covid-vue-app/package.json +++ b/covid-vue-app/package.json @@ -38,7 +38,7 @@ "dependencies": { "axios": "^0.21.3", "core-js": "^3.18.0", - "selenium-webdriver": "^3.6.0", + "selenium-webdriver": "^4.1.0", "vue": "^2.6.10", "vue-router": "^3.5.2", "vuetify": "^2.4.9"