Skip to content

Commit

Permalink
[8.x] chore(dep): bump `cross-spawn` from `6.0.5/7.0.5…
Browse files Browse the repository at this point in the history
…` to `6.0.6/7.0.6` (elastic#203732) (elastic#203777)

# Backport

This will backport the following commits from `main` to `8.x`:
- [chore(dep): bump `cross-spawn` from `6.0.5/7.0.5`
to `6.0.6/7.0.6`
(elastic#203732)](elastic#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":"[email protected]"},"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` (elastic#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` (elastic#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` (elastic#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 <[email protected]>
  • Loading branch information
kibanamachine and azasypkin authored Dec 11, 2024
1 parent fd48076 commit 3605fd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15978,9 +15978,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"
Expand All @@ -15989,9 +15989,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"
Expand Down

0 comments on commit 3605fd1

Please sign in to comment.