From c619d966686ae5ba5cd4d03593593a5c82b19552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 02:56:54 +0000 Subject: [PATCH] Chore(deps): Bump simple-git in /JavaScript/GitHub_Graph_Populator Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.14.0 to 3.16.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.16.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../GitHub_Graph_Populator/package-lock.json | 16 ++++++++-------- JavaScript/GitHub_Graph_Populator/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/JavaScript/GitHub_Graph_Populator/package-lock.json b/JavaScript/GitHub_Graph_Populator/package-lock.json index 54a25dbcf..12e1312ee 100644 --- a/JavaScript/GitHub_Graph_Populator/package-lock.json +++ b/JavaScript/GitHub_Graph_Populator/package-lock.json @@ -58,11 +58,11 @@ } }, "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" } }, "deep-extend": { @@ -540,13 +540,13 @@ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" }, "simple-git": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.14.0.tgz", - "integrity": "sha512-uhZUUrgw+5TlF6WYxGCbsnsdKeA8eu6UY48ynWk5/X5m/B2L5n/1eyc0e2G2hP6LFAIRGYnO3CCzgWng7OkOhg==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.0.tgz", + "integrity": "sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.1.1" + "debug": "^4.3.4" } }, "sliced": { diff --git a/JavaScript/GitHub_Graph_Populator/package.json b/JavaScript/GitHub_Graph_Populator/package.json index f625c6725..03538547f 100644 --- a/JavaScript/GitHub_Graph_Populator/package.json +++ b/JavaScript/GitHub_Graph_Populator/package.json @@ -21,6 +21,6 @@ "moment": "^2.25.0", "package.json": "^2.0.1", "random": "^2.2.0", - "simple-git": "^2.2.0" + "simple-git": "^3.16.0" } }