From a14791d3895dc8d4ebf25e602be7a66883caf079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 22:21:45 +0000 Subject: [PATCH] Bump simple-git from 2.20.1 to 3.5.0 in /app/files Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.20.1 to 3.5.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.5.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/files/package-lock.json | 16 ++++++++-------- app/files/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/files/package-lock.json b/app/files/package-lock.json index 879f35a..e0cf581 100644 --- a/app/files/package-lock.json +++ b/app/files/package-lock.json @@ -18,11 +18,11 @@ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "fs": { @@ -56,13 +56,13 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "simple-git": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.20.1.tgz", - "integrity": "sha512-aa9s2ZLjXlHCVGbDXQLInMLvLkxKEclqMU9X5HMXi3tLWLxbWObz1UgtyZha6ocHarQtFp0OjQW9KHVR1g6wbA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.5.0.tgz", + "integrity": "sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.1.1" + "debug": "^4.3.3" } }, "universalify": { diff --git a/app/files/package.json b/app/files/package.json index 42d5b78..d172673 100644 --- a/app/files/package.json +++ b/app/files/package.json @@ -12,6 +12,6 @@ "fs": "0.0.1-security", "jsonfile": "^6.0.1", "moment": "^2.27.0", - "simple-git": "^2.20.1" + "simple-git": "^3.5.0" } }