diff --git a/package-lock.json b/package-lock.json index 137b78d..4670fba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8949,7 +8949,7 @@ }, "workspaces/scanner": { "name": "@nodesecure/scanner", - "version": "5.3.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@nodesecure/conformance": "^1.0.0", diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 6af910a..46535a4 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "5.3.0", + "version": "6.0.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": "./dist/index.js",