dependabot[bot] dependabot[bot] commited on
Commit
759e344
·
unverified ·
1 Parent(s): c82d865

build(deps-dev): bump dompurify from 3.1.6 to 3.2.4 (#1728)

Browse files

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to 3.2.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.6...3.2.4)

---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Files changed (2) hide show
  1. package-lock.json +9 -5
  2. package.json +1 -1
package-lock.json CHANGED
@@ -78,7 +78,7 @@
78
  "@types/uuid": "^9.0.8",
79
  "@typescript-eslint/eslint-plugin": "^6.x",
80
  "@typescript-eslint/parser": "^6.x",
81
- "dompurify": "^3.1.6",
82
  "eslint": "^8.28.0",
83
  "eslint-config-prettier": "^8.5.0",
84
  "eslint-plugin-svelte": "^2.45.1",
@@ -6233,10 +6233,14 @@
6233
  }
6234
  },
6235
  "node_modules/dompurify": {
6236
- "version": "3.1.6",
6237
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz",
6238
- "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==",
6239
- "dev": true
 
 
 
 
6240
  },
6241
  "node_modules/domutils": {
6242
  "version": "3.1.0",
 
78
  "@types/uuid": "^9.0.8",
79
  "@typescript-eslint/eslint-plugin": "^6.x",
80
  "@typescript-eslint/parser": "^6.x",
81
+ "dompurify": "^3.2.4",
82
  "eslint": "^8.28.0",
83
  "eslint-config-prettier": "^8.5.0",
84
  "eslint-plugin-svelte": "^2.45.1",
 
6233
  }
6234
  },
6235
  "node_modules/dompurify": {
6236
+ "version": "3.2.4",
6237
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz",
6238
+ "integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==",
6239
+ "dev": true,
6240
+ "license": "(MPL-2.0 OR Apache-2.0)",
6241
+ "optionalDependencies": {
6242
+ "@types/trusted-types": "^2.0.7"
6243
+ }
6244
  },
6245
  "node_modules/domutils": {
6246
  "version": "3.1.0",
package.json CHANGED
@@ -38,7 +38,7 @@
38
  "@types/uuid": "^9.0.8",
39
  "@typescript-eslint/eslint-plugin": "^6.x",
40
  "@typescript-eslint/parser": "^6.x",
41
- "dompurify": "^3.1.6",
42
  "eslint": "^8.28.0",
43
  "eslint-config-prettier": "^8.5.0",
44
  "eslint-plugin-svelte": "^2.45.1",
 
38
  "@types/uuid": "^9.0.8",
39
  "@typescript-eslint/eslint-plugin": "^6.x",
40
  "@typescript-eslint/parser": "^6.x",
41
+ "dompurify": "^3.2.4",
42
  "eslint": "^8.28.0",
43
  "eslint-config-prettier": "^8.5.0",
44
  "eslint-plugin-svelte": "^2.45.1",