|
165 | 165 | "@npmcli/docs": "^1.0.0", |
166 | 166 | "@npmcli/eslint-config": "^4.0.0", |
167 | 167 | "@npmcli/git": "^4.0.1", |
168 | | - "@npmcli/promise-spawn": "^4.0.0", |
| 168 | + "@npmcli/promise-spawn": "^5.0.0", |
169 | 169 | "@npmcli/template-oss": "4.6.2", |
170 | 170 | "licensee": "^8.2.0", |
171 | 171 | "nock": "^13.2.4", |
|
2224 | 2224 | } |
2225 | 2225 | }, |
2226 | 2226 | "node_modules/@npmcli/git": { |
2227 | | - "version": "4.0.1", |
2228 | | - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.0.1.tgz", |
2229 | | - "integrity": "sha512-sfaCFyZO7Zsxia2TNHW8TeHFIUnK63896EZFA5K0vCReOMFi9aELB5RZyFveRLaBE/pT1BS6RxbTWZGjulNgSg==", |
| 2227 | + "version": "4.0.2", |
| 2228 | + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.0.2.tgz", |
| 2229 | + "integrity": "sha512-jBSmCI3F6KTZrWwez6mH6lJPWg3llZlQiHR05/sOw83H1vMc9nnL39ceP8x3SEkDJkaluXG/w4drdYS4FDONgA==", |
2230 | 2230 | "inBundle": true, |
2231 | 2231 | "dependencies": { |
2232 | | - "@npmcli/promise-spawn": "^4.0.0", |
| 2232 | + "@npmcli/promise-spawn": "^5.0.0", |
2233 | 2233 | "lru-cache": "^7.4.4", |
2234 | 2234 | "mkdirp": "^1.0.4", |
2235 | 2235 | "npm-pick-manifest": "^8.0.0", |
|
2244 | 2244 | } |
2245 | 2245 | }, |
2246 | 2246 | "node_modules/@npmcli/installed-package-contents": { |
2247 | | - "version": "2.0.0", |
2248 | | - "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.0.tgz", |
2249 | | - "integrity": "sha512-vpPDeSnqHAXaPK1l6lcIcpgK/aIe63AbNR5vbzOhO6I2rkaFZmviQZ5nAlSpt+vwKrOH1CnplOdoE5/x8FWtNA==", |
| 2247 | + "version": "2.0.1", |
| 2248 | + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.1.tgz", |
| 2249 | + "integrity": "sha512-GIykAFdOVK31Q1/zAtT5MbxqQL2vyl9mvFJv+OGu01zxbhL3p0xc8gJjdNGX1mWmUT43aEKVO2L6V/2j4TOsAA==", |
2250 | 2250 | "inBundle": true, |
2251 | 2251 | "dependencies": { |
2252 | 2252 | "npm-bundled": "^3.0.0", |
2253 | 2253 | "npm-normalize-package-bin": "^3.0.0" |
2254 | 2254 | }, |
2255 | 2255 | "bin": { |
2256 | | - "installed-package-contents": "index.js" |
| 2256 | + "installed-package-contents": "lib/index.js" |
2257 | 2257 | }, |
2258 | 2258 | "engines": { |
2259 | 2259 | "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
|
2328 | 2328 | } |
2329 | 2329 | }, |
2330 | 2330 | "node_modules/@npmcli/promise-spawn": { |
2331 | | - "version": "4.0.0", |
2332 | | - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-4.0.0.tgz", |
2333 | | - "integrity": "sha512-LM/GRZSwkxar1jgd58yW5WspFWrFefh8a/KVy+sbOMa0pCwqlXWxXEjQRQzbtWExyhwPb2XSK/4mJnLeiVOYng==", |
| 2331 | + "version": "5.0.0", |
| 2332 | + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-5.0.0.tgz", |
| 2333 | + "integrity": "sha512-q+Le2urM3NdxSFHj+VZXLTHKgmWxqHXUSqM5m9bjnV3EtThtJor64f5inmBkO9uEGZnhpjW0wL67Qf5qcgZkxw==", |
2334 | 2334 | "inBundle": true, |
2335 | | - "dependencies": { |
2336 | | - "infer-owner": "^1.0.4" |
2337 | | - }, |
2338 | 2335 | "engines": { |
2339 | 2336 | "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
2340 | 2337 | } |
|
2351 | 2348 | } |
2352 | 2349 | }, |
2353 | 2350 | "node_modules/@npmcli/run-script": { |
2354 | | - "version": "5.0.0", |
2355 | | - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-5.0.0.tgz", |
2356 | | - "integrity": "sha512-AuqcoTOt7v4D2JqC7mCa+eUQHb64vWbwyu9o1hoJiq2kfZNwCB71f0s7tvUw+v+1B5XMdqcr98aGzjKIg7s6Vw==", |
| 2351 | + "version": "5.0.1", |
| 2352 | + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-5.0.1.tgz", |
| 2353 | + "integrity": "sha512-co/A+5LzdHQVLukfYT71x5e8+6HtIk2W9Jk5c8mE8LaGrkHazzRuZeyUmb6Ciaak7MRXRVOSoTaZ0zYEFVA/Gw==", |
2357 | 2354 | "inBundle": true, |
2358 | 2355 | "dependencies": { |
2359 | 2356 | "@npmcli/node-gyp": "^3.0.0", |
2360 | | - "@npmcli/promise-spawn": "^4.0.0", |
| 2357 | + "@npmcli/promise-spawn": "^5.0.0", |
2361 | 2358 | "node-gyp": "^9.0.0", |
2362 | 2359 | "read-package-json-fast": "^3.0.0", |
2363 | 2360 | "which": "^2.0.2" |
|
8920 | 8917 | } |
8921 | 8918 | }, |
8922 | 8919 | "node_modules/pacote": { |
8923 | | - "version": "15.0.2", |
8924 | | - "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.0.2.tgz", |
8925 | | - "integrity": "sha512-Gj4w436jiM9/0574JGI8nxpsuXssp5OhyBhnWijvzUVJdU5GvNvnYUgd5WA6mr6ImOQ7JqWqdA44ixBqqMfyZQ==", |
| 8920 | + "version": "15.0.4", |
| 8921 | + "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.0.4.tgz", |
| 8922 | + "integrity": "sha512-6lSP0ly54fKrPIvXmVcmslqrcF8DL3y/RlNLwBWG1A3wd8sWcPF8hikTJDWqXUPMw6L04p6gqsJ/iLgRjth+6A==", |
8926 | 8923 | "inBundle": true, |
8927 | 8924 | "dependencies": { |
8928 | 8925 | "@npmcli/git": "^4.0.0", |
8929 | | - "@npmcli/installed-package-contents": "^2.0.0", |
8930 | | - "@npmcli/promise-spawn": "^4.0.0", |
| 8926 | + "@npmcli/installed-package-contents": "^2.0.1", |
| 8927 | + "@npmcli/promise-spawn": "^5.0.0", |
8931 | 8928 | "@npmcli/run-script": "^5.0.0", |
8932 | 8929 | "cacache": "^17.0.0", |
8933 | 8930 | "fs-minipass": "^2.1.0", |
|
14024 | 14021 | "license": "ISC", |
14025 | 14022 | "devDependencies": { |
14026 | 14023 | "@npmcli/eslint-config": "^4.0.0", |
14027 | | - "@npmcli/promise-spawn": "^4.0.0", |
| 14024 | + "@npmcli/promise-spawn": "^5.0.0", |
14028 | 14025 | "@npmcli/template-oss": "4.6.2", |
14029 | 14026 | "minify-registry-metadata": "^2.2.0", |
14030 | 14027 | "rimraf": "^3.0.2", |
|
0 commit comments