Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit dbbfe27

Browse files
committed
deps: bump deps to fix security advisories
1 parent e96f550 commit dbbfe27

File tree

4 files changed

+4910
-5296
lines changed

4 files changed

+4910
-5296
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function shouldPrependCurrentNodeDirToPATH (opts) {
167167
var isWindows = process.platform === 'win32'
168168
var foundExecPath
169169
try {
170-
foundExecPath = which.sync(path.basename(process.execPath), {pathExt: isWindows ? ';' : ':'})
170+
foundExecPath = which.sync(path.basename(process.execPath), { pathExt: isWindows ? ';' : ':' })
171171
// Apply `fs.realpath()` here to avoid false positives when `node` is a symlinked executable.
172172
isDifferentNodeInPath = fs.realpathSync(process.execPath).toUpperCase() !==
173173
fs.realpathSync(foundExecPath).toUpperCase()

0 commit comments

Comments
 (0)