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`: - [Update dependency require-in-the-middle to v6 (main) (#149292)](https://github.com/elastic/kibana/pull/149292) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-01-23T11:42:43Z","message":"Update dependency require-in-the-middle to v6 (main) (#149292)","sha":"57fd55bf85691a439c6be78fe9bc6062150d9338","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.7.0"],"number":149292,"url":"https://github.com/elastic/kibana/pull/149292","mergeCommit":{"message":"Update dependency require-in-the-middle to v6 (main) (#149292)","sha":"57fd55bf85691a439c6be78fe9bc6062150d9338"}},"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/149292","number":149292,"mergeCommit":{"message":"Update dependency require-in-the-middle to v6 (main) (#149292)","sha":"57fd55bf85691a439c6be78fe9bc6062150d9338"}}]}] BACKPORT--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6ddf28d837
commit
bd3d9648d0
2 changed files with 10 additions and 1 deletions
|
@ -640,7 +640,7 @@
|
|||
"remark-gfm": "1.0.0",
|
||||
"remark-parse": "^8.0.3",
|
||||
"remark-stringify": "^8.0.3",
|
||||
"require-in-the-middle": "^5.2.0",
|
||||
"require-in-the-middle": "^6.0.0",
|
||||
"reselect": "^4.1.6",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"rison-node": "1.0.2",
|
||||
|
|
|
@ -23465,6 +23465,15 @@ require-in-the-middle@^5.2.0:
|
|||
module-details-from-path "^1.0.3"
|
||||
resolve "^1.22.1"
|
||||
|
||||
require-in-the-middle@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/require-in-the-middle/-/require-in-the-middle-6.0.0.tgz#01cc6416286fb5e672d0fe031d996f8bc202509d"
|
||||
integrity sha512-+dtWQ7l2lqQDxheaG3jjyN1QI37gEwvzACSgjYi4/C2y+ZTUMeRW8BIOm+9NBKvwaMBUSZfPXVOt1skB0vBkRw==
|
||||
dependencies:
|
||||
debug "^4.1.1"
|
||||
module-details-from-path "^1.0.3"
|
||||
resolve "^1.22.1"
|
||||
|
||||
require-main-filename@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue