Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update dependency simple-git to v3 [security] #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"parse-git-config": "^3.0.0",
"parse-github-url": "^1.0.2",
"request": "^2.88.2",
"simple-git": "^2.23.0",
"simple-git": "^3.0.0",
"tslib": "^2.3.1",
"yargs": "^17.3.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,7 @@ __metadata:
parse-github-url: ^1.0.2
prettier: 2.6.2
request: ^2.88.2
simple-git: ^2.23.0
simple-git: ^3.0.0
strip-ansi: 6.0.1
tmp: 0.2.1
ts-jest: 27.1.5
Expand Down Expand Up @@ -6203,14 +6203,14 @@ __metadata:
languageName: node
linkType: hard

"simple-git@npm:^2.23.0":
version: 2.48.0
resolution: "simple-git@npm:2.48.0"
"simple-git@npm:^3.0.0":
version: 3.22.0
resolution: "simple-git@npm:3.22.0"
dependencies:
"@kwsites/file-exists": ^1.1.1
"@kwsites/promise-deferred": ^1.1.1
debug: ^4.3.2
checksum: ba84b942ad5cebb9d43df2f147e414e348584f40023121896959f22d05e260ae71b862a93db5c473413f8d218f2122f2964d22f6b7bd77cc12dabc7e73b066be
debug: ^4.3.4
checksum: 118c43a3e1e27aecd8487205ed509acf925112de6edf1feb304d180c673f6e08279a13bcfae33c948de8b0809f2b929f9263fa7033ec7ef84908904eda0c3e2d
languageName: node
linkType: hard

Expand Down
Loading