dompurify 2.3.6 → 2.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -61,38 +61,33 @@
61
61
  ]
62
62
  },
63
63
  "devDependencies": {
64
- "@babel/plugin-external-helpers": "7.12.13",
65
- "babel-core": "^6.26.3",
66
- "babel-preset-env": "^1.7.0",
64
+ "@babel/core": "^7.17.8",
65
+ "@babel/preset-env": "^7.16.11",
66
+ "@rollup/plugin-babel": "^5.3.1",
67
+ "@rollup/plugin-commonjs": "^21.0.3",
68
+ "@rollup/plugin-node-resolve": "^13.1.3",
69
+ "@rollup/plugin-replace": "^4.0.0",
67
70
  "cross-env": "^7.0.3",
68
- "eslint-config-prettier": "^8.3.0",
71
+ "eslint-config-prettier": "^8.5.0",
69
72
  "eslint-plugin-prettier": "^4.0.0",
70
- "he": "^1.2.0",
71
73
  "jquery": "^3.6.0",
72
- "jsdom": "16.x.x",
73
- "karma": "^6.3.14",
74
+ "jsdom": "^19.0.0",
75
+ "karma": "^6.3.17",
74
76
  "karma-browserstack-launcher": "^1.5.1",
75
77
  "karma-chrome-launcher": "^3.1.0",
76
78
  "karma-firefox-launcher": "^2.1.2",
77
- "karma-fixture": "^0.2.6",
78
- "karma-html2js-preprocessor": "^1.0.0",
79
- "karma-json-fixtures-preprocessor": "0.0.6",
80
79
  "karma-qunit": "^4.1.2",
81
- "karma-rollup-preprocessor": "^5.0.2",
80
+ "karma-rollup-preprocessor": "^7.0.8",
82
81
  "lodash.sample": "^4.2.1",
83
- "minimist": "^1.2.5",
82
+ "minimist": "^1.2.6",
84
83
  "npm-run-all": "^4.1.5",
85
84
  "pre-commit": "^1.2.2",
86
85
  "prettier": "^2.5.1",
87
- "qunit-tap": "^1.5.0",
88
86
  "qunit": "^2.4.1",
87
+ "qunit-tap": "^1.5.0",
89
88
  "rimraf": "^3.0.2",
90
- "rollup": "^0.68.2",
91
- "rollup-plugin-babel": "^3.0.3",
92
- "rollup-plugin-commonjs": "^8.4.1",
89
+ "rollup": "^2.70.1",
93
90
  "rollup-plugin-includepaths": "^0.2.3",
94
- "rollup-plugin-node-resolve": "^3.4.0",
95
- "rollup-plugin-replace": "^2.2.0",
96
91
  "rollup-plugin-terser": "^7.0.2",
97
92
  "xo": "^0.48.0"
98
93
  },
@@ -101,7 +96,7 @@
101
96
  },
102
97
  "name": "dompurify",
103
98
  "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.",
104
- "version": "2.3.6",
99
+ "version": "2.3.7",
105
100
  "directories": {
106
101
  "test": "test"
107
102
  },