diff --git a/package-lock.json b/package-lock.json index 8ca7ce2849..a8bcf9f458 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "recursive-readdir": "2.2.3", "sharp": "^0.31.3", "shelljs": "^0.8.5", - "simple-git": "^3.16.0", + "simple-git": "^3.16.1", "yargs": "^17.7.0" } }, @@ -1058,9 +1058,9 @@ } }, "node_modules/simple-git": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.0.tgz", - "integrity": "sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.1.tgz", + "integrity": "sha512-xzRxMKiy1zEYeHGXgAzvuXffDS0xgsq07Oi4LWEEcVH29vLpcZ2tyQRWyK0NLLlCVaKysZeem5tC1qHEOxsKwA==", "dev": true, "dependencies": { "@kwsites/file-exists": "^1.1.1", @@ -2104,9 +2104,9 @@ } }, "simple-git": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.0.tgz", - "integrity": "sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.1.tgz", + "integrity": "sha512-xzRxMKiy1zEYeHGXgAzvuXffDS0xgsq07Oi4LWEEcVH29vLpcZ2tyQRWyK0NLLlCVaKysZeem5tC1qHEOxsKwA==", "dev": true, "requires": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index 476eb3cac3..10a89292cc 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "pre-push": "0.1.4", "shelljs": "^0.8.5", "recursive-readdir": "2.2.3", - "simple-git": "^3.16.0", + "simple-git": "^3.16.1", "yargs": "^17.7.0", "sharp": "^0.31.3" }