Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.7.1 to 3.15.1.
- [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.15.1/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
This commit is contained in:
dependabot[bot] 2022-12-12 15:18:26 +00:00 committed by GitHub
parent 306ce007d0
commit d63c9ff429
1 changed files with 11 additions and 8 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@woocommerce/block-library",
"version": "9.1.0-dev",
"version": "9.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@woocommerce/block-library",
"version": "9.1.0-dev",
"version": "9.1.0",
"hasInstallScript": true,
"license": "GPL-3.0+",
"dependencies": {
@ -44377,17 +44377,18 @@
"license": "ISC"
},
"node_modules/simple-git": {
"version": "3.7.1",
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.1.tgz",
"integrity": "sha512-73MVa5984t/JP4JcQt0oZlKGr42ROYWC3BcUZfuHtT3IHKPspIvL0cZBnvPXF7LL3S/qVeVHVdYYmJ3LOTw4Rg==",
"dev": true,
"license": "MIT",
"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-html-tokenizer": {
@ -79929,12 +79930,14 @@
"devOptional": true
},
"simple-git": {
"version": "3.7.1",
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.1.tgz",
"integrity": "sha512-73MVa5984t/JP4JcQt0oZlKGr42ROYWC3BcUZfuHtT3IHKPspIvL0cZBnvPXF7LL3S/qVeVHVdYYmJ3LOTw4Rg==",
"dev": true,
"requires": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.3"
"debug": "^4.3.4"
}
},
"simple-html-tokenizer": {