diff --git a/package-lock.json b/package-lock.json index 90245a6..ebaf65a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9083,7 +9083,7 @@ }, "workspaces/scanner": { "name": "@nodesecure/scanner", - "version": "6.0.2", + "version": "6.1.0", "license": "MIT", "dependencies": { "@nodesecure/conformance": "^1.0.0", diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index c693368..2b49fb7 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "6.0.2", + "version": "6.1.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": "./dist/index.js",