diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 9cbbbe1cd..968d408f7 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@elastic/datemath": "^5.0.3", - "@elastic/eui": "^103.0.0", + "@elastic/eui": "^104.0.0", "@elastic/eui-theme-borealis": "^2.0.0", "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", @@ -245,13 +245,13 @@ "license": "0BSD" }, "node_modules/@elastic/eui": { - "version": "103.0.0", - "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-103.0.0.tgz", - "integrity": "sha512-U23iRF3sHgdIJEeWHg75T2+eLh9YtDKbucqH6y/OEd2BtGBG5mfNzuWGxogbSSXSJjK61SIgNFY8BSWB/H0ZpA==", + "version": "104.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-104.0.0.tgz", + "integrity": "sha512-gFq/xiJfpNGCZf+TrEZbqQoyE+7u6PfwG4llP6O8Bwc32UwmFegCx1IxBxUCyrDSGibf4fUWyjqCKInprfCLgw==", "dev": true, "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "@elastic/eui-theme-common": "1.2.0", + "@elastic/eui-theme-common": "2.0.0", "@elastic/prismjs-esql": "^1.1.0", "@hello-pangea/dnd": "^16.6.0", "@types/lodash": "^4.14.202", @@ -292,7 +292,7 @@ }, "peerDependencies": { "@elastic/datemath": "^5.0.2", - "@elastic/eui-theme-borealis": "2.0.0", + "@elastic/eui-theme-borealis": "3.0.0", "@emotion/css": "11.x", "@emotion/react": "11.x", "@types/react": "^16.9 || ^17.0 || ^18.0", @@ -311,9 +311,9 @@ "license": "SEE LICENSE IN LICENSE.txt" }, "node_modules/@elastic/eui-theme-common": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-1.2.0.tgz", - "integrity": "sha512-P9CnI0AGX41uxnxcewwTiZ62og/42fCdA0krtYpc6YVGUpr35FZdNfTsa2hpcQPYPLYbR1SDYF00t516UWDRsQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-2.0.0.tgz", + "integrity": "sha512-cLgC0Y/ugS/5nGeU3e4lQzM9+ObOaoMzNLv/kM5Tnjdezmrgt+6xeVxiBOEe64S99pXbjfSF6u3d/y4YloNOhg==", "dev": true, "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { @@ -3436,9 +3436,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.17", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.17.tgz", - "integrity": "sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==", + "version": "4.17.18", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.18.tgz", + "integrity": "sha512-KJ65INaxqxmU6EoCiJmRPZC9H9RVWCRd349tXM2M3O5NA7cY6YL7c0bHAHQ93NOfTObEQ004kd2QVHs/r0+m4g==", "dev": true, "license": "MIT" }, diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index a36d3aea1..b50110478 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -28,7 +28,7 @@ "private": true, "devDependencies": { "@elastic/datemath": "^5.0.3", - "@elastic/eui": "^103.0.0", + "@elastic/eui": "^104.0.0", "@elastic/eui-theme-borealis": "^2.0.0", "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0",