mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [Upgrade `simple-git` dependency (`3.15.1` → `3.16.0`). (#149483)](https://github.com/elastic/kibana/pull/149483) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Aleh Zasypkin","email":"aleh.zasypkin@elastic.co"},"sourceCommit":{"committedDate":"2023-01-25T10:54:02Z","message":"Upgrade `simple-git` dependency (`3.15.1` → `3.16.0`). (#149483)","sha":"f3741b7a61204c28121a617bba13a0c4e233773b","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","backport:all-open","v8.7.0"],"number":149483,"url":"https://github.com/elastic/kibana/pull/149483","mergeCommit":{"message":"Upgrade `simple-git` dependency (`3.15.1` → `3.16.0`). (#149483)","sha":"f3741b7a61204c28121a617bba13a0c4e233773b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/149483","number":149483,"mergeCommit":{"message":"Upgrade `simple-git` dependency (`3.15.1` → `3.16.0`). (#149483)","sha":"f3741b7a61204c28121a617bba13a0c4e233773b"}}]}] BACKPORT-->
This commit is contained in:
parent
16dcc8490d
commit
452d2a8d5a
2 changed files with 5 additions and 5 deletions
|
@ -1100,7 +1100,7 @@
|
|||
"rxjs-marbles": "^7.0.1",
|
||||
"sass-loader": "^10.4.1",
|
||||
"selenium-webdriver": "^4.7.1",
|
||||
"simple-git": "^3.15.1",
|
||||
"simple-git": "^3.16.0",
|
||||
"sinon": "^7.4.2",
|
||||
"sort-package-json": "^1.53.1",
|
||||
"source-map": "^0.7.3",
|
||||
|
|
|
@ -24260,10 +24260,10 @@ simple-get@^4.0.0, simple-get@^4.0.1:
|
|||
once "^1.3.1"
|
||||
simple-concat "^1.0.0"
|
||||
|
||||
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==
|
||||
simple-git@^3.16.0:
|
||||
version "3.16.0"
|
||||
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.16.0.tgz#421773e24680f5716999cc4a1d60127b4b6a9dec"
|
||||
integrity sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==
|
||||
dependencies:
|
||||
"@kwsites/file-exists" "^1.1.1"
|
||||
"@kwsites/promise-deferred" "^1.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue