diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 36ec4bdb8..457d7a6ab 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -8,7 +8,7 @@ "name": "elastic-markdown", "version": "1.0.0", "dependencies": { - "@elastic/eui": "113.3.0", + "@elastic/eui": "114.0.0", "@elastic/highlightjs-esql": "1.2.2", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", @@ -2096,12 +2096,12 @@ } }, "node_modules/@elastic/eui": { - "version": "113.3.0", - "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-113.3.0.tgz", - "integrity": "sha512-fscElzkTj5Wbl+d+SuBRDrClCVqVbdPLictzh7uG5lXZm3TOficYt/CrXMqO9NwiPcmFzIy7IgMpDCTkKaJ0hg==", + "version": "114.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-114.0.0.tgz", + "integrity": "sha512-wozSyxPpDTM5oMoldWBds6NdjCa+nf0FilTl0BoL3rgYaEGGvbEg3rWR7ff2P7SKWI40GPbKE6pGCaX66swq7A==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "@elastic/eui-theme-common": "8.1.0", + "@elastic/eui-theme-common": "9.0.0", "@elastic/prismjs-esql": "^1.1.2", "@hello-pangea/dnd": "^16.6.0", "@types/lodash": "^4.14.202", @@ -2143,7 +2143,7 @@ }, "peerDependencies": { "@elastic/datemath": "^5.0.2", - "@elastic/eui-theme-borealis": "6.2.0", + "@elastic/eui-theme-borealis": "7.0.0", "@emotion/css": "11.x", "@emotion/react": "11.x", "@types/react": "^17.0 || ^18.0", @@ -2155,20 +2155,20 @@ } }, "node_modules/@elastic/eui-theme-borealis": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-6.2.0.tgz", - "integrity": "sha512-SdUMAQt7dGIqVzNsIReRuG8LVdxsLHeqranjglkKgwbDAytuyTY8NmRDUva38HkI3ElVKfRP06aUFTmosaOCMA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-7.0.0.tgz", + "integrity": "sha512-UiwpCmMxx7fWosNUi2JMnR+bAQBppHHOI0lIfLBrP7uYqDg+3JFV5Mhg8Wc3kdfaxoVaW1/IUMmLxJ5eTulSnA==", "license": "SEE LICENSE IN LICENSE.txt", "peer": true, "dependencies": { - "@elastic/eui-theme-common": "8.1.0", + "@elastic/eui-theme-common": "9.0.0", "chroma-js": "^2.4.2" } }, "node_modules/@elastic/eui-theme-common": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-8.1.0.tgz", - "integrity": "sha512-zSmSiCJuXn8eGi5txqP0a+MorJS2YBav9vuzz41ngo9Rwedmm9opvyjOMbz8f5SrXjE6tt6gl25pundY79OMsQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-9.0.0.tgz", + "integrity": "sha512-0Vxu6coC2KccsU3HLPhDhqJam0PCwyVZpqS9hJ65mFst/jutVYVx8RBKNGq10R2qr0wgO20aJLA5OzaniJ56/A==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@types/lodash": "^4.14.202", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 355f42fe8..167d9f094 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -98,7 +98,7 @@ "defaults" ], "dependencies": { - "@elastic/eui": "113.3.0", + "@elastic/eui": "114.0.0", "@elastic/highlightjs-esql": "1.2.2", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0",