Browse Source

chore(deps): dompurify@2.2.2 (#6642)

bubble
Tim Lai 3 years ago
committed by GitHub
parent
commit
2741e0371f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      package-lock.json
  2. +1
    -1
      package.json

+ 3
- 3
package-lock.json View File

@@ -10940,9 +10940,9 @@
}
},
"dompurify": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.7.tgz",
"integrity": "sha512-S3O0lk6rFJtO01ZTzMollCOGg+WAtCwS3U5E2WSDY/x/sy7q70RjEC4Dmrih5/UqzLLB9XoKJ8KqwBxaNvBu4A=="
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz",
"integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg=="
},
"domutils": {
"version": "1.5.1",


+ 1
- 1
package.json View File

@@ -66,7 +66,7 @@
"classnames": "^2.2.6",
"css.escape": "1.5.1",
"deep-extend": "0.6.0",
"dompurify": "^2.0.7",
"dompurify": "=2.2.2",
"ieee754": "^1.1.13",
"immutable": "^3.x.x",
"js-file-download": "^0.4.1",


Loading…
Cancel
Save