diff --git a/package-lock.json b/package-lock.json index 3bb20607d..8c4d180bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8837,9 +8837,9 @@ } }, "vditor": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/vditor/-/vditor-3.8.4.tgz", - "integrity": "sha512-tCAxS9gz2JWQW6w2L2gzCCkHXM+btTCI0qkhYGvWDidGmze23LvKmPvr9iwpBad/XhGw66iifD23R1VHEEJxhg==", + "version": "3.8.13", + "resolved": "https://registry.npmjs.org/vditor/-/vditor-3.8.13.tgz", + "integrity": "sha512-vp6OF1n9wIduKtLvvTYtn+7Gr1Az6MqDIEBpLzik+PTQ208YjrcQ+Ba4AHXMMvJgDtbYP3PdY8OixWKecFzo2A==", "requires": { "diff-match-patch": "^1.0.5" } diff --git a/package.json b/package.json index a245f524c..7bb88a367 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "nprogress": "^0.2.0", "uvstat": "^1.0.8", "vcmt": "^1.3.1", - "vditor": "^3.8.4" + "vditor": "^3.8.13" } }