diff --git a/docs/rules-v1.json b/docs/rules-v1.json index 83b7fb8..9b21c75 100644 --- a/docs/rules-v1.json +++ b/docs/rules-v1.json @@ -1,5 +1,5 @@ { - "lastUpdatedDate": "2024-11-18T13:34:06.521Z", + "lastUpdatedDate": "2024-11-19T02:34:48.251Z", "name": "Node Version Audit", "website": "https://github.com/lightswitch05/node-version-audit", "license": "https://github.com/lightswitch05/node-version-audit/blob/master/LICENSE", diff --git a/package-lock.json b/package-lock.json index 930ec0b..11f7329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-version-audit", - "version": "1.20241118.1", + "version": "1.20241119.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-version-audit", - "version": "1.20241118.1", + "version": "1.20241119.0", "license": "Apache-2.0", "bin": { "node-version-audit": "bin/node-version-audit" diff --git a/package.json b/package.json index 02ccda8..b06c942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-version-audit", - "version": "1.20241118.1", + "version": "1.20241119.0", "description": "Audit your Node version for known CVEs and patches ", "main": "index.js", "scripts": {