From 1f665df2bb6fe1927446192e455d3f36663b7fb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 06:40:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3a33a6c458..49c8993459 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,14 @@ "prop-types": "15.7.2", "react": "17.0.2", "react-dom": "17.0.2", - "rimraf": "3.0.2", + "rimraf": "4.3.1", "run-parallel": "1.2.0", "semver": "7.3.5", "simple-concat": "1.0.1", "simple-get": "4.0.0", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.0.0", + "webtorrent": "1.9.0", "winreg": "1.2.4" }, "devDependencies": { @@ -75,7 +75,7 @@ "plist": "3.0.2", "pngjs": "6.0.0", "run-series": "1.1.9", - "spectron": "15.0.0", + "spectron": "16.0.0", "standard": "*", "tape": "5.2.2" },