fix(deps): update dependency dompurify to v3 (#483)

This commit is contained in:
Deborah Kaplan
2024-10-28 18:02:25 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"@testing-library/user-event": "^13.5.0",
"classnames": "^2.3.1",
"core-js": "3.38.1",
"dompurify": "^2.3.1",
"dompurify": "^3.0.0",
"email-prop-type": "^3.0.1",
"file-saver": "^2.0.5",
"filesize": "^8.0.6",
@@ -8674,9 +8674,9 @@
}
},
"node_modules/dompurify": {
"version": "2.5.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz",
"integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==",
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz",
"integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==",
"license": "(MPL-2.0 OR Apache-2.0)"
},
"node_modules/domutils": {

View File

@@ -46,7 +46,7 @@
"@testing-library/user-event": "^13.5.0",
"classnames": "^2.3.1",
"core-js": "3.38.1",
"dompurify": "^2.3.1",
"dompurify": "^3.0.0",
"email-prop-type": "^3.0.1",
"file-saver": "^2.0.5",
"filesize": "^8.0.6",