diff --git a/package-lock.json b/package-lock.json index 7959035cc..52f37259e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "@langchain/core": "^1.1.46", "@langchain/langgraph": "^1.3.0", "@langchain/openai": "^1.4.5", + "@rollup/rollup-linux-x64-gnu": "4.62.2", "date-fns": "^4.0.0", "dompurify": "^3.4.12", "html-react-parser": "^5.0.7", @@ -76,7 +77,7 @@ "typescript": "^4.6.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.6.1" + "@rollup/rollup-linux-x64-gnu": "4.62.2" }, "peerDependencies": { "@careevolution/mydatahelps-js": "^5.7.0", @@ -4225,12 +4226,15 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.6.1.tgz", - "integrity": "sha512-DNGZvZDO5YF7jN5fX8ZqmGLjZEXIJRdJEdTFMhiyXqyXubBa0WVLDWSNlQ5JR2PNgDbEV1VQowhVRUh+74D+RA==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index e9304fbf4..2e0b443cf 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "react-dom": "^18.2.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.6.1" + "@rollup/rollup-linux-x64-gnu": "4.62.2" }, "files": [ "dist"