Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-11-15 17:57:11 +0300
committerNathan Fritz <fritzy@github.com>2021-11-18 23:03:01 +0300
commit088c11694a9f575e5c0fe10ab9efb55d14019be7 (patch)
tree798abbf76783dcb886a3d1ab6194c50ad7ccf933 /package.json
parent4496ac42a80e6594322bb6c478e660b925dac822 (diff)
deps: node-gyp@8.4.0
* feat: support vs2022 * feat: build with config.gypi from node headers PR-URL: https://github.com/npm/cli/pull/4045 Credit: @wraithgar Close: #4045 Reviewed-by: @lukekarrys
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 276f8460e..3c5c3dae7 100644
--- a/package.json
+++ b/package.json
@@ -96,7 +96,7 @@
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"ms": "^2.1.2",
- "node-gyp": "^8.3.0",
+ "node-gyp": "^8.4.0",
"nopt": "^5.0.0",
"npm-audit-report": "^2.1.5",
"npm-install-checks": "^4.0.0",