diff --git a/playground/package.json b/playground/package.json index d886e5f3..3de0bb32 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,11 +9,11 @@ "dependencies": { "ant-design-vue": "2.2.8", "indexof": "0.0.1", - "marked": "3.0.0", + "marked": "3.0.4", "vue": "3.1.4" }, "devDependencies": { - "@types/marked": "2.0.5", + "@types/marked": "3.0.1", "@types/node": "14.17.20", "@vitejs/plugin-vue": "1.9.2", "@vue/compiler-sfc": "3.1.4", diff --git a/playground/yarn.lock b/playground/yarn.lock index 1f82b0e9..30094f23 100644 --- a/playground/yarn.lock +++ b/playground/yarn.lock @@ -91,10 +91,10 @@ resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.167.tgz#ce7d78553e3c886d4ea643c37ec7edc20f16765e" integrity sha512-w7tQPjARrvdeBkX/Rwg95S592JwxqOjmms3zWQ0XZgSyxSLdzWaYH3vErBhdVS/lRBX7F8aBYcYJYTr5TMGOzw== -"@types/marked@2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@types/marked/-/marked-2.0.5.tgz#453e27f1e97199d45bb25297b0dd2b9bbc1e05ea" - integrity sha512-shRZ7XnYFD/8n8zSjKvFdto1QNSf4tONZIlNEZGrJe8GsOE8DL/hG1Hbl8gZlfLnjS7+f5tZGIaTgfpyW38h4w== +"@types/marked@3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/marked/-/marked-3.0.1.tgz#748645ecde30d8cf7861c3e1c360c6f694172f92" + integrity sha512-jry/WUAC511P2NBCeiCkfTRCN2VXobeeQa8p8gImOYsRfnuIVfeEsqOJ1pk+CzCwfMCdv3dkTQRCYaNkkFGtxw== "@types/node@14.17.20": version "14.17.20" @@ -618,10 +618,10 @@ magic-string@^0.25.7: dependencies: sourcemap-codec "^1.4.4" -marked@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.0.tgz#ac8369b7ddeef15fbbce870d14f321bdb20ca4e2" - integrity sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ== +marked@3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.4.tgz#b8a1539e5e05c6ea9e93f15c0bad1d54ce890406" + integrity sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA== merge-source-map@^1.1.0: version "1.1.0"