Skip to content

Commit

Permalink
fix: CVE (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Jan 26, 2025
1 parent f9f5fd2 commit b5402b5
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 561 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autocorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: AutoCorrect
uses: huacnlee/autocorrect-action@main
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/markdown-it-footnote": "^3.0.0",
"@types/markdown-it-footnote": "^3.0.4",
"prettier": "2.7.1",
"sitemap": "^7.1.1",
"sitemap": "^7.1.2",
"vitepress": "1.0.0-rc.32",
"vue": "^3.3.12"
"vue": "^3.5.13"
},
"dependencies": {
"markdown-it-footnote": "^3.0.3"
Expand Down
Loading

0 comments on commit b5402b5

Please sign in to comment.