From 4f0392afc61c6cfb4699bb2f28f6829e09d1a41f Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 21 Feb 2023 09:52:41 -0300 Subject: [PATCH] 1.2.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 d6a3d20..d2404ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "is-my-node-vulnerable", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "is-my-node-vulnerable", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 24eecac..23cb54a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-my-node-vulnerable", - "version": "1.1.0", + "version": "1.2.0", "description": "package that checks if your Node.js installation is vulnerable to known security vulnerabilities", "main": "index.js", "bin": {