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",