diff --git a/package-lock.json b/package-lock.json index 1005bc3..076088f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vega", - "version": "0.13.1", + "version": "0.13.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vega", - "version": "0.13.1", + "version": "0.13.2", "dependencies": { "@fontsource/atkinson-hyperlegible": "5.2.8", "@nostr-dev-kit/ndk": "^3.0.3", @@ -21,7 +21,7 @@ "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-updater": "^2.10.0", "@types/dompurify": "^3.0.5", - "dompurify": "^3.4.0", + "dompurify": "^3.4.9", "highlight.js": "^11.11.1", "lucide-react": "1.16.0", "marked": "^17.0.4", @@ -2185,9 +2185,9 @@ "peer": true }, "node_modules/dompurify": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", - "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.9.tgz", + "integrity": "sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 204d3aa..a1b7f49 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-updater": "^2.10.0", "@types/dompurify": "^3.0.5", - "dompurify": "^3.4.0", + "dompurify": "^3.4.9", "highlight.js": "^11.11.1", "lucide-react": "1.16.0", "marked": "^17.0.4",