Skip to content

Commit

Permalink
Remove vuese parser for security fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuoa committed Sep 30, 2024
1 parent 3e07b52 commit 13a962e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 248 deletions.
251 changes: 5 additions & 246 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@vitejs/plugin-vue": "^4.6.2",
"@vue/compiler-sfc": "^3.3.13",
"@vuese/markdown-render": "^2.11.3",
"@vuese/parser": "^2.10.3",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.17",
"chokidar": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion vuese-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import fs from 'fs'
import path from 'path'
import chokidar from 'chokidar'
import { parser } from '@vuese/parser'
// import { parser } from '@vuese/parser'
import { parseSource } from 'vue-docgen-api'
import { Render } from '@vuese/markdown-render'

Expand Down

0 comments on commit 13a962e

Please sign in to comment.