Skip to content

Commit

Permalink
[8.11] Upgrades [email protected]→1.6.0 (elastic#170070) (elastic#170170)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.11`:
- [Upgrades [email protected]→1.6.0
(elastic#170070)](elastic#170070)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Jeramy
Soucy","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-30T18:40:50Z","message":"Upgrades
[email protected]→1.6.0 (elastic#170070)\n\n## Summary\r\n\r\nUpgrades the `axios`
dependency from v1.4.0 to v1.6.0 wherever possible.\r\nWe have lingering
dependencies on older versions 0.21.4 and 0.26.1
via\r\n`@slack/webhook`@5.0.4 and `openai`@3.3.0
respectively.","sha":"e17988c3d8a75712862b2ed06598d76dff7412ac","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.12.0"],"number":170070,"url":"https://github.com/elastic/kibana/pull/170070","mergeCommit":{"message":"Upgrades
[email protected]→1.6.0 (elastic#170070)\n\n## Summary\r\n\r\nUpgrades the `axios`
dependency from v1.4.0 to v1.6.0 wherever possible.\r\nWe have lingering
dependencies on older versions 0.21.4 and 0.26.1
via\r\n`@slack/webhook`@5.0.4 and `openai`@3.3.0
respectively.","sha":"e17988c3d8a75712862b2ed06598d76dff7412ac"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170070","number":170070,"mergeCommit":{"message":"Upgrades
[email protected]→1.6.0 (elastic#170070)\n\n## Summary\r\n\r\nUpgrades the `axios`
dependency from v1.4.0 to v1.6.0 wherever possible.\r\nWe have lingering
dependencies on older versions 0.21.4 and 0.26.1
via\r\n`@slack/webhook`@5.0.4 and `openai`@3.3.0
respectively.","sha":"e17988c3d8a75712862b2ed06598d76dff7412ac"}}]}]
BACKPORT-->

Co-authored-by: Jeramy Soucy <[email protected]>
  • Loading branch information
kibanamachine and jeramysoucy authored Nov 1, 2023
1 parent c5ffc4c commit 1ca143c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
"archiver": "^5.3.1",
"async": "^3.2.3",
"aws4": "^1.12.0",
"axios": "^1.4.0",
"axios": "^1.6.0",
"base64-js": "^1.3.1",
"bitmap-sdf": "^1.0.3",
"blurhash": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11594,10 +11594,10 @@ axios@^0.26.0:
dependencies:
follow-redirects "^1.14.8"

axios@^1.3.4, axios@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
axios@^1.3.4, axios@^1.4.0, axios@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit 1ca143c

Please sign in to comment.