Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit b831e21

Browse files
authored
Upgrade DOMPurify per Mozilla's notice (#500)
1 parent a584178 commit b831e21

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package-lock.json

Lines changed: 15 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/eramdam/BetterTweetDeck",
3232
"dependencies": {
33-
"@types/dompurify": "0.0.33",
33+
"@types/dompurify": "^2.0.4",
3434
"@types/lodash": "^4.14.152",
3535
"apollo-fetch": "^0.7.0",
3636
"babel-core": "^6.25.0",
@@ -48,7 +48,7 @@
4848
"css-loader": "^3.4.2",
4949
"cssnano": "^4.1.10",
5050
"del": "^3.0.0",
51-
"dompurify": "^2.0.0",
51+
"dompurify": "^2.0.15",
5252
"emoji-js": "3.4.0",
5353
"extract-text-webpack-plugin": "^4.0.0-beta.0",
5454
"fecha": "^2.3.3",
@@ -96,4 +96,4 @@
9696
"stylelint-config-standard": "^18.2.0",
9797
"ws": "^5.1.1"
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)