Skip to content

Commit aa1d486

Browse files
committed
deps: @npmcli/[email protected]
1 parent 599c819 commit aa1d486

File tree

8 files changed

+11
-260
lines changed

8 files changed

+11
-260
lines changed

node_modules/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
!/@npmcli/node-gyp
2929
!/@npmcli/package-json
3030
!/@npmcli/promise-spawn
31-
!/@npmcli/promise-spawn/node_modules/
32-
/@npmcli/promise-spawn/node_modules/*
33-
!/@npmcli/promise-spawn/node_modules/which
3431
!/@npmcli/query
3532
!/@npmcli/redact
3633
!/@npmcli/run-script

node_modules/@npmcli/promise-spawn/node_modules/which/LICENSE

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

node_modules/@npmcli/promise-spawn/node_modules/which/bin/which.js

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

node_modules/@npmcli/promise-spawn/node_modules/which/lib/index.js

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

node_modules/@npmcli/promise-spawn/node_modules/which/package.json

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

node_modules/@npmcli/promise-spawn/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/promise-spawn",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"files": [
55
"bin/",
66
"lib/"
@@ -32,8 +32,8 @@
3232
]
3333
},
3434
"devDependencies": {
35-
"@npmcli/eslint-config": "^5.0.0",
36-
"@npmcli/template-oss": "4.27.1",
35+
"@npmcli/eslint-config": "^6.0.0",
36+
"@npmcli/template-oss": "4.28.0",
3737
"spawk": "^1.7.1",
3838
"tap": "^16.0.1"
3939
},
@@ -42,10 +42,10 @@
4242
},
4343
"templateOSS": {
4444
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
45-
"version": "4.27.1",
45+
"version": "4.28.0",
4646
"publish": true
4747
},
4848
"dependencies": {
49-
"which": "^5.0.0"
49+
"which": "^6.0.0"
5050
}
5151
}

package-lock.json

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@npmcli/map-workspaces": "^5.0.1",
9292
"@npmcli/metavuln-calculator": "^9.0.3",
9393
"@npmcli/package-json": "^7.0.2",
94-
"@npmcli/promise-spawn": "^9.0.0",
94+
"@npmcli/promise-spawn": "^9.0.1",
9595
"@npmcli/redact": "^4.0.0",
9696
"@npmcli/run-script": "^10.0.3",
9797
"@sigstore/tuf": "^4.0.0",
@@ -1768,34 +1768,18 @@
17681768
}
17691769
},
17701770
"node_modules/@npmcli/promise-spawn": {
1771-
"version": "9.0.0",
1772-
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-9.0.0.tgz",
1773-
"integrity": "sha512-qxvGj3ZM6Zuk8YeVMY0gZHY19WN6g3OGxwR4MBaxHImfD/4zD0HpgBHNOSayEaisj/p3PyQjdQlO9tbl5ZBFZg==",
1771+
"version": "9.0.1",
1772+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-9.0.1.tgz",
1773+
"integrity": "sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==",
17741774
"inBundle": true,
17751775
"license": "ISC",
17761776
"dependencies": {
1777-
"which": "^5.0.0"
1777+
"which": "^6.0.0"
17781778
},
17791779
"engines": {
17801780
"node": "^20.17.0 || >=22.9.0"
17811781
}
17821782
},
1783-
"node_modules/@npmcli/promise-spawn/node_modules/which": {
1784-
"version": "5.0.0",
1785-
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
1786-
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
1787-
"inBundle": true,
1788-
"license": "ISC",
1789-
"dependencies": {
1790-
"isexe": "^3.1.1"
1791-
},
1792-
"bin": {
1793-
"node-which": "bin/which.js"
1794-
},
1795-
"engines": {
1796-
"node": "^18.17.0 || >=20.5.0"
1797-
}
1798-
},
17991783
"node_modules/@npmcli/query": {
18001784
"version": "4.0.1",
18011785
"license": "ISC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@npmcli/map-workspaces": "^5.0.1",
5959
"@npmcli/metavuln-calculator": "^9.0.3",
6060
"@npmcli/package-json": "^7.0.2",
61-
"@npmcli/promise-spawn": "^9.0.0",
61+
"@npmcli/promise-spawn": "^9.0.1",
6262
"@npmcli/redact": "^4.0.0",
6363
"@npmcli/run-script": "^10.0.3",
6464
"@sigstore/tuf": "^4.0.0",

0 commit comments

Comments
 (0)