diff --git a/package-lock.json b/package-lock.json index 4375384..02aad4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "is-my-node-vulnerable", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "is-my-node-vulnerable", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 38562fe..4715b0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-my-node-vulnerable", - "version": "1.4.0", + "version": "1.4.1", "description": "package that checks if your Node.js installation is vulnerable to known security vulnerabilities", "main": "index.js", "bin": {