+5
-5
| { | ||
| "name": "nopt", | ||
| "version": "8.1.0", | ||
| "version": "9.0.0", | ||
| "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", | ||
@@ -26,7 +26,7 @@ "author": "GitHub Inc.", | ||
| "dependencies": { | ||
| "abbrev": "^3.0.0" | ||
| "abbrev": "^4.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@npmcli/eslint-config": "^5.0.0", | ||
| "@npmcli/template-oss": "4.23.6", | ||
| "@npmcli/template-oss": "4.27.1", | ||
| "tap": "^16.3.0" | ||
@@ -45,3 +45,3 @@ }, | ||
| "engines": { | ||
| "node": "^18.17.0 || >=20.5.0" | ||
| "node": "^20.17.0 || >=22.9.0" | ||
| }, | ||
@@ -51,5 +51,5 @@ "templateOSS": { | ||
| "windowsCI": false, | ||
| "version": "4.23.6", | ||
| "version": "4.27.1", | ||
| "publish": true | ||
| } | ||
| } |
+ Added
- Removed
Updated