diff --git a/package-lock.json b/package-lock.json index c662303..2c638c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "astro-imagetools": "^0.9.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "effect": "^3.20.0", "file-type": "^21.3.2", "fuse.js": "^7.1.0", @@ -60,7 +60,7 @@ "sharp": "^0.34.5", "tailwindcss": "^4.1.17", "typescript": "^5.9.3", - "vite": ">=7.3.5", + "vite": "^7.3.5", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.1.0" } @@ -5794,9 +5794,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 6330f78..8d0ebf3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "astro-imagetools": "^0.9.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "effect": "^3.20.0", "file-type": "^21.3.2", "fuse.js": "^7.1.0",