From 6945a0e1a01ed2b20e5ad3555587f465624b78bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Mar 2022 02:14:09 +0000 Subject: [PATCH] fix: integration-tests/package.json & integration-tests/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-2421199 --- integration-tests/package-lock.json | 14 +++++++------- integration-tests/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index e985c54bda8..e0e1360b2ec 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -17,7 +17,7 @@ "mkdirp": "^1.0.4", "rimraf": "^3.0.2", "shelljs": "^0.8.5", - "simple-git": "^3.2.6", + "simple-git": "^3.3.0", "vscode-uri": "^3.0.3" }, "bin": { @@ -4608,9 +4608,9 @@ "dev": true }, "node_modules/simple-git": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.2.6.tgz", - "integrity": "sha512-1AFxwgpFiqpBEKHhRC8lhZxtLPP6iuzw2SUN91gA4+Hi+kSfm/oOiUZ2YiT+sEZPP/77KWG7Ci47P9+OC7Dcaw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.3.0.tgz", + "integrity": "sha512-K9qcbbZwPHhk7MLi0k0ekvSFXJIrRoXgHhqMXAFM75qS68vdHTcuzmul1ilKI02F/4lXshVgBoDll2t++JK0PQ==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", @@ -8810,9 +8810,9 @@ "dev": true }, "simple-git": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.2.6.tgz", - "integrity": "sha512-1AFxwgpFiqpBEKHhRC8lhZxtLPP6iuzw2SUN91gA4+Hi+kSfm/oOiUZ2YiT+sEZPP/77KWG7Ci47P9+OC7Dcaw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.3.0.tgz", + "integrity": "sha512-K9qcbbZwPHhk7MLi0k0ekvSFXJIrRoXgHhqMXAFM75qS68vdHTcuzmul1ilKI02F/4lXshVgBoDll2t++JK0PQ==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/integration-tests/package.json b/integration-tests/package.json index 319df75224e..00bf29ff694 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -32,7 +32,7 @@ "mkdirp": "^1.0.4", "rimraf": "^3.0.2", "shelljs": "^0.8.5", - "simple-git": "^3.2.6", + "simple-git": "^3.3.0", "vscode-uri": "^3.0.3" }, "devDependencies": {