From 8775f875726cd358086679c62bab019af32a192b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 17:49:25 +0000 Subject: [PATCH] Bump simple-git from 3.14.0 to 3.15.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.14.0 to 3.15.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.15.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- 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 32e4627..f7f1b71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "prettier": "^2.7.1", "sass": "^1.54.9", "shelljs": "^0.8.3", - "simple-git": "^3.14.0", + "simple-git": "^3.15.0", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^22.0.0", @@ -21217,9 +21217,9 @@ } }, "node_modules/simple-git": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.14.0.tgz", - "integrity": "sha512-Paad1BkrI7vWhImLybDRYOHnh3WPsHSKXJpmKM+iGjjKNV91XaOdd+yIdZ/gqdzncHDEKYff4k+74oNo1R+U8Q==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.0.tgz", + "integrity": "sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==", "dev": true, "dependencies": { "@kwsites/file-exists": "^1.1.1", @@ -40293,9 +40293,9 @@ } }, "simple-git": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.14.0.tgz", - "integrity": "sha512-Paad1BkrI7vWhImLybDRYOHnh3WPsHSKXJpmKM+iGjjKNV91XaOdd+yIdZ/gqdzncHDEKYff4k+74oNo1R+U8Q==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.0.tgz", + "integrity": "sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==", "dev": true, "requires": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index 3a69cc6..05198fc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "prettier": "^2.7.1", "sass": "^1.54.9", "shelljs": "^0.8.3", - "simple-git": "^3.14.0", + "simple-git": "^3.15.0", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^22.0.0",