Skip to content

Commit b632746

Browse files
committed
deps: @npmcli/[email protected]
1 parent 0e87cac commit b632746

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@mdx-js/mdx": "^1.6.22",
2424
"@npmcli/eslint-config": "^3.0.1",
2525
"@npmcli/fs": "^2.1.0",
26-
"@npmcli/promise-spawn": "^1.3.2",
26+
"@npmcli/promise-spawn": "^3.0.0",
2727
"@npmcli/template-oss": "3.2.2",
2828
"cmark-gfm": "^0.9.0",
2929
"jsdom": "^18.1.0",

package-lock.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"@mdx-js/mdx": "^1.6.22",
184184
"@npmcli/eslint-config": "^3.0.1",
185185
"@npmcli/fs": "^2.1.0",
186-
"@npmcli/promise-spawn": "^1.3.2",
186+
"@npmcli/promise-spawn": "^3.0.0",
187187
"@npmcli/template-oss": "3.2.2",
188188
"cmark-gfm": "^0.9.0",
189189
"jsdom": "^18.1.0",
@@ -196,6 +196,18 @@
196196
"node": ">=16.0.0"
197197
}
198198
},
199+
"docs/node_modules/@npmcli/promise-spawn": {
200+
"version": "3.0.0",
201+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz",
202+
"integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==",
203+
"dev": true,
204+
"dependencies": {
205+
"infer-owner": "^1.0.4"
206+
},
207+
"engines": {
208+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
209+
}
210+
},
199211
"node_modules/@babel/code-frame": {
200212
"version": "7.16.7",
201213
"dev": true,
@@ -10284,7 +10296,7 @@
1028410296
"@npmcli/metavuln-calculator": "^3.0.1",
1028510297
"@npmcli/move-file": "^2.0.0",
1028610298
"@npmcli/name-from-folder": "^1.0.1",
10287-
"@npmcli/node-gyp": "2.0.0",
10299+
"@npmcli/node-gyp": "^2.0.0",
1028810300
"@npmcli/package-json": "^2.0.0",
1028910301
"@npmcli/run-script": "^3.0.0",
1029010302
"@npmcli/template-oss": "3.2.2",
@@ -11255,14 +11267,25 @@
1125511267
"@mdx-js/mdx": "^1.6.22",
1125611268
"@npmcli/eslint-config": "^3.0.1",
1125711269
"@npmcli/fs": "^2.1.0",
11258-
"@npmcli/promise-spawn": "^1.3.2",
11270+
"@npmcli/promise-spawn": "3.0.0",
1125911271
"@npmcli/template-oss": "3.2.2",
1126011272
"cmark-gfm": "^0.9.0",
1126111273
"jsdom": "^18.1.0",
1126211274
"marked-man": "^0.7.0",
1126311275
"tap": "^15.2.3",
1126411276
"which": "^2.0.2",
1126511277
"yaml": "^1.10.0"
11278+
},
11279+
"dependencies": {
11280+
"@npmcli/promise-spawn": {
11281+
"version": "3.0.0",
11282+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz",
11283+
"integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==",
11284+
"dev": true,
11285+
"requires": {
11286+
"infer-owner": "^1.0.4"
11287+
}
11288+
}
1126611289
}
1126711290
},
1126811291
"doctrine": {

0 commit comments

Comments
 (0)