Skip to content

Commit

Permalink
deps: @npmcli/promise-spawn@3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 6, 2022
1 parent 0e87cac commit b632746
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mdx-js/mdx": "^1.6.22",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^1.3.2",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "3.2.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
Expand Down
29 changes: 26 additions & 3 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"@mdx-js/mdx": "^1.6.22",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^1.3.2",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "3.2.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
Expand All @@ -196,6 +196,18 @@
"node": ">=16.0.0"
}
},
"docs/node_modules/@npmcli/promise-spawn": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz",
"integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==",
"dev": true,
"dependencies": {
"infer-owner": "^1.0.4"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@babel/code-frame": {
"version": "7.16.7",
"dev": true,
Expand Down Expand Up @@ -10284,7 +10296,7 @@
"@npmcli/metavuln-calculator": "^3.0.1",
"@npmcli/move-file": "^2.0.0",
"@npmcli/name-from-folder": "^1.0.1",
"@npmcli/node-gyp": "2.0.0",
"@npmcli/node-gyp": "^2.0.0",
"@npmcli/package-json": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
"@npmcli/template-oss": "3.2.2",
Expand Down Expand Up @@ -11255,14 +11267,25 @@
"@mdx-js/mdx": "^1.6.22",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^1.3.2",
"@npmcli/promise-spawn": "3.0.0",
"@npmcli/template-oss": "3.2.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"tap": "^15.2.3",
"which": "^2.0.2",
"yaml": "^1.10.0"
},
"dependencies": {
"@npmcli/promise-spawn": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz",
"integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==",
"dev": true,
"requires": {
"infer-owner": "^1.0.4"
}
}
}
},
"doctrine": {
Expand Down

0 comments on commit b632746

Please sign in to comment.