diff --git a/package-lock.json b/package-lock.json index b918a55..6ac3a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "cors": "^2.8.6", "crypto-js": "^4.2.0", "csv-parse": "^6.1.0", - "dompurify": "^3.3.0", + "dompurify": "^3.4.1", "dotenv": "^17.2.3", "exceljs": "^4.4.0", "express": "^5.2.1", @@ -5857,9 +5857,9 @@ } }, "node_modules/dompurify": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz", - "integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz", + "integrity": "sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 0d908e2..3bd648e 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "cors": "^2.8.6", "crypto-js": "^4.2.0", "csv-parse": "^6.1.0", - "dompurify": "^3.3.0", + "dompurify": "^3.4.1", "dotenv": "^17.2.3", "exceljs": "^4.4.0", "express": "^5.2.1",