diff --git a/package-lock.json b/package-lock.json index 6d833e1..027119e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse-hipaa-dashboard", - "version": "1.5.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parse-hipaa-dashboard", - "version": "1.5.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "parse-dashboard": "8.0.0" @@ -26,7 +26,7 @@ "typescript": "5.9.2" }, "engines": { - "node": ">=14.20.1" + "node": ">=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.0.0 <25.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index fee903f..b348134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-hipaa-dashboard", - "version": "1.5.2", + "version": "2.0.0", "description": "The Parse-HIPAA Dashboard.", "main": "./lib/index.js", "repository": { @@ -53,6 +53,6 @@ "start": "node ./lib/index.js" }, "engines": { - "node": ">=14.20.1" + "node": ">=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.0.0 <25.0.0" } }