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

chore: bump simple-git from 3.22.0 to 3.25.0 #435

Closed
wants to merge 1 commit into from
Closed
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 @@ -29,7 +29,7 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"node-fetch": "^3.3.2",
"simple-git": "^3.20.0"
"simple-git": "^3.25.0"
},
"devDependencies": {
"@types/jsdom": "21.x",
Expand Down
24 changes: 18 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.1.3"
node-fetch: "npm:^3.3.2"
prettier: "npm:^3.3.2"
simple-git: "npm:^3.20.0"
simple-git: "npm:^3.25.0"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -746,6 +746,18 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^4.3.5":
version: 4.3.5
resolution: "debug@npm:4.3.5"
dependencies:
ms: "npm:2.1.2"
peerDependenciesMeta:
supports-color:
optional: true
checksum: 10c0/082c375a2bdc4f4469c99f325ff458adad62a3fc2c482d59923c260cb08152f34e2659f72b3767db8bb2f21ca81a60a42d1019605a412132d7b9f59363a005cc
languageName: node
linkType: hard

"deep-is@npm:^0.1.3":
version: 0.1.4
resolution: "deep-is@npm:0.1.4"
Expand Down Expand Up @@ -1962,14 +1974,14 @@ __metadata:
languageName: node
linkType: hard

"simple-git@npm:^3.20.0":
version: 3.22.0
resolution: "simple-git@npm:3.22.0"
"simple-git@npm:^3.25.0":
version: 3.25.0
resolution: "simple-git@npm:3.25.0"
dependencies:
"@kwsites/file-exists": "npm:^1.1.1"
"@kwsites/promise-deferred": "npm:^1.1.1"
debug: "npm:^4.3.4"
checksum: 10c0/cc12f7563e4de82a48c1b2517d5471f699b4e12ff25843d230854b6d8d567ca8ee9d6e6b40aa6aae214e956040563902c9a406e798df03b435fe863b829d0cc5
debug: "npm:^4.3.5"
checksum: 10c0/2087dddac041eac6330cbb7fafea21f3e45786ea54e50ae07a49ba6a7134298e12727e5e4b6580310b679c7cb4f2a83804c04e7eab247eeabcd48d33b7885e16
languageName: node
linkType: hard

Expand Down
Loading