diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 945e69ff9..586e00fe4 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": "106.7.0", + "@elastic/eui": "107.0.0", "@elastic/highlightjs-esql": "1.2.0", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", @@ -2012,12 +2012,12 @@ } }, "node_modules/@elastic/eui": { - "version": "106.7.0", - "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-106.7.0.tgz", - "integrity": "sha512-KAa8CptnPyffunhgIit9wBQ2w3EKNlBhLuKzHyDv6WSdxph0rIShA+sKLXz0uV6gO67aOr+28hVehjTA3IrFbA==", + "version": "107.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-107.0.0.tgz", + "integrity": "sha512-rFcO5Tdb46HHgNf6L3UH1lR+wZrm4a4qTuGbDM/Pru6Mc9/3vhoxGzpA8VlHIad3BaokVHRL+UqySiPl36WL+A==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "@elastic/eui-theme-common": "4.0.0", + "@elastic/eui-theme-common": "5.0.0", "@elastic/prismjs-esql": "^1.1.0", "@hello-pangea/dnd": "^16.6.0", "@types/lodash": "^4.14.202", @@ -2058,7 +2058,7 @@ }, "peerDependencies": { "@elastic/datemath": "^5.0.2", - "@elastic/eui-theme-borealis": "3.5.0", + "@elastic/eui-theme-borealis": "3.6.0", "@emotion/css": "11.x", "@emotion/react": "11.x", "@types/react": "^17.0 || ^18.0", @@ -2070,16 +2070,16 @@ } }, "node_modules/@elastic/eui-theme-borealis": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.5.0.tgz", - "integrity": "sha512-uxh7vV2K+4c4ema9NBHSkiWyLXleYmIgD5ANGkrxBN+p7nOFsvgWTrS0aH5/RonkxpBSk3/F51bllmMsJgeWhA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.6.0.tgz", + "integrity": "sha512-mQMtVfBB50Cnq0myytWTec4vwxxg1sgSoTpMK/i4lsr+xcfUbkjGQRIpPWfJaiWGnrUYhJeL1GyG8dHxEPeyYg==", "license": "SEE LICENSE IN LICENSE.txt", "peer": true }, "node_modules/@elastic/eui-theme-common": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-4.0.0.tgz", - "integrity": "sha512-0X9KFVpQnyk4KsWD5W8fzzZbCud25XJ6z2J03qka0mwh4qGy/XWIiGflBC1BH1BZYu71olnaMKaSJQliY3LZlQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-5.0.0.tgz", + "integrity": "sha512-NcTKneakMdf2dIsQ9ZOqcRMsttCDQGos/RK51C9V+9QTA8roMDoDVg1zqGZY8ELOttzov1JUuPkfmN6Ga1jlkA==", "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 09e4c3217..1489fccc4 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -81,7 +81,7 @@ "defaults" ], "dependencies": { - "@elastic/eui": "106.7.0", + "@elastic/eui": "107.0.0", "@elastic/highlightjs-esql": "1.2.0", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0",