From fa2a981f3a0abc127fce6850515d3748275f3ef1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Sep 2021 02:27:09 +0000 Subject: [PATCH] fix: upgrade simple-git from 2.31.0 to 2.45.1 Snyk has created this PR to upgrade simple-git from 2.31.0 to 2.45.1. See this package in npm: https://www.npmjs.com/package/simple-git See this project in Snyk: https://app.snyk.io/org/sayak-sarkar/project/988c660f-fac0-4c62-b3a4-7de7e6a69a24?utm_source=github&utm_medium=referral&page=upgrade-pr --- init/package-lock.json | 12 ++++++------ init/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/init/package-lock.json b/init/package-lock.json index 8e7a0b4..da86f75 100644 --- a/init/package-lock.json +++ b/init/package-lock.json @@ -18,9 +18,9 @@ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, "debug": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", - "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "requires": { "ms": "2.1.2" } @@ -31,9 +31,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "simple-git": { - "version": "2.31.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.31.0.tgz", - "integrity": "sha512-/+rmE7dYZMbRAfEmn8EUIOwlM2G7UdzpkC60KF86YAfXGnmGtsPrKsym0hKvLBdFLLW019C+aZld1+6iIVy5xA==", + "version": "2.45.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.45.1.tgz", + "integrity": "sha512-NmEoThiLTJxl26WNtZxtJTue18ReTcSrf3so5vJG/O8KY9uMxH+yAhXV/DElBJyOYZrrBbVsH8JOFxgENdc9Xg==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/init/package.json b/init/package.json index 6716561..d0f1c48 100644 --- a/init/package.json +++ b/init/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/OpenHybridWeb/core-staticcontent#readme", "dependencies": { - "simple-git": "^2.31.0", + "simple-git": "^2.45.1", "yaml": "^1.10.0" } }