From d35d22813a948b48f8ad51ae7eb23d34fa4c6179 Mon Sep 17 00:00:00 2001 From: fraxken Date: Wed, 31 Jul 2024 22:30:53 +0200 Subject: [PATCH] chore(scanner): v6.0.0 --- package-lock.json | 2 +- workspaces/scanner/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",