From 9f51b38c90309ae2acdc6de5808703aa25fdb20a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 09:48:47 +0000 Subject: [PATCH] fix: upgrade simple-git from 3.28.0 to 3.30.0 Snyk has created this PR to upgrade simple-git from 3.28.0 to 3.30.0. See this package in npm: simple-git See this project in Snyk: https://app.snyk.io/org/xak1234/project/575a5d36-8f40-491c-b267-b637206a3b73?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 b3c8e09..d3825e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "helmet": "^8.1.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "simple-git": "^3.27.0", + "simple-git": "^3.30.0", "uuid": "^9.0.1", "validator": "^13.15.20" }, @@ -4015,9 +4015,9 @@ } }, "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", diff --git a/package.json b/package.json index 96c3ce0..a37a631 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "helmet": "^8.1.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "simple-git": "^3.27.0", + "simple-git": "^3.30.0", "uuid": "^9.0.1", "validator": "^13.15.20" },