Skip to content

Commit f30c9e3

Browse files
committed
deps: @npmcli/[email protected]
1 parent f334466 commit f30c9e3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

node_modules/@npmcli/git/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/git",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -44,7 +44,7 @@
4444
"promise-inflight": "^1.0.1",
4545
"promise-retry": "^2.0.1",
4646
"semver": "^7.3.5",
47-
"which": "^3.0.0"
47+
"which": "^4.0.0"
4848
},
4949
"engines": {
5050
"node": "^16.14.0 || >=18.0.0"

package-lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"devDependencies": {
163163
"@npmcli/docs": "^1.0.0",
164164
"@npmcli/eslint-config": "^4.0.2",
165-
"@npmcli/git": "^5.0.1",
165+
"@npmcli/git": "^5.0.2",
166166
"@npmcli/mock-globals": "^1.0.0",
167167
"@npmcli/mock-registry": "^1.0.0",
168168
"@npmcli/template-oss": "4.18.0",
@@ -2452,9 +2452,9 @@
24522452
}
24532453
},
24542454
"node_modules/@npmcli/git": {
2455-
"version": "5.0.1",
2456-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.1.tgz",
2457-
"integrity": "sha512-9zUEqmRMZU5bmqWVu83wFVHH9kwLEQeMuDUDSYsBK/L4qbBl8Shdoc5EWfANzAdy5kFuPbBn7ToXTakbVdlCZg==",
2455+
"version": "5.0.2",
2456+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.2.tgz",
2457+
"integrity": "sha512-IKTmfAlPoDtlLk5Bpm4bqF8mrkNRkR1KXHIWOQlykXcwoV7ZacO44PPUMHB+aFOF0/dsSee+60NfGEItI4YDiw==",
24582458
"inBundle": true,
24592459
"dependencies": {
24602460
"@npmcli/promise-spawn": "^6.0.0",
@@ -2464,7 +2464,7 @@
24642464
"promise-inflight": "^1.0.1",
24652465
"promise-retry": "^2.0.1",
24662466
"semver": "^7.3.5",
2467-
"which": "^3.0.0"
2467+
"which": "^4.0.0"
24682468
},
24692469
"engines": {
24702470
"node": "^16.14.0 || >=18.0.0"
@@ -16266,7 +16266,7 @@
1626616266
"version": "4.0.2",
1626716267
"license": "ISC",
1626816268
"dependencies": {
16269-
"@npmcli/git": "^5.0.1",
16269+
"@npmcli/git": "^5.0.2",
1627016270
"@npmcli/run-script": "^7.0.0",
1627116271
"json-parse-even-better-errors": "^3.0.0",
1627216272
"proc-log": "^3.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"devDependencies": {
194194
"@npmcli/docs": "^1.0.0",
195195
"@npmcli/eslint-config": "^4.0.2",
196-
"@npmcli/git": "^5.0.1",
196+
"@npmcli/git": "^5.0.2",
197197
"@npmcli/mock-globals": "^1.0.0",
198198
"@npmcli/mock-registry": "^1.0.0",
199199
"@npmcli/template-oss": "4.18.0",

workspaces/libnpmversion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tap": "^16.3.8"
3838
},
3939
"dependencies": {
40-
"@npmcli/git": "^5.0.1",
40+
"@npmcli/git": "^5.0.2",
4141
"@npmcli/run-script": "^7.0.0",
4242
"json-parse-even-better-errors": "^3.0.0",
4343
"proc-log": "^3.0.0",

0 commit comments

Comments
 (0)