Skip to content

Commit

Permalink
Update from nopt 4.x to nopt 5.0.0 (#156)
Browse files Browse the repository at this point in the history
installation of latest [email protected] produces a warning:

```
npm WARN deprecated [email protected]: This package is no longer supported.
```

This package is only used by nopt to call `os.homedir()` which has
been stable since Node.js 2. It was removed [1] in nopt 5.0.0.

There are newer versions of nopt available, but those raise the
required Node.js engine level. In order to make this easy to release
and to resolve the warning first, let's first move to nopt 5.0.0.

[1]: npm/nopt@5c0e45b
  • Loading branch information
Krinkle authored Jul 7, 2024
1 parent 670029a commit f33cc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"grunt-known-options": "~2.0.0",
"interpret": "~1.1.0",
"liftup": "~3.0.1",
"nopt": "~4.0.1",
"nopt": "~5.0.0",
"v8flags": "^4.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit f33cc6a

Please sign in to comment.