Skip to content

Commit 458820b

Browse files
authored
chore(deps): bump simple-git (#505)
* chore(deps): bump simple-git * docs: add @ViacheslavKudinov as a contributor
1 parent fbc09ca commit 458820b

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,15 @@
470470
"contributions": [
471471
"doc"
472472
]
473+
},
474+
{
475+
"login": "ViacheslavKudinov",
476+
"name": "Viacheslav Kudinov",
477+
"avatar_url": "https://avatars.githubusercontent.com/u/56436734?v=4",
478+
"profile": "https://github.com/ViacheslavKudinov",
479+
"contributions": [
480+
"security"
481+
]
473482
}
474483
],
475484
"contributorsPerLine": 7,

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
398398
</tr>
399399
<tr>
400400
<td align="center" valign="top" width="14.28%"><a href="https://azeemba.com/"><img src="https://avatars.githubusercontent.com/u/2160795?v=4?s=100" width="100px;" alt="Azeem Bande-Ali"/><br /><sub><b>Azeem Bande-Ali</b></sub></a><br /><a href="https://github.com/EndBug/add-and-commit/commits?author=azeemba" title="Documentation">📖</a></td>
401+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ViacheslavKudinov"><img src="https://avatars.githubusercontent.com/u/56436734?v=4?s=100" width="100px;" alt="Viacheslav Kudinov"/><br /><sub><b>Viacheslav Kudinov</b></sub></a><br /><a href="#security-ViacheslavKudinov" title="Security">🛡️</a></td>
401402
</tr>
402403
</tbody>
403404
</table>

lib/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@actions/core": "^1.10.0",
3434
"actions-toolkit": "github:EndBug/actions-toolkit#core-actions",
3535
"js-yaml": "^4.1.0",
36-
"simple-git": "^3.7.1",
36+
"simple-git": "^3.18.0",
3737
"string-argv": "^0.3.1"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)