Skip to content

Commit 43c9142

Browse files
committed
This has the benefit of removing a `process.umask()` that causes a runtime deprecation warning if commands such as `npm ls` are run either with Node.js pending deprecations enabled or with the current 15.0.0 RC. Refs: nodejs/node#35332 (comment) Refs: npm#1103
1 parent bd2721d commit 43c9142

File tree

2 files changed

+128
-35
lines changed

2 files changed

+128
-35
lines changed

package-lock.json

Lines changed: 127 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"sorted-union-stream": "~2.1.3",
135135
"ssri": "^6.0.1",
136136
"stringify-package": "^1.0.1",
137-
"tar": "^4.4.13",
137+
"tar": "^6.0.5",
138138
"text-table": "~0.2.0",
139139
"tiny-relative-date": "^1.3.0",
140140
"uid-number": "0.0.6",

0 commit comments

Comments
 (0)