diff --git a/package-lock.json b/package-lock.json index 10f37936a9a..428cc86a6fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lodash": "^4.17.21", "mocha": "^10.8.2", "prettier": "^1.19.1", - "simple-git": "3.15.0", + "simple-git": "3.36.0", "ts-node": "^10.9.2", "typescript": "^4.1.6", "xmlhttprequest": "^1.8.0" @@ -407,6 +407,21 @@ "@octokit/openapi-types": "^25.1.0" } }, + "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==", + "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==", + "license": "MIT", + "dependencies": { + "@simple-git/args-pathspec": "^1.0.3" + } + }, "node_modules/@ts-common/add-position": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/@ts-common/add-position/-/add-position-0.0.2.tgz", @@ -1763,13 +1778,16 @@ } }, "node_modules/simple-git": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.0.tgz", - "integrity": "sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz", + "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==", + "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.4" + "@simple-git/args-pathspec": "^1.0.3", + "@simple-git/argv-parser": "^1.1.0", + "debug": "^4.4.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 013e2f8e5dc..3762818fd6b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "jsonschema": "^1.2.6", "mocha": "^10.8.2", "prettier": "^1.19.1", - "simple-git": "3.15.0", + "simple-git": "3.36.0", "ts-node": "^10.9.2", "typescript": "^4.1.6", "xmlhttprequest": "^1.8.0",