Skip to content

Commit

Permalink
deps: @npmcli/git@5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent f334466 commit f30c9e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions node_modules/@npmcli/git/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/git",
"version": "5.0.1",
"version": "5.0.2",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -44,7 +44,7 @@
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
"semver": "^7.3.5",
"which": "^3.0.0"
"which": "^4.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json
Expand Up @@ -162,7 +162,7 @@
"devDependencies": {
"@npmcli/docs": "^1.0.0",
"@npmcli/eslint-config": "^4.0.2",
"@npmcli/git": "^5.0.1",
"@npmcli/git": "^5.0.2",
"@npmcli/mock-globals": "^1.0.0",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/template-oss": "4.18.0",
Expand Down Expand Up @@ -2452,9 +2452,9 @@
}
},
"node_modules/@npmcli/git": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.1.tgz",
"integrity": "sha512-9zUEqmRMZU5bmqWVu83wFVHH9kwLEQeMuDUDSYsBK/L4qbBl8Shdoc5EWfANzAdy5kFuPbBn7ToXTakbVdlCZg==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.2.tgz",
"integrity": "sha512-IKTmfAlPoDtlLk5Bpm4bqF8mrkNRkR1KXHIWOQlykXcwoV7ZacO44PPUMHB+aFOF0/dsSee+60NfGEItI4YDiw==",
"inBundle": true,
"dependencies": {
"@npmcli/promise-spawn": "^6.0.0",
Expand All @@ -2464,7 +2464,7 @@
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
"semver": "^7.3.5",
"which": "^3.0.0"
"which": "^4.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down Expand Up @@ -16266,7 +16266,7 @@
"version": "4.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^5.0.1",
"@npmcli/git": "^5.0.2",
"@npmcli/run-script": "^7.0.0",
"json-parse-even-better-errors": "^3.0.0",
"proc-log": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -193,7 +193,7 @@
"devDependencies": {
"@npmcli/docs": "^1.0.0",
"@npmcli/eslint-config": "^4.0.2",
"@npmcli/git": "^5.0.1",
"@npmcli/git": "^5.0.2",
"@npmcli/mock-globals": "^1.0.0",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/template-oss": "4.18.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmversion/package.json
Expand Up @@ -37,7 +37,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/git": "^5.0.1",
"@npmcli/git": "^5.0.2",
"@npmcli/run-script": "^7.0.0",
"json-parse-even-better-errors": "^3.0.0",
"proc-log": "^3.0.0",
Expand Down

0 comments on commit f30c9e3

Please sign in to comment.