dompurify 3.3.3 → 3.4.0

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
@@ -109,18 +109,18 @@
109
109
  },
110
110
  "devDependencies": {
111
111
  "@babel/core": "^7.17.8",
112
- "@babel/preset-env": "^7.16.11",
112
+ "@babel/preset-env": "^7.29.2",
113
113
  "@rollup/plugin-babel": "^6.0.4",
114
- "@rollup/plugin-node-resolve": "^15.3.0",
114
+ "@rollup/plugin-node-resolve": "^16.0.3",
115
115
  "@rollup/plugin-replace": "^6.0.1",
116
- "@rollup/plugin-terser": "^0.4.4",
116
+ "@rollup/plugin-terser": "^1.0.0",
117
117
  "@types/estree": "^1.0.0",
118
118
  "@types/node": "^16.18.120",
119
- "cross-env": "^7.0.3",
120
- "eslint-config-prettier": "^8.5.0",
119
+ "cross-env": "^10.1.0",
120
+ "eslint-config-prettier": "^10.1.8",
121
121
  "eslint-plugin-prettier": "^4.0.0",
122
122
  "jquery": "^3.6.0",
123
- "jsdom": "^20.0.0",
123
+ "jsdom": "^29.0.2",
124
124
  "karma": "^6.3.17",
125
125
  "karma-browserstack-launcher": "^1.5.1",
126
126
  "karma-chrome-launcher": "^3.1.0",
@@ -133,8 +133,8 @@
133
133
  "qunit": "^2.4.1",
134
134
  "qunit-tap": "^1.5.0",
135
135
  "rimraf": "^3.0.2",
136
- "rollup": "^3.30.0",
137
- "rollup-plugin-dts": "^6.1.1",
136
+ "rollup": "^4.60.1",
137
+ "rollup-plugin-dts": "^6.4.1",
138
138
  "rollup-plugin-includepaths": "^0.2.4",
139
139
  "rollup-plugin-typescript2": "^0.36.0",
140
140
  "tslib": "^2.7.0",
@@ -146,7 +146,7 @@
146
146
  },
147
147
  "name": "dompurify",
148
148
  "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.",
149
- "version": "3.3.3",
149
+ "version": "3.4.0",
150
150
  "directories": {
151
151
  "test": "test"
152
152
  },