From 1fac012cd6ca4b02ae885d7a639f4be3503b5603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:12:24 +0000 Subject: [PATCH] chore(deps-dev): bump simple-git Bumps the npm_and_yarn group with 1 update in the /qlty-plugins/plugins directory: [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). Updates `simple-git` from 3.27.0 to 3.36.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.36.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.36.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- qlty-plugins/plugins/package-lock.json | 30 +++++++++++++++++++++----- qlty-plugins/plugins/package.json | 2 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/qlty-plugins/plugins/package-lock.json b/qlty-plugins/plugins/package-lock.json index 808a95b73..e7b3538c8 100644 --- a/qlty-plugins/plugins/package-lock.json +++ b/qlty-plugins/plugins/package-lock.json @@ -19,7 +19,7 @@ "fast-glob": "3.3.2", "jest": "29.7.0", "jest-specific-snapshot": "8.0.0", - "simple-git": "3.27.0", + "simple-git": "3.36.0", "toml": "3.0.0", "ts-jest": "29.2.5", "ts-node": "10.9.2", @@ -945,6 +945,23 @@ "node": ">= 8" } }, + "node_modules/@simple-git/args-pathspec": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz", + "integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@simple-git/argv-parser": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz", + "integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@simple-git/args-pathspec": "^1.0.3" + } + }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", @@ -3549,14 +3566,17 @@ "dev": true }, "node_modules/simple-git": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz", - "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz", + "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==", "dev": true, + "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.5" + "@simple-git/args-pathspec": "^1.0.3", + "@simple-git/argv-parser": "^1.1.0", + "debug": "^4.4.0" }, "funding": { "type": "github", diff --git a/qlty-plugins/plugins/package.json b/qlty-plugins/plugins/package.json index 434da1b56..62be1db44 100644 --- a/qlty-plugins/plugins/package.json +++ b/qlty-plugins/plugins/package.json @@ -13,7 +13,7 @@ "fast-glob": "3.3.2", "jest": "29.7.0", "jest-specific-snapshot": "8.0.0", - "simple-git": "3.27.0", + "simple-git": "3.36.0", "toml": "3.0.0", "ts-jest": "29.2.5", "ts-node": "10.9.2",