Skip to content

Commit e559218

Browse files
committed
Updated dompurify. Improved test command. Incremented project version.
1 parent 4532ca7 commit e559218

2 files changed

Lines changed: 146 additions & 136 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isomorphic-dompurify",
3-
"version": "2.28.0",
3+
"version": "2.29.0",
44
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
55
"keywords": [
66
"security",
@@ -17,7 +17,7 @@
1717
"sanitizer"
1818
],
1919
"scripts": {
20-
"test": "vitest",
20+
"test": "vitest run",
2121
"build": "terser src/index.js --compress --mangle --module -o index.js"
2222
},
2323
"bugs": {
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"dependencies": {
49-
"dompurify": "^3.2.7",
49+
"dompurify": "^3.3.0",
5050
"jsdom": "^27.0.0"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)