Skip to content

Commit 4d0918a

Browse files
committed
deps: @npmcli/git@7.0.2
1 parent 8912ca7 commit 4d0918a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,12 +598,12 @@ graph LR;
598598
npmcli-docs-->unified;
599599
npmcli-docs-->yaml;
600600
npmcli-fs-->semver;
601+
npmcli-git-->gar-promise-retry["@gar/promise-retry"];
601602
npmcli-git-->ini;
602603
npmcli-git-->lru-cache;
603604
npmcli-git-->npm-pick-manifest;
604605
npmcli-git-->npmcli-promise-spawn["@npmcli/promise-spawn"];
605606
npmcli-git-->proc-log;
606-
npmcli-git-->promise-retry;
607607
npmcli-git-->semver;
608608
npmcli-git-->which;
609609
npmcli-installed-package-contents-->npm-bundled;

node_modules/@npmcli/git/lib/spawn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const spawn = require('@npmcli/promise-spawn')
2-
const promiseRetry = require('promise-retry')
2+
const { promiseRetry } = require('@gar/promise-retry')
33
const { log } = require('proc-log')
44
const makeError = require('./make-error.js')
55
const makeOpts = require('./opts.js')

node_modules/@npmcli/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/git",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -38,12 +38,12 @@
3838
"tap": "^16.0.1"
3939
},
4040
"dependencies": {
41+
"@gar/promise-retry": "^1.0.0",
4142
"@npmcli/promise-spawn": "^9.0.0",
4243
"ini": "^6.0.0",
4344
"lru-cache": "^11.2.1",
4445
"npm-pick-manifest": "^11.0.1",
4546
"proc-log": "^6.0.0",
46-
"promise-retry": "^2.0.1",
4747
"semver": "^7.3.5",
4848
"which": "^6.0.0"
4949
},

package-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"devDependencies": {
157157
"@npmcli/docs": "^1.0.0",
158158
"@npmcli/eslint-config": "^5.1.0",
159-
"@npmcli/git": "^7.0.1",
159+
"@npmcli/git": "^7.0.2",
160160
"@npmcli/mock-globals": "^1.0.0",
161161
"@npmcli/mock-registry": "^1.0.0",
162162
"@npmcli/template-oss": "4.29.0",
@@ -1763,18 +1763,18 @@
17631763
}
17641764
},
17651765
"node_modules/@npmcli/git": {
1766-
"version": "7.0.1",
1767-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-7.0.1.tgz",
1768-
"integrity": "sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==",
1766+
"version": "7.0.2",
1767+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-7.0.2.tgz",
1768+
"integrity": "sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg==",
17691769
"inBundle": true,
17701770
"license": "ISC",
17711771
"dependencies": {
1772+
"@gar/promise-retry": "^1.0.0",
17721773
"@npmcli/promise-spawn": "^9.0.0",
17731774
"ini": "^6.0.0",
17741775
"lru-cache": "^11.2.1",
17751776
"npm-pick-manifest": "^11.0.1",
17761777
"proc-log": "^6.0.0",
1777-
"promise-retry": "^2.0.1",
17781778
"semver": "^7.3.5",
17791779
"which": "^6.0.0"
17801780
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"devDependencies": {
188188
"@npmcli/docs": "^1.0.0",
189189
"@npmcli/eslint-config": "^5.1.0",
190-
"@npmcli/git": "^7.0.1",
190+
"@npmcli/git": "^7.0.2",
191191
"@npmcli/mock-globals": "^1.0.0",
192192
"@npmcli/mock-registry": "^1.0.0",
193193
"@npmcli/template-oss": "4.29.0",

0 commit comments

Comments
 (0)