From 51376e2b7964923223d0da7c03bfc5fd5fa58351 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2024 11:43:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index be2b58eb..1ed9049e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "browserstack-cypress": "bin/runner.js" }, "dependencies": { - "archiver": "5.3.0", + "archiver": "7.0.0", "async": "3.2.3", "browserstack-local": "1.5.4", "chalk": "4.1.2", @@ -22,7 +22,7 @@ "git-last-commit": "^1.0.1", "git-repo-info": "^2.1.1", "gitconfiglocal": "^2.1.0", - "glob": "^7.2.0", + "glob": "^9.0.0", "mocha": "^10.2.0", "mkdirp": "1.0.4", "node-ipc": "9.1.1",