Skip to content

Commit 8819e23

Browse files
committed
fix: CVE
Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent f9f5fd2 commit 8819e23

File tree

3 files changed

+541
-561
lines changed

3 files changed

+541
-561
lines changed

.github/workflows/autocorrect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check source code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: AutoCorrect
1616
uses: huacnlee/autocorrect-action@main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"author": "",
1616
"license": "ISC",
1717
"devDependencies": {
18-
"@types/markdown-it-footnote": "^3.0.0",
18+
"@types/markdown-it-footnote": "^3.0.4",
1919
"prettier": "2.7.1",
20-
"sitemap": "^7.1.1",
20+
"sitemap": "^7.1.2",
2121
"vitepress": "1.0.0-rc.32",
22-
"vue": "^3.3.12"
22+
"vue": "^3.5.13"
2323
},
2424
"dependencies": {
2525
"markdown-it-footnote": "^3.0.3"

0 commit comments

Comments
 (0)