diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 532895ee3..9a6e49ee6 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": "115.0.0", + "@elastic/eui": "116.2.0", "@elastic/highlightjs-esql": "1.2.3", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", @@ -2096,12 +2096,12 @@ } }, "node_modules/@elastic/eui": { - "version": "115.0.0", - "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-115.0.0.tgz", - "integrity": "sha512-jbkoTnfF9qYTzLoDsudREIlhLXTpg1vB7uPoytpoZlUkxkxE4773BiUgtcyDzNInZ00KUFlY/NzgI8Wy6IW5eA==", + "version": "116.2.0", + "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-116.2.0.tgz", + "integrity": "sha512-yGyAbRhAp/35Mvk2ael228h9BVEfKTEgvSdDerfKUMUCnw9cSebPS1c8wK9dLnRt6DV1OMbgGyCObRR1sXToYQ==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "@elastic/eui-theme-common": "9.0.0", + "@elastic/eui-theme-common": "10.0.0", "@elastic/prismjs-esql": "^1.1.2", "@hello-pangea/dnd": "^16.6.0", "@types/lodash": "^4.14.202", @@ -2135,7 +2135,7 @@ "unist-util-visit": "^2.0.3", "url-parse": "^1.5.10", "use-sync-external-store": "^1.6.0", - "uuid": "^8.3.0", + "uuid": "^14.0.0", "vfile": "^4.2.1" }, "engines": { @@ -2143,7 +2143,7 @@ }, "peerDependencies": { "@elastic/datemath": "^5.0.2", - "@elastic/eui-theme-borealis": "7.0.0", + "@elastic/eui-theme-borealis": "8.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": "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==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-8.0.0.tgz", + "integrity": "sha512-mNcZxVYPr5c1VDru42Z/VnFZn9GtgNSiEF3SfCiI1c29LNWVzz9qle35tffDxJSu/A2iIWA8tBmuxAFYYLydnw==", "license": "SEE LICENSE IN LICENSE.txt", "peer": true, "dependencies": { - "@elastic/eui-theme-common": "9.0.0", + "@elastic/eui-theme-common": "10.0.0", "chroma-js": "^2.4.2" } }, "node_modules/@elastic/eui-theme-common": { - "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==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-10.0.0.tgz", + "integrity": "sha512-cnUZx3S6XlDcm3ArkEGB3Q5Ehq+E5g4gB+a74ob0+Csjglvus0QO4Fyr5UwYHLJqueSMuV9YefVtKDC41lh16g==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@types/lodash": "^4.14.202", @@ -2181,14 +2181,6 @@ "react-dom": "^17.0 || ^18.0" } }, - "node_modules/@elastic/eui/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/@elastic/highlightjs-esql": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/@elastic/highlightjs-esql/-/highlightjs-esql-1.2.3.tgz", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 82f316e3e..079dfea4a 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -98,7 +98,7 @@ "defaults" ], "dependencies": { - "@elastic/eui": "115.0.0", + "@elastic/eui": "116.2.0", "@elastic/highlightjs-esql": "1.2.3", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0",