Skip to content

Commit 12bf45d

Browse files
committed
pkg audit
1 parent 54b9a87 commit 12bf45d

File tree

3 files changed

+487
-1467
lines changed

3 files changed

+487
-1467
lines changed

package.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,29 @@
1515
"downloadjs": "^1.4.7",
1616
"highlight.js": "^11.10.0",
1717
"html2pdf.js": "0.10.1",
18-
"marked": "^13.0.2",
18+
"marked": "^14.1.3",
1919
"md-to-quill-delta": "^1.1.1",
2020
"quill": "^2.0.2",
2121
"quill-delta-to-html": "^0.12.1",
2222
"quilljs-markdown": "^1.2.0",
2323
"turndown": "^7.2.0",
24-
"vue": "^3.4.31"
24+
"vue": "^3.5.12"
2525
},
2626
"devDependencies": {
27-
"@vitejs/plugin-vue": "^5.0.5",
28-
"@vue/compiler-sfc": "^3.4.31",
29-
"autoprefixer": "^10.4.19",
30-
"bumpp": "^9.4.1",
31-
"cssnano": "^7.0.4",
32-
"postcss": "^8.4.39",
33-
"tailwindcss": "^3.4.4",
34-
"terser": "^5.31.1",
35-
"vite": "^5.3.3"
27+
"@vitejs/plugin-vue": "^5.1.4",
28+
"@vue/compiler-sfc": "^3.5.12",
29+
"autoprefixer": "^10.4.20",
30+
"bumpp": "^9.7.1",
31+
"cssnano": "^7.0.6",
32+
"postcss": "^8.4.47",
33+
"tailwindcss": "^3.4.14",
34+
"terser": "^5.36.0",
35+
"vite": "^5.4.9"
3636
},
3737
"resolutions": {
38-
"trim": "1.0.1"
38+
"trim": "1.0.1",
39+
"micromatch":">=4.0.8",
40+
"dompurify":">=2.5.0",
41+
"braces":">=3.0.3"
3942
}
40-
}
43+
}

0 commit comments

Comments
 (0)