From 128d254e4c8fe8cb7e060667cc0075b0fb2e973f Mon Sep 17 00:00:00 2001 From: Antoine Arlaud Date: Wed, 23 Oct 2024 23:11:18 +0200 Subject: [PATCH] fix: npx snyk protect instead of installing it --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a8744c4..9160992 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "mocha ./tests && npm run lint", - "snyk-protect": "snyk-protect", + "snyk-protect": "npx @snyk/protect", "prepare": "npm run snyk-protect", "lint": "prettier --check **/*.js", "format": "prettier --write **/*.js" @@ -16,7 +16,6 @@ "snyk-filter": "./index.js" }, "dependencies": { - "@snyk/protect": "1.1167.0", "chalk": "4.1.2", "debug": "4.3.4", "is-relative": "1.0.0",