diff --git a/.github/workflows/configs/build-and-test/package-lock.json b/.github/workflows/configs/build-and-test/package-lock.json index 243fb3d12f02c..4b2f222014416 100644 --- a/.github/workflows/configs/build-and-test/package-lock.json +++ b/.github/workflows/configs/build-and-test/package-lock.json @@ -1,11 +1,11 @@ { - "name": "buiild-and-test", + "name": "build-and-test", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { - "simple-git": "3.28.0" + "simple-git": "3.30.0" } }, "node_modules/@kwsites/file-exists": { @@ -43,9 +43,10 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/simple-git": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", - "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz", + "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==", + "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/.github/workflows/configs/build-and-test/package.json b/.github/workflows/configs/build-and-test/package.json index c46d8197916a1..a38d1c929ed4a 100644 --- a/.github/workflows/configs/build-and-test/package.json +++ b/.github/workflows/configs/build-and-test/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "simple-git": "3.28.0" + "simple-git": "3.30.0" } }