From 81e50fb7f5415da4367ceabe709bce476b450d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:36:33 +0100 Subject: [PATCH] Bump simple-git from 3.22.0 to 3.23.0 (#9296) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49df99808f..e320031479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "prosthetic-hand": "^2.0.0", "rollup": "^4.13.0", "rollup-plugin-git-version": "^0.3.1", - "simple-git": "^3.22.0", + "simple-git": "^3.23.0", "sinon": "^17.0.1", "ssri": "^10.0.5", "uglify-js": "^3.17.4", @@ -5830,9 +5830,9 @@ } }, "node_modules/simple-git": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.22.0.tgz", - "integrity": "sha512-6JujwSs0ac82jkGjMHiCnTifvf1crOiY/+tfs/Pqih6iow7VrpNKRRNdWm6RtaXpvvv/JGNYhlUtLhGFqHF+Yw==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.23.0.tgz", + "integrity": "sha512-P9ggTW8vb/21CAL/AmnACAhqBDfnqSSZVpV7WuFtsFR9HLunf5IqQvk+OXAQTfkcZep8pKnt3DV3o7w3TegEkQ==", "dev": true, "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index 8b8af57ba4..d6bf38f799 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prosthetic-hand": "^2.0.0", "rollup": "^4.13.0", "rollup-plugin-git-version": "^0.3.1", - "simple-git": "^3.22.0", + "simple-git": "^3.23.0", "sinon": "^17.0.1", "ssri": "^10.0.5", "uglify-js": "^3.17.4",