Bump simple-git from 3.5.0 to 3.16.0

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.5.0 to 3.16.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.16.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-27 04:35:56 +00:00 committed by GitHub
parent 59e5a34713
commit 9c015d626a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

18
package-lock.json generated
View File

@ -9069,18 +9069,18 @@
"dev": true
},
"node_modules/simple-git": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.5.0.tgz",
"integrity": "sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==",
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.0.tgz",
"integrity": "sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==",
"dev": true,
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.3"
"debug": "^4.3.4"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/steveukx/"
"url": "https://github.com/steveukx/git-js?sponsor=1"
}
},
"node_modules/simple-git/node_modules/debug": {
@ -18346,14 +18346,14 @@
"dev": true
},
"simple-git": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.5.0.tgz",
"integrity": "sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==",
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.0.tgz",
"integrity": "sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==",
"dev": true,
"requires": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.3"
"debug": "^4.3.4"
},
"dependencies": {
"debug": {