diff --git a/package-lock.json b/package-lock.json index cd6395124..8cf8e28ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "docusaurus-plugin-sass": "^0.2.6", "echarts": "^5.6.0", "embla-carousel-auto-scroll": "^8.6.0", - "embla-carousel-react": "^8.5.1", + "embla-carousel-react": "^8.6.0", "fetch-jsonp": "^1.3.0", "plugin-image-zoom": "^1.2.0", "prism-react-renderer": "^2.4.1", @@ -7644,8 +7644,7 @@ "version": "8.6.0", "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz", "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/embla-carousel-auto-scroll": { "version": "8.6.0", @@ -7657,31 +7656,25 @@ } }, "node_modules/embla-carousel-react": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/embla-carousel-react/-/embla-carousel-react-8.5.2.tgz", - "integrity": "sha512-Tmx+uY3MqseIGdwp0ScyUuxpBgx5jX1f7od4Cm5mDwg/dptEiTKf9xp6tw0lZN2VA9JbnVMl/aikmbc53c6QFA==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/embla-carousel-react/-/embla-carousel-react-8.6.0.tgz", + "integrity": "sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==", "license": "MIT", "dependencies": { - "embla-carousel": "8.5.2", - "embla-carousel-reactive-utils": "8.5.2" + "embla-carousel": "8.6.0", + "embla-carousel-reactive-utils": "8.6.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" } }, - "node_modules/embla-carousel-react/node_modules/embla-carousel": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.5.2.tgz", - "integrity": "sha512-xQ9oVLrun/eCG/7ru3R+I5bJ7shsD8fFwLEY7yPe27/+fDHCNj0OT5EoG5ZbFyOxOcG6yTwW8oTz/dWyFnyGpg==", - "license": "MIT" - }, - "node_modules/embla-carousel-react/node_modules/embla-carousel-reactive-utils": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.5.2.tgz", - "integrity": "sha512-QC8/hYSK/pEmqEdU1IO5O+XNc/Ptmmq7uCB44vKplgLKhB/l0+yvYx0+Cv0sF6Ena8Srld5vUErZkT+yTahtDg==", + "node_modules/embla-carousel-reactive-utils": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz", + "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==", "license": "MIT", "peerDependencies": { - "embla-carousel": "8.5.2" + "embla-carousel": "8.6.0" } }, "node_modules/emoji-regex": { diff --git a/package.json b/package.json index aac2d4c4d..05c7aeebc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "docusaurus-plugin-sass": "^0.2.6", "echarts": "^5.6.0", "embla-carousel-auto-scroll": "^8.6.0", - "embla-carousel-react": "^8.5.1", + "embla-carousel-react": "^8.6.0", "fetch-jsonp": "^1.3.0", "plugin-image-zoom": "^1.2.0", "prism-react-renderer": "^2.4.1",