diff --git a/package-lock.json b/package-lock.json index 7271e3d..e00a2ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "axios": "1.7.7", - "dompurify": "3.1.6", + "dompurify": "3.1.7", "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "5.3.0", @@ -6601,9 +6601,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", - "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==" }, "node_modules/domutils": { "version": "2.8.0", diff --git a/package.json b/package.json index c55f4bf..ba9a874 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "https://milliorn.github.io/cryptocurrency-list", "dependencies": { "axios": "1.7.7", - "dompurify": "3.1.6", + "dompurify": "3.1.7", "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "5.3.0",