Skip to content

Commit ff8fb9e

Browse files
authored
Merge branch '7.17' into reporting/restore-csv-by-savedobject
2 parents 58864f4 + 6980aad commit ff8fb9e

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

docs/setup/install/targz.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif::[]
5050
.macOS Gatekeeper warnings
5151
====
5252
Apple's rollout of stricter notarization requirements affected the notarization
53-
of the {version} {kib} artifacts. If macOS Catalina displays a dialog when you
53+
of the {version} {kib} artifacts. If macOS displays a dialog when you
5454
first run {kib} that interrupts it, you will need to take an action to allow it
5555
to run.
5656

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
"@types/redux-actions": "^2.6.1",
612612
"@types/redux-logger": "^3.0.8",
613613
"@types/seedrandom": ">=2.0.0 <4.0.0",
614-
"@types/selenium-webdriver": "^4.1.6",
614+
"@types/selenium-webdriver": "^4.1.10",
615615
"@types/semver": "^7",
616616
"@types/set-value": "^2.0.0",
617617
"@types/sharp": "^0.30.4",

test/server_integration/http/ssl_with_p12_intermediate/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
export default function ({ getService }) {
1010
const supertest = getService('supertest');
1111

12-
describe('kibana server with ssl', () => {
12+
// FLAKY: https://github.com/elastic/kibana/issues/148515
13+
describe.skip('kibana server with ssl', () => {
1314
it('handles requests using ssl with a P12 keystore that uses an intermediate CA', async () => {
1415
await supertest.get('/').expect(302);
1516
});

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6090,10 +6090,10 @@
60906090
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.28.tgz#9ce8fa048c1e8c85cb71d7fe4d704e000226036f"
60916091
integrity sha512-SMA+fUwULwK7sd/ZJicUztiPs8F1yCPwF3O23Z9uQ32ME5Ha0NmDK9+QTsYE4O2tHXChzXomSWWeIhCnoN1LqA==
60926092

6093-
"@types/selenium-webdriver@^4.1.6":
6094-
version "4.1.8"
6095-
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.8.tgz#ec20feef480574c0c343b1ae179dc4f4b002155e"
6096-
integrity sha512-k5F++V1mGDxRVxVsZauiBwIMDR9rt1LSOa+nN/1ZghSDED2L6c7EWtzo9jnJDet73LVsOyW6CtCAmZBgMNnnuQ==
6093+
"@types/selenium-webdriver@^4.1.10":
6094+
version "4.1.10"
6095+
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.10.tgz#a33299c40afa8dfbd948c8dd338608b163f7c062"
6096+
integrity sha512-o6ARpkBI8J0b+jhLjXF46rYc8Vsb5CLrRetyA3V3qUPVDwNjPDyHZsZOCFSXH0KPZ6lIn2BfP1xVEPnO+AQy5w==
60976097
dependencies:
60986098
"@types/ws" "*"
60996099

@@ -18718,9 +18718,9 @@ lru-queue@0.1:
1871818718
es5-ext "~0.10.2"
1871918719

1872018720
luxon@^1.25.0:
18721-
version "1.28.0"
18722-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
18723-
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==
18721+
version "1.28.1"
18722+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.1.tgz#528cdf3624a54506d710290a2341aa8e6e6c61b0"
18723+
integrity sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==
1872418724

1872518725
lz-string@^1.4.4:
1872618726
version "1.4.4"

0 commit comments

Comments
 (0)