diff --git a/package-lock.json b/package-lock.json index 2b15db3..e98323d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,9 +96,9 @@ "integrity": "sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ==" }, "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" }, "sudo-prompt": { "version": "9.2.1", diff --git a/package.json b/package.json index 3530055..389ac31 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "is-port-available": "^0.1.5", "lookpath": "^1.1.0", "mustache": "^4.1.0", - "slash": "^3.0.0", + "slash": "^4.0.0", "sudo-prompt": "^9.2.1", "systeminformation": "^4.34.10" }