diff --git a/package-lock.json b/package-lock.json index c951aa3..516b52a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "dompurify": "^3.4.14", + "dompurify": "^3.4.15", "vscode-jsonrpc": "^9.0.2" }, "devDependencies": { @@ -2875,9 +2875,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.14", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz", - "integrity": "sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.15.tgz", + "integrity": "sha512-EUBjM+B+lkDE41iE82DDSCfkoPGfXx8IxFxPMjNzm/Uk4xDet77rTN9wqlxlVg71kK7XGuUMv6wUxJUwwv+Xyw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 8959908..908e29b 100644 --- a/package.json +++ b/package.json @@ -413,7 +413,7 @@ "smoke:webview": "tsx test/webview-smoke.ts" }, "dependencies": { - "dompurify": "^3.4.14", + "dompurify": "^3.4.15", "vscode-jsonrpc": "^9.0.2" }, "devDependencies": {