|
168 | 168 | "devDependencies": { |
169 | 169 | "@npmcli/docs": "^1.0.0", |
170 | 170 | "@npmcli/eslint-config": "^4.0.2", |
171 | | - "@npmcli/git": "^5.0.5", |
| 171 | + "@npmcli/git": "^5.0.6", |
172 | 172 | "@npmcli/mock-globals": "^1.0.0", |
173 | 173 | "@npmcli/mock-registry": "^1.0.0", |
174 | 174 | "@npmcli/template-oss": "4.21.3", |
|
1701 | 1701 | } |
1702 | 1702 | }, |
1703 | 1703 | "node_modules/@npmcli/git": { |
1704 | | - "version": "5.0.5", |
1705 | | - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.5.tgz", |
1706 | | - "integrity": "sha512-x8hXItC8OFOwdgERzRIxg0ic1lQqW6kSZFFQtZTCNYOeGb9UqzVcod02TYljI9UBl4RtfcyQ0A7ygmcGFvEqWw==", |
| 1704 | + "version": "5.0.6", |
| 1705 | + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.6.tgz", |
| 1706 | + "integrity": "sha512-4x/182sKXmQkf0EtXxT26GEsaOATpD7WVtza5hrYivWZeo6QefC6xq9KAXrnjtFKBZ4rZwR7aX/zClYYXgtwLw==", |
1707 | 1707 | "inBundle": true, |
1708 | 1708 | "dependencies": { |
1709 | 1709 | "@npmcli/promise-spawn": "^7.0.0", |
1710 | 1710 | "lru-cache": "^10.0.1", |
1711 | 1711 | "npm-pick-manifest": "^9.0.0", |
1712 | | - "proc-log": "^3.0.0", |
| 1712 | + "proc-log": "^4.0.0", |
1713 | 1713 | "promise-inflight": "^1.0.1", |
1714 | 1714 | "promise-retry": "^2.0.1", |
1715 | 1715 | "semver": "^7.3.5", |
|
1719 | 1719 | "node": "^16.14.0 || >=18.0.0" |
1720 | 1720 | } |
1721 | 1721 | }, |
| 1722 | + "node_modules/@npmcli/git/node_modules/proc-log": { |
| 1723 | + "version": "4.0.0", |
| 1724 | + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.0.0.tgz", |
| 1725 | + "integrity": "sha512-v1lzmYxGDs2+OZnmYtYZK3DG8zogt+CbQ+o/iqqtTfpyCmGWulCTEQu5GIbivf7OjgIkH2Nr8SH8UxAGugZNbg==", |
| 1726 | + "inBundle": true, |
| 1727 | + "engines": { |
| 1728 | + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| 1729 | + } |
| 1730 | + }, |
1722 | 1731 | "node_modules/@npmcli/installed-package-contents": { |
1723 | 1732 | "version": "2.0.2", |
1724 | 1733 | "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz", |
|
16407 | 16416 | "version": "5.0.2", |
16408 | 16417 | "license": "ISC", |
16409 | 16418 | "dependencies": { |
16410 | | - "@npmcli/git": "^5.0.3", |
| 16419 | + "@npmcli/git": "^5.0.6", |
16411 | 16420 | "@npmcli/run-script": "^7.0.2", |
16412 | 16421 | "json-parse-even-better-errors": "^3.0.0", |
16413 | 16422 | "proc-log": "^3.0.0", |
|
0 commit comments