From 6ecfe619c8305ed1dfd1c010f6939481da11309f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:40:07 -0500 Subject: [PATCH] chore(deps): bump simple-git from 3.1.1 to 3.2.4 (#879) [skip ci] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddba087e..dfdf0c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "purgecss": "^4.1.3", "rss-parser": "^3.12.0", "sanitize-html": "^2.7.0", - "simple-git": "^3.1.1", + "simple-git": "^3.2.4", "svgo": "^2.8.0", "twemoji-parser": "^13.1.0", "vue": "^2.6.14", @@ -8628,9 +8628,9 @@ } }, "node_modules/simple-git": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.1.1.tgz", - "integrity": "sha512-VamXD/Royf2Xo7s+ASzT9fp2cJatLtz/w8zLwjOLCAq9FC9ks5mEoBUYVwXuDq4GoqDReqV5r/GM+lwx6Jucyw==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.2.4.tgz", + "integrity": "sha512-hkn1LgXW9bYqvAbge60m7W9iGljSTe2F66II03eNc4s+/czwHSUWEHe7UQlmWCfBxl6DiusD+6g0ifHbJlG8Xg==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", @@ -16620,9 +16620,9 @@ } }, "simple-git": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.1.1.tgz", - "integrity": "sha512-VamXD/Royf2Xo7s+ASzT9fp2cJatLtz/w8zLwjOLCAq9FC9ks5mEoBUYVwXuDq4GoqDReqV5r/GM+lwx6Jucyw==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.2.4.tgz", + "integrity": "sha512-hkn1LgXW9bYqvAbge60m7W9iGljSTe2F66II03eNc4s+/czwHSUWEHe7UQlmWCfBxl6DiusD+6g0ifHbJlG8Xg==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 0d3d5fc3..67f30797 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "purgecss": "^4.1.3", "rss-parser": "^3.12.0", "sanitize-html": "^2.7.0", - "simple-git": "^3.1.1", + "simple-git": "^3.2.4", "svgo": "^2.8.0", "twemoji-parser": "^13.1.0", "vue": "^2.6.14",