diff --git a/app/package.json b/app/package.json index dcc97597db..f5feb34ca8 100644 --- a/app/package.json +++ b/app/package.json @@ -89,7 +89,7 @@ "tinymce": "5.10.0", "typescript": "4.4.4", "vite": "2.6.10", - "vite-plugin-md": "0.11.1", + "vite-plugin-md": "0.11.2", "vue": "3.2.20", "vue-i18n": "9.1.9", "vue-router": "4.0.12", diff --git a/package-lock.json b/package-lock.json index 39a7248dc2..a91c723815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -383,7 +383,7 @@ "tinymce": "5.10.0", "typescript": "4.4.4", "vite": "2.6.10", - "vite-plugin-md": "0.11.1", + "vite-plugin-md": "0.11.2", "vue": "3.2.20", "vue-i18n": "9.1.9", "vue-router": "4.0.12", @@ -44336,12 +44336,13 @@ } }, "node_modules/vite-plugin-md": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/vite-plugin-md/-/vite-plugin-md-0.11.1.tgz", - "integrity": "sha512-nS+VmwFpUv+RiUcHntMPGXb8QxdJupW7q4AtqWpdpkAmTgI/HRilLRFtBIPxt4d+ZVtuMFrG3l1TG/hTUgghUg==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/vite-plugin-md/-/vite-plugin-md-0.11.2.tgz", + "integrity": "sha512-/eLvg+RzaYCDevZPlnnh98fg5w1CB2w6EfgQRuoGiex6LJNyqczcpCJO1lPsL9UzFUeagOrmZwjI4Xm3CnRFHg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^4.1.1", + "@types/markdown-it": "^12.2.3", "gray-matter": "^4.0.3", "markdown-it": "^12.2.0" }, @@ -50102,7 +50103,7 @@ "tinymce": "5.10.0", "typescript": "4.4.4", "vite": "2.6.10", - "vite-plugin-md": "0.11.1", + "vite-plugin-md": "0.11.2", "vue": "3.2.20", "vue-i18n": "9.1.9", "vue-router": "4.0.12", @@ -83639,12 +83640,13 @@ } }, "vite-plugin-md": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/vite-plugin-md/-/vite-plugin-md-0.11.1.tgz", - "integrity": "sha512-nS+VmwFpUv+RiUcHntMPGXb8QxdJupW7q4AtqWpdpkAmTgI/HRilLRFtBIPxt4d+ZVtuMFrG3l1TG/hTUgghUg==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/vite-plugin-md/-/vite-plugin-md-0.11.2.tgz", + "integrity": "sha512-/eLvg+RzaYCDevZPlnnh98fg5w1CB2w6EfgQRuoGiex6LJNyqczcpCJO1lPsL9UzFUeagOrmZwjI4Xm3CnRFHg==", "dev": true, "requires": { "@rollup/pluginutils": "^4.1.1", + "@types/markdown-it": "^12.2.3", "gray-matter": "^4.0.3", "markdown-it": "^12.2.0" },