diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 711294e10..a815955a4 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -21,12 +21,12 @@ }, "devDependencies": { "@elastic/datemath": "5.0.3", - "@elastic/eui": "104.1.0", - "@elastic/eui-theme-borealis": "3.1.0", + "@elastic/eui": "105.0.0", + "@elastic/eui-theme-borealis": "3.2.0", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", "@eslint/js": "9.30.1", - "@parcel/reporter-bundle-analyzer": "^2.15.4", + "@parcel/reporter-bundle-analyzer": "2.15.4", "@r2wc/react-to-web-component": "2.0.4", "@tailwindcss/postcss": "4.1.11", "@trivago/prettier-plugin-sort-imports": "5.2.2", @@ -247,12 +247,13 @@ "license": "0BSD" }, "node_modules/@elastic/eui": { - "version": "104.1.0", - "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-104.1.0.tgz", - "integrity": "sha512-exxfm7aOPO1iJD7F7QKZROghFjJh0AuvaV65rR/evNEv52QxbF7zvpGmeQZiUC0fSlAhLbDGPoTbjzPjYTWDIg==", + "version": "105.0.0", + "resolved": "https://registry.npmjs.org/@elastic/eui/-/eui-105.0.0.tgz", + "integrity": "sha512-iPSwfQxmF5sDj9c2iWuewdaYaibz0o/DUtzjNg7jTVrjnhcwCKeHUVkPpZLRUrhPmt8x+MwtKHSWo9J9/SRLtA==", "dev": true, + "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "@elastic/eui-theme-common": "2.1.0", + "@elastic/eui-theme-common": "2.2.0", "@elastic/prismjs-esql": "^1.1.0", "@hello-pangea/dnd": "^16.6.0", "@types/lodash": "^4.14.202", @@ -293,7 +294,7 @@ }, "peerDependencies": { "@elastic/datemath": "^5.0.2", - "@elastic/eui-theme-borealis": "3.1.0", + "@elastic/eui-theme-borealis": "3.2.0", "@emotion/css": "11.x", "@emotion/react": "11.x", "@types/react": "^16.9 || ^17.0 || ^18.0", @@ -305,16 +306,18 @@ } }, "node_modules/@elastic/eui-theme-borealis": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.1.0.tgz", - "integrity": "sha512-TKek3OcMlUA2dmOhIm+SUHM0rTA4irltcHQl5tmlrKCdh51sxSfP+a91VSYlfQFZt8rpZaZAxKq6Z+eGHy52mQ==", - "dev": true + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.2.0.tgz", + "integrity": "sha512-9Sh4szzjKIOchpW8uOl+6E35OyrVFLB4e0ikW8wivxjxeHHc1QVQSCVwFoU1Lfh9wFNVRVw3P1qdMVEnrjKetg==", + "dev": true, + "license": "SEE LICENSE IN LICENSE.txt" }, "node_modules/@elastic/eui-theme-common": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-2.1.0.tgz", - "integrity": "sha512-cKLuflczikSoUQkFViLjv9NBCoti/b8UNc6+sEDK7uuAgA5aYX5jUqH1x4A5dwZ3dBed0ekz23pL5Hv+C65bxQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@elastic/eui-theme-common/-/eui-theme-common-2.2.0.tgz", + "integrity": "sha512-8IUs6foUaUs3LrR7ocveUCnm2WpWX3Nu5ivoXaB6HccNWN7g2JujmTgTle/vP+IbQFXEZ/EXvi763hEdf164VA==", "dev": true, + "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@types/lodash": "^4.14.202", "chroma-js": "^2.4.2", @@ -3448,7 +3451,8 @@ "version": "4.17.20", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz", "integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/mdast": { "version": "3.0.15", @@ -4136,7 +4140,8 @@ "version": "2.6.0", "resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-2.6.0.tgz", "integrity": "sha512-BLHvCB9s8Z1EV4ethr6xnkl/P2YRFOGqfgvuMG/MyCbZPrTA+NeiByY6XvgF0zP4/2deU2CXnWyMa3zu1LqQ3A==", - "dev": true + "dev": true, + "license": "(BSD-3-Clause AND Apache-2.0)" }, "node_modules/chrome-trace-event": { "version": "1.0.4", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index b7bfc0db1..346cd8b20 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -32,8 +32,8 @@ "private": true, "devDependencies": { "@elastic/datemath": "5.0.3", - "@elastic/eui": "104.1.0", - "@elastic/eui-theme-borealis": "3.1.0", + "@elastic/eui": "105.0.0", + "@elastic/eui-theme-borealis": "3.2.0", "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", "@eslint/js": "9.30.1",