mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[8.17] chore(dep): bump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6` (#203732) (#203776)
# Backport This will backport the following commits from `main` to `8.17`: - [chore(dep): bump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6` (#203732)](https://github.com/elastic/kibana/pull/203732) <!--- Backport version: 9.4.3 --> ### 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":"2024-12-11T11:56:38Z","message":"chore(dep): bump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6` (#203732)\n\n## Summary\r\n\r\nBump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6`","sha":"d6cfd3fce847e5dfaf53dec502bd5c304163803d","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","v9.0.0","backport:all-open"],"title":"chore(dep): bump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6`","number":203732,"url":"https://github.com/elastic/kibana/pull/203732","mergeCommit":{"message":"chore(dep): bump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6` (#203732)\n\n## Summary\r\n\r\nBump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6`","sha":"d6cfd3fce847e5dfaf53dec502bd5c304163803d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203732","number":203732,"mergeCommit":{"message":"chore(dep): bump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6` (#203732)\n\n## Summary\r\n\r\nBump `cross-spawn` from `6.0.5/7.0.5` to `6.0.6/7.0.6`","sha":"d6cfd3fce847e5dfaf53dec502bd5c304163803d"}}]}] BACKPORT--> Co-authored-by: Aleh Zasypkin <aleh.zasypkin@elastic.co>
This commit is contained in:
parent
cdf906e823
commit
02b4376048
1 changed files with 6 additions and 6 deletions
12
yarn.lock
12
yarn.lock
|
@ -15957,9 +15957,9 @@ cronstrue@^1.51.0:
|
|||
integrity sha512-fSRAz/MV0TRjeNZKAsovmH/MSsly7+8np4XsfsrjOOz7sjxLrE9SmedRYAs3nPAtLLC5UsMpvenjXYRz463bMA==
|
||||
|
||||
cross-spawn@^6.0.0:
|
||||
version "6.0.5"
|
||||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
||||
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
||||
version "6.0.6"
|
||||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57"
|
||||
integrity sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==
|
||||
dependencies:
|
||||
nice-try "^1.0.4"
|
||||
path-key "^2.0.1"
|
||||
|
@ -15968,9 +15968,9 @@ cross-spawn@^6.0.0:
|
|||
which "^1.2.9"
|
||||
|
||||
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
||||
version "7.0.5"
|
||||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
|
||||
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
|
||||
version "7.0.6"
|
||||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
|
||||
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
|
||||
dependencies:
|
||||
path-key "^3.1.0"
|
||||
shebang-command "^2.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue