Skip to content

Commit

Permalink
chore(deps-dev): Bump simple-git from 3.19.0 to 3.19.1 (#6766)
Browse files Browse the repository at this point in the history
Bumps
[simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git)
from 3.19.0 to 3.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/steveukx/git-js/releases">simple-git's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>2ab1936: keep path splitter without path specs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md">simple-git's
changelog</a>.</em></p>
<blockquote>
<h2>3.19.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>2ab1936: keep path splitter without path specs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/steveukx/git-js/commit/53e2f7cdd8a286ebe49a3eb96a65ad62d3d35d9e"><code>53e2f7c</code></a>
Version Packages</li>
<li><a
href="https://github.com/steveukx/git-js/commit/fea8551135e3087d8a12dbd535436de3735aba4a"><code>fea8551</code></a>
Lint</li>
<li><a
href="https://github.com/steveukx/git-js/commit/516736f39e124b63cdd7cae9b5518b39388d18c9"><code>516736f</code></a>
Reusable function to append suffix parameters</li>
<li><a
href="https://github.com/steveukx/git-js/commit/2ab193675b2a90a1c35cb2921aa96c0d9c26424d"><code>2ab1936</code></a>
fix: keep splitter if no path specs exist (<a
href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/929">#929</a>)</li>
<li>See full diff in <a
href="https://github.com/steveukx/git-js/commits/[email protected]/simple-git">compare
view</a></li>
</ul>
</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 26, 2023
1 parent 92b1cd3 commit 633dee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"serve-static": "^1.15.0",
"simple-git": "^3.19.0",
"simple-git": "^3.19.1",
"stylelint": "^15.9.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^9.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@ __metadata:
sass: ^1.63.6
sass-loader: ^13.3.2
serve-static: ^1.15.0
simple-git: ^3.19.0
simple-git: ^3.19.1
stylelint: ^15.9.0
stylelint-config-prettier-scss: ^1.0.0
stylelint-config-standard-scss: ^9.0.0
Expand Down Expand Up @@ -10914,14 +10914,14 @@ __metadata:
languageName: node
linkType: hard

"simple-git@npm:^3.19.0":
version: 3.19.0
resolution: "simple-git@npm:3.19.0"
"simple-git@npm:^3.19.1":
version: 3.19.1
resolution: "simple-git@npm:3.19.1"
dependencies:
"@kwsites/file-exists": ^1.1.1
"@kwsites/promise-deferred": ^1.1.1
debug: ^4.3.4
checksum: 103f754cc172f903d7ad798c0dd7a083618e4ef373d27b37f34f4a7d5b6e5f260636376fca180ce25296f0064120af38b7be665e340c2f6ca463f1810bae0414
checksum: ab7c6901130eadd5758c5f1b0d957573b13cd981549cb5853e757cf13f8cb53b79a50e1acde8eaceba88da814d252f90cf7feab9bd67c64db903250adc51b02f
languageName: node
linkType: hard

Expand Down

0 comments on commit 633dee2

Please sign in to comment.