Skip to content

Commit 80fc5c3

Browse files
Simone PrimarosaFishrock123
authored andcommitted
Fix deprecated dependency warning
Refs: https://github.com/iarna/gauge/pull/77 PR-URL: #1069 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 05c4494 commit 80fc5c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"minimatch": "^3.0.2",
2929
"mkdirp": "^0.5.0",
3030
"nopt": "2 || 3",
31-
"npmlog": "0 || 1 || 2 || 3",
31+
"npmlog": "0 || 1 || 2 || 3 || 4",
3232
"osenv": "0",
3333
"request": "2",
3434
"rimraf": "2",

0 commit comments

Comments
 (0)