From 18912431c90bd3f50a5a3f5b6e8eebb6c060d86a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 7 Dec 2022 13:09:56 -0800
Subject: [PATCH] chore(deps-dev): bump simple-git from 3.14.1 to 3.15.1
(#6255)
Bumps
[simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git)
from 3.14.1 to 3.15.1.
Release notes
Sourced from simple-git's
releases.
simple-git@3.15.1
Patch Changes
- de570ac: Resolves an issue whereby non-strings can be passed into
the config switch detector.
simple-git@3.15.0
Minor Changes
- 7746480: Disables the use of inline configuration arguments to
prevent unitentionally allowing non-standard remote protocols without
explicitly opting in to this practice with the new
allowUnsafeProtocolOverride
property having been
enabled.
Patch Changes
- 7746480: - Upgrade repo dependencies - lerna and jest
- Include node@19 in the test matrix
Changelog
Sourced from simple-git's
changelog.
3.15.1
Patch Changes
- de570ac: Resolves an issue whereby non-strings can be passed into
the config switch detector.
3.15.0
Minor Changes
- 7746480: Disables the use of inline configuration arguments to
prevent unitentionally allowing non-standard remote protocols without
explicitly opting in to this practice with the new
allowUnsafeProtocolOverride
property having been
enabled.
Patch Changes
- 7746480: - Upgrade repo dependencies - lerna and jest
- Include node@19 in the test matrix
Commits
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index d3c5508c825..5eb9982ed98 100644
--- a/package.json
+++ b/package.json
@@ -166,7 +166,7 @@
"sass-loader": "^13.0.2",
"script-loader": "0.7.2",
"serve-static": "^1.15.0",
- "simple-git": "^3.14.1",
+ "simple-git": "^3.15.1",
"source-map-loader": "^4.0.1",
"stylelint": "^14.14.0",
"stylelint-config-prettier-scss": "^0.0.1",
diff --git a/yarn.lock b/yarn.lock
index 71f2cec916c..86176f4b4eb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11881,10 +11881,10 @@ signal-exit@^3.0.7:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
-simple-git@^3.14.1:
- version "3.14.1"
- resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.14.1.tgz#68018a5f168f8a568862e30b692004b37c3b5ced"
- integrity sha512-1ThF4PamK9wBORVGMK9HK5si4zoGS2GpRO7tkAFObA4FZv6dKaCVHLQT+8zlgiBm6K2h+wEU9yOaFCu/SR3OyA==
+simple-git@^3.15.1:
+ version "3.15.1"
+ resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.15.1.tgz#57f595682cb0c2475d5056da078a05c8715a25ef"
+ integrity sha512-73MVa5984t/JP4JcQt0oZlKGr42ROYWC3BcUZfuHtT3IHKPspIvL0cZBnvPXF7LL3S/qVeVHVdYYmJ3LOTw4Rg==
dependencies:
"@kwsites/file-exists" "^1.1.1"
"@kwsites/promise-deferred" "^1.1.1"