From 580e86e888acef167bd0e5cadf313c1e38b52e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:51:01 -0500 Subject: [PATCH] chore(deps): bump simple-git from 3.15.1 to 3.16.0 (#1352) [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 6eddb974..6e93fce0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "rss-parser": "^3.12.0", "sanitize-html": "^2.8.1", "sharp": "^0.31.3", - "simple-git": "^3.15.1", + "simple-git": "^3.16.0", "svgo": "^3.0.2", "twemoji-parser": "^14.0.0", "vue": "^2.7.1", @@ -9279,9 +9279,9 @@ } }, "node_modules/simple-git": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.1.tgz", - "integrity": "sha512-73MVa5984t/JP4JcQt0oZlKGr42ROYWC3BcUZfuHtT3IHKPspIvL0cZBnvPXF7LL3S/qVeVHVdYYmJ3LOTw4Rg==", + "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==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", @@ -17553,9 +17553,9 @@ } }, "simple-git": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.1.tgz", - "integrity": "sha512-73MVa5984t/JP4JcQt0oZlKGr42ROYWC3BcUZfuHtT3IHKPspIvL0cZBnvPXF7LL3S/qVeVHVdYYmJ3LOTw4Rg==", + "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", diff --git a/package.json b/package.json index 524652ad..b65b3e25 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "rss-parser": "^3.12.0", "sanitize-html": "^2.8.1", "sharp": "^0.31.3", - "simple-git": "^3.15.1", + "simple-git": "^3.16.0", "svgo": "^3.0.2", "twemoji-parser": "^14.0.0", "vue": "^2.7.1",