From ff21da4036beb8184481a6cabaa38df151106583 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 18 Feb 2025 05:22:59 +1100 Subject: [PATCH] [8.17] Bump backport to v9.6.6 (#211424) (#211480) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.17`: - [Bump backport to v9.6.6 (#211424)](https://github.com/elastic/kibana/pull/211424) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) Co-authored-by: Søren Louv-Jansen --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d35540a9e37c3..8eff8df788e87 100644 --- a/package.json +++ b/package.json @@ -1679,7 +1679,7 @@ "babel-plugin-styled-components": "^2.1.4", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-plugin-transform-typescript-metadata": "^0.3.2", - "backport": "^9.6.4", + "backport": "^9.6.6", "blob-polyfill": "^7.0.20220408", "buildkite-test-collector": "^1.7.0", "callsites": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 61882d20eb16b..4130be8da4a2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14149,10 +14149,10 @@ babel-runtime@6.x, babel-runtime@^6.26.0: core-js "^2.4.0" regenerator-runtime "^0.11.0" -backport@^9.6.4: - version "9.6.4" - resolved "https://registry.yarnpkg.com/backport/-/backport-9.6.4.tgz#ea45ab97f32ebca1564269f92a6fc56eda703cdc" - integrity sha512-cTaItWSGoO33vOD/br/Di2KFesgHyE6UWuc0GN0IiFk13UqEadeURq3UOQptARyQC3Nz56Us5QYNJ3E5L61zYg== +backport@^9.6.6: + version "9.6.6" + resolved "https://registry.yarnpkg.com/backport/-/backport-9.6.6.tgz#ab7d0a1720eb5cd3ccef51cd79f1872bb9ed409c" + integrity sha512-X/2vWZNZP5wvbfWaxtLsXSbnOxANgoCh84IZavTS2X2/6X/si3cpUL0ky1fh+70bK5O8PI+3Fopp5srmeqHB1g== dependencies: "@octokit/rest" "^19.0.7" axios "^1.6.2"