diff --git a/src/02.ONNXRuntime/02.phi-3.5-webgpu/package-lock.json b/src/02.ONNXRuntime/02.phi-3.5-webgpu/package-lock.json index cf256d4..a3213be 100644 --- a/src/02.ONNXRuntime/02.phi-3.5-webgpu/package-lock.json +++ b/src/02.ONNXRuntime/02.phi-3.5-webgpu/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@huggingface/transformers": "3.0.0", - "dompurify": "^3.3.2", + "dompurify": "^3.4.11", "marked": "^12.0.2", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -2533,13 +2533,10 @@ } }, "node_modules/dompurify": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", - "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", "license": "(MPL-2.0 OR Apache-2.0)", - "engines": { - "node": ">=20" - }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/src/02.ONNXRuntime/02.phi-3.5-webgpu/package.json b/src/02.ONNXRuntime/02.phi-3.5-webgpu/package.json index eb0383a..45c6012 100644 --- a/src/02.ONNXRuntime/02.phi-3.5-webgpu/package.json +++ b/src/02.ONNXRuntime/02.phi-3.5-webgpu/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@huggingface/transformers": "3.0.0", - "dompurify": "^3.3.2", + "dompurify": "^3.4.11", "marked": "^12.0.2", "react": "^18.3.1", "react-dom": "^18.3.1"