Skip to content

Commit f616c47

Browse files
committed
Changed markdown-it-katex to it's fork, should fix XSS
Also updated another packages
1 parent 3b82f88 commit f616c47

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@
3131
},
3232
"main": "dist/markdown-it-vue.umd.min.js",
3333
"dependencies": {
34-
"echarts": "^5.0.0",
34+
"echarts": "^5.1.0",
3535
"flowchart.js": "^1.15.0",
3636
"font-awesome-icon-chars": "^2.6.0",
3737
"github-markdown-css": "^4.0.0",
38-
"highlight.js": "^10.4.1",
39-
"markdown-it": "^12.0.4",
38+
"highlight.js": "^10.7.2",
39+
"markdown-it": "^12.0.6",
4040
"markdown-it-abbr": "^1.0.4",
4141
"markdown-it-container": "^3.0.0",
4242
"markdown-it-deflist": "^2.1.0",
4343
"markdown-it-emoji": "^2.0.0",
44-
"markdown-it-footnote": "^3.0.1",
44+
"markdown-it-footnote": "^3.0.2",
4545
"markdown-it-github-toc": "^3.2.4",
4646
"markdown-it-ins": "^3.0.1",
47-
"markdown-it-katex": "^2.0.3",
47+
"@iktakahiro/markdown-it-katex": "^4.0.1",
4848
"markdown-it-latex": "^0.2.0",
4949
"markdown-it-mark": "^3.0.1",
5050
"markdown-it-regex": "^0.2.0",
5151
"markdown-it-source-map": "^0.1.1",
5252
"markdown-it-sub": "^1.0.0",
5353
"markdown-it-sup": "^1.0.0",
5454
"markdown-it-task-lists": "^2.1.1",
55-
"markdown-it-toc-and-anchor": "^4.1.2",
56-
"mermaid": "^8.8.4",
55+
"markdown-it-toc-and-anchor": "^4.2.0",
56+
"mermaid": "^8.9.2",
5757
"vue": "^2.6.12"
5858
},
5959
"devDependencies": {
60-
"@vue/cli-plugin-babel": "^4.5.9",
61-
"@vue/cli-plugin-eslint": "^4.5.9",
62-
"@vue/cli-service": "^4.5.9",
60+
"@vue/cli-plugin-babel": "^4.5.12",
61+
"@vue/cli-plugin-eslint": "^4.5.12",
62+
"@vue/cli-service": "^4.5.12",
6363
"babel-eslint": "^10.1.0",
64-
"eslint": "^7.16.0",
65-
"eslint-plugin-vue": "^7.3.0",
64+
"eslint": "^7.24.0",
65+
"eslint-plugin-vue": "^7.9.0",
6666
"vue-cli-plugin-component-lib": "^0.1.6",
6767
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0",
6868
"vue-template-compiler": "^2.6.12"

0 commit comments

Comments
 (0)