Skip to content

Commit 542fcf3

Browse files
committed
deps: @npmcli/node-gyp@5.0.0
1 parent 89e14d3 commit 542fcf3

File tree

7 files changed

+11
-90
lines changed

7 files changed

+11
-90
lines changed

node_modules/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
/@npmcli/run-script/node_modules/*
4545
!/@npmcli/run-script/node_modules/@npmcli/
4646
/@npmcli/run-script/node_modules/@npmcli/*
47-
!/@npmcli/run-script/node_modules/@npmcli/node-gyp
4847
!/@npmcli/run-script/node_modules/@npmcli/promise-spawn
4948
!/@npmcli/run-script/node_modules/proc-log
5049
!/@pkgjs/

node_modules/@npmcli/node-gyp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/node-gyp",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Tools for dealing with node-gyp packages",
55
"scripts": {
66
"test": "tap",
@@ -30,15 +30,15 @@
3030
"license": "ISC",
3131
"devDependencies": {
3232
"@npmcli/eslint-config": "^5.0.0",
33-
"@npmcli/template-oss": "4.23.3",
33+
"@npmcli/template-oss": "4.27.1",
3434
"tap": "^16.0.1"
3535
},
3636
"engines": {
37-
"node": "^18.17.0 || >=20.5.0"
37+
"node": "^20.17.0 || >=22.9.0"
3838
},
3939
"templateOSS": {
4040
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
41-
"version": "4.23.3",
41+
"version": "4.27.1",
4242
"publish": true
4343
},
4444
"tap": {

node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp/LICENSE

Lines changed: 0 additions & 7 deletions
This file was deleted.

node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp/lib/index.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp/package.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,10 +1734,13 @@
17341734
}
17351735
},
17361736
"node_modules/@npmcli/node-gyp": {
1737-
"version": "4.0.0",
1737+
"version": "5.0.0",
1738+
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-5.0.0.tgz",
1739+
"integrity": "sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==",
1740+
"inBundle": true,
17381741
"license": "ISC",
17391742
"engines": {
1740-
"node": "^18.17.0 || >=20.5.0"
1743+
"node": "^20.17.0 || >=22.9.0"
17411744
}
17421745
},
17431746
"node_modules/@npmcli/package-json": {
@@ -1804,16 +1807,6 @@
18041807
"node": "^20.17.0 || >=22.9.0"
18051808
}
18061809
},
1807-
"node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp": {
1808-
"version": "5.0.0",
1809-
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-5.0.0.tgz",
1810-
"integrity": "sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==",
1811-
"inBundle": true,
1812-
"license": "ISC",
1813-
"engines": {
1814-
"node": "^20.17.0 || >=22.9.0"
1815-
}
1816-
},
18171810
"node_modules/@npmcli/run-script/node_modules/@npmcli/promise-spawn": {
18181811
"version": "9.0.0",
18191812
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-9.0.0.tgz",
@@ -14535,7 +14528,7 @@
1453514528
"@npmcli/map-workspaces": "^5.0.0",
1453614529
"@npmcli/metavuln-calculator": "^9.0.2",
1453714530
"@npmcli/name-from-folder": "^3.0.0",
14538-
"@npmcli/node-gyp": "^4.0.0",
14531+
"@npmcli/node-gyp": "^5.0.0",
1453914532
"@npmcli/package-json": "^7.0.0",
1454014533
"@npmcli/query": "^4.0.0",
1454114534
"@npmcli/redact": "^3.0.0",

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@npmcli/map-workspaces": "^5.0.0",
1010
"@npmcli/metavuln-calculator": "^9.0.2",
1111
"@npmcli/name-from-folder": "^3.0.0",
12-
"@npmcli/node-gyp": "^4.0.0",
12+
"@npmcli/node-gyp": "^5.0.0",
1313
"@npmcli/package-json": "^7.0.0",
1414
"@npmcli/query": "^4.0.0",
1515
"@npmcli/redact": "^3.0.0",

0 commit comments

Comments
 (0)