Skip to content

Commit 7ecd146

Browse files
committed
deps: npmcli/git@5.0.4
1 parent b7fc10a commit 7ecd146

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ const spawn = require('@npmcli/promise-spawn')
22
const promiseRetry = require('promise-retry')
33
const log = require('proc-log')
44
const makeError = require('./make-error.js')
5-
const whichGit = require('./which.js')
65
const makeOpts = require('./opts.js')
76

87
module.exports = (gitArgs, opts = {}) => {
8+
const whichGit = require('./which.js')
99
const gitPath = whichGit(opts)
1010

1111
if (gitPath instanceof Error) {

node_modules/@npmcli/git/package.json

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/git",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -14,7 +14,7 @@
1414
"author": "GitHub Inc.",
1515
"license": "ISC",
1616
"scripts": {
17-
"lint": "eslint \"**/*.js\"",
17+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1818
"snap": "tap",
1919
"test": "tap",
2020
"posttest": "npm run lint",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^4.0.0",
34-
"@npmcli/template-oss": "4.18.0",
34+
"@npmcli/template-oss": "4.21.3",
3535
"npm-package-arg": "^11.0.0",
3636
"slash": "^3.0.0",
3737
"tap": "^16.0.1"
@@ -51,13 +51,7 @@
5151
},
5252
"templateOSS": {
5353
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
54-
"version": "4.18.0",
55-
"publish": true,
56-
"ciVersions": [
57-
"16.14.0",
58-
"16.x",
59-
"18.0.0",
60-
"18.x"
61-
]
54+
"version": "4.21.3",
55+
"publish": true
6256
}
6357
}

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"devDependencies": {
169169
"@npmcli/docs": "^1.0.0",
170170
"@npmcli/eslint-config": "^4.0.2",
171-
"@npmcli/git": "^5.0.3",
171+
"@npmcli/git": "^5.0.4",
172172
"@npmcli/mock-globals": "^1.0.0",
173173
"@npmcli/mock-registry": "^1.0.0",
174174
"@npmcli/template-oss": "4.21.3",
@@ -1811,9 +1811,9 @@
18111811
}
18121812
},
18131813
"node_modules/@npmcli/git": {
1814-
"version": "5.0.3",
1815-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.3.tgz",
1816-
"integrity": "sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==",
1814+
"version": "5.0.4",
1815+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz",
1816+
"integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==",
18171817
"inBundle": true,
18181818
"dependencies": {
18191819
"@npmcli/promise-spawn": "^7.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"devDependencies": {
200200
"@npmcli/docs": "^1.0.0",
201201
"@npmcli/eslint-config": "^4.0.2",
202-
"@npmcli/git": "^5.0.3",
202+
"@npmcli/git": "^5.0.4",
203203
"@npmcli/mock-globals": "^1.0.0",
204204
"@npmcli/mock-registry": "^1.0.0",
205205
"@npmcli/template-oss": "4.21.3",

0 commit comments

Comments
 (0)