Skip to content

Commit 3199c53

Browse files
authored
fix: fix sanitize-html package version (#203)
1 parent 7d530ae commit 3199c53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prepublishOnly": "npm run lint && npm run test && npm run build"
3232
},
3333
"dependencies": {
34-
"@types/sanitize-html": "^2.6.2",
34+
"@types/sanitize-html": "2.6.2",
3535
"chalk": "4.1.2",
3636
"get-root-node-polyfill": "1.0.0",
3737
"github-slugger": "1.4.0",
@@ -44,7 +44,7 @@
4444
"markdownlint": "^0.25.1",
4545
"markdownlint-rule-helpers": "0.17.2",
4646
"postcss": "8.4.16",
47-
"sanitize-html": "^2.7.1",
47+
"sanitize-html": "2.7.3",
4848
"slugify": "1.6.5"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)