From 39ce11753b6bc193d9fc91c676d3f2acc1dbec90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:58:37 +0200 Subject: [PATCH] Bump simple-git from 3.23.0 to 3.24.0 (#9306) 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 a49a354dc1..0c451cc08d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "prosthetic-hand": "^2.0.0", "rollup": "^4.13.2", "rollup-plugin-git-version": "^0.3.1", - "simple-git": "^3.23.0", + "simple-git": "^3.24.0", "sinon": "^17.0.1", "ssri": "^10.0.5", "uglify-js": "^3.17.4", @@ -5858,9 +5858,9 @@ } }, "node_modules/simple-git": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.23.0.tgz", - "integrity": "sha512-P9ggTW8vb/21CAL/AmnACAhqBDfnqSSZVpV7WuFtsFR9HLunf5IqQvk+OXAQTfkcZep8pKnt3DV3o7w3TegEkQ==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.24.0.tgz", + "integrity": "sha512-QqAKee9Twv+3k8IFOFfPB2hnk6as6Y6ACUpwCtQvRYBAes23Wv3SZlHVobAzqcE8gfsisCvPw3HGW3HYM+VYYw==", "dev": true, "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index 1fa988e45c..394aaa0add 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prosthetic-hand": "^2.0.0", "rollup": "^4.13.2", "rollup-plugin-git-version": "^0.3.1", - "simple-git": "^3.23.0", + "simple-git": "^3.24.0", "sinon": "^17.0.1", "ssri": "^10.0.5", "uglify-js": "^3.17.4",