diff --git a/package-lock.json b/package-lock.json index 5f697bb..f8310c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "probot": "12.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "simple-git": "3.21.0", + "simple-git": "3.22.0", "styled-components": "5", "swr": "2.2.4", "tempy": "1.0.1", @@ -11712,9 +11712,9 @@ "dev": true }, "node_modules/simple-git": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.21.0.tgz", - "integrity": "sha512-oTzw9248AF5bDTMk9MrxsRzEzivMlY+DWH0yWS4VYpMhNLhDWnN06pCtaUyPnqv/FpsdeNmRqmZugMABHRPdDA==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.22.0.tgz", + "integrity": "sha512-6JujwSs0ac82jkGjMHiCnTifvf1crOiY/+tfs/Pqih6iow7VrpNKRRNdWm6RtaXpvvv/JGNYhlUtLhGFqHF+Yw==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 0f0a5f9..e7c7db0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "probot": "12.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "simple-git": "3.21.0", + "simple-git": "3.22.0", "styled-components": "5", "swr": "2.2.4", "tempy": "1.0.1",