From c37a56bad56e34fe5223ddd3cb223cc4158136ae Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 4 Nov 2024 18:15:11 -0300 Subject: [PATCH] 1.6.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b560ba..f846001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "is-my-node-vulnerable", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "is-my-node-vulnerable", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 87b0f76..0b48101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-my-node-vulnerable", - "version": "1.6.0", + "version": "1.6.1", "description": "package that checks if your Node.js installation is vulnerable to known security vulnerabilities", "main": "index.js", "bin": {