Bump backport to v9.6.6 (#211424)

This bumps backport to 9.6.6. Most notably fixes an issue with
Handlebars templates and stripping markdown comments:
https://github.com/sorenlouv/backport/compare/v9.6.4...v9.6.6

Also bumped here:
https://github.com/elastic/kibana-github-actions/pull/55
This commit is contained in:
Søren Louv-Jansen 2025-02-17 17:08:53 +01:00 committed by GitHub
parent cbaddbe2b2
commit a91e4fcd08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -1708,7 +1708,7 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-require-default": "^0.1.7",
"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",

View file

@ -14456,10 +14456,10 @@ babel-runtime@6.x:
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"