From 9dad0803755768664fa913c7956353208e82cded Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 1 Nov 2024 13:12:34 -0300 Subject: [PATCH] 1.6.0 --- 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 b10f972..4e802aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "is-my-node-vulnerable", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "is-my-node-vulnerable", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index ac5e429..caf1bea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-my-node-vulnerable", - "version": "1.5.0", + "version": "1.6.0", "description": "package that checks if your Node.js installation is vulnerable to known security vulnerabilities", "main": "index.js", "bin": {