diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index e7d2b1310..0b39670f6 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": "111.0.0", + "@elastic/eui": "111.1.0", "@elastic/highlightjs-esql": "1.2.2", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", @@ -2046,12 +2046,12 @@ } }, "node_modules/@elastic/eui": { - "version": "111.0.0", - "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-111.0.0.tgz", - "integrity": "sha512-FqXSLqiVUYrk+yuxjEV1hUTqf0RxyKC299iFfc027+s/yUp7D39T/eBpig67HxvC3i4yYctuQiOHjry41cv3xA==", + "version": "111.1.0", + "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-111.1.0.tgz", + "integrity": "sha512-aKIjpGuLqfenlZsX6jnyRpziGIInFrPLvmg0H3T2RSgCYNRB5CZWh6yJGEAP5BVIOCiobnDI/VnrYyT5xZ7jZA==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "@elastic/eui-theme-common": "7.2.0", + "@elastic/eui-theme-common": "7.3.0", "@elastic/prismjs-esql": "^1.1.2", "@hello-pangea/dnd": "^16.6.0", "@types/lodash": "^4.14.202", @@ -2093,7 +2093,7 @@ }, "peerDependencies": { "@elastic/datemath": "^5.0.2", - "@elastic/eui-theme-borealis": "5.2.0", + "@elastic/eui-theme-borealis": "5.3.0", "@emotion/css": "11.x", "@emotion/react": "11.x", "@types/react": "^17.0 || ^18.0", @@ -2105,20 +2105,20 @@ } }, "node_modules/@elastic/eui-theme-borealis": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-5.2.0.tgz", - "integrity": "sha512-1EwwqseJ3IymCVKvk04rUN7pt4YWhS9U3rKFm8+jzqH2k3gwuDaWeVdzhOAMWdTOhrIfwFov8Gu7hpCYRZ0VOQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-5.3.0.tgz", + "integrity": "sha512-LJcRer7+Qjn2mDE56yuuofNzYsAWXlCRDK/ta8Pu4AStfgCA88wOhHue4xWfH99V926WfUG4HePJZCjUIKZ+Qw==", "license": "SEE LICENSE IN LICENSE.txt", "peer": true, "dependencies": { - "@elastic/eui-theme-common": "7.2.0", + "@elastic/eui-theme-common": "7.3.0", "chroma-js": "^2.4.2" } }, "node_modules/@elastic/eui-theme-common": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-7.2.0.tgz", - "integrity": "sha512-vN8g7znFnhkjHJU1XYHuYZUwXtb9G7EdgqAGj+/jjrcnvmbJiOU1vU9lHMH8MaHkPnWVmk5aBcV3B+yRu06qrQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-7.3.0.tgz", + "integrity": "sha512-IhQ2SNcfmWJweS1w4nL76b7cHLho1EN71bIaHYPwRynuB6BAWY9Z1bQRsYH0KKHJwHr5+MIkmjA5pvQ3A2qMKQ==", "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 b5b62c5d4..98befdcbd 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -85,7 +85,7 @@ "defaults" ], "dependencies": { - "@elastic/eui": "111.0.0", + "@elastic/eui": "111.1.0", "@elastic/highlightjs-esql": "1.2.2", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0",