chore(deps): bump simple-git (#46)

Bumps the npm_and_yarn group with 1 update in the / directory: [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git).


Updates `simple-git` from 3.31.1 to 3.32.3
- [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.32.3/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-version: 3.32.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-12 21:05:40 +01:00
committed by GitHub
parent b57e50f4a9
commit 020790fa81
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"react-hot-toast": "^2.6.0", "react-hot-toast": "^2.6.0",
"rsyncwrapper": "^3.1.0", "rsyncwrapper": "^3.1.0",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"simple-git": "^3.31.1", "simple-git": "^3.32.3",
"smol-toml": "^1.6.0", "smol-toml": "^1.6.0",
"snowball-stemmers": "^0.6.0", "snowball-stemmers": "^0.6.0",
"transliteration": "^2.6.1", "transliteration": "^2.6.1",
@@ -14131,9 +14131,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/simple-git": { "node_modules/simple-git": {
"version": "3.31.1", "version": "3.32.3",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.31.1.tgz", "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.3.tgz",
"integrity": "sha512-oiWP4Q9+kO8q9hHqkX35uuHmxiEbZNTrZ5IPxgMGrJwN76pzjm/jabkZO0ItEcqxAincqGAzL3QHSaHt4+knBg==", "integrity": "sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@kwsites/file-exists": "^1.1.1", "@kwsites/file-exists": "^1.1.1",

View File

@@ -109,7 +109,7 @@
"react-hot-toast": "^2.6.0", "react-hot-toast": "^2.6.0",
"rsyncwrapper": "^3.1.0", "rsyncwrapper": "^3.1.0",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"simple-git": "^3.31.1", "simple-git": "^3.32.3",
"smol-toml": "^1.6.0", "smol-toml": "^1.6.0",
"snowball-stemmers": "^0.6.0", "snowball-stemmers": "^0.6.0",
"transliteration": "^2.6.1", "transliteration": "^2.6.1",