diff --git a/package-lock.json b/package-lock.json index 3609cc81..2d9f2a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,8 +26,8 @@ "hexo-renderer-marked": "^7.0.1", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "markdown-it": "^15.0.0", - "mdui": "^2.1.4", + "markdown-it": "^15.0.1", + "mdui": "^2.1.5", "qiniu": "^7.15.2", "qrcode": "^1.5.4" } @@ -95,7 +95,6 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz", "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.29.7", "@babel/generator": "^7.29.7", @@ -1726,7 +1725,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" }, @@ -1749,7 +1747,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" } @@ -2450,7 +2447,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz", "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -2800,7 +2796,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.11.12", "caniuse-lite": "^1.0.30001809", @@ -4359,7 +4354,6 @@ "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.2.tgz", "integrity": "sha512-gmpNwL1KnbK12q551ZhGxqvSw8M88ZSjFKOhx6ybUYz1phjPdwGewMgBgwGmjcVcIYFq6tWQAv1MRil/sBrPHQ==", "license": "MIT", - "peer": true, "dependencies": { "abbrev": "^3.0.0", "bluebird": "^3.7.2", @@ -5995,7 +5989,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -6232,9 +6225,9 @@ } }, "node_modules/markdown-it": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.0.tgz", - "integrity": "sha512-Lf8ajvVNdRpzSNB4VegxNy7gjs8gU35l4b4+ET49LrQC5PKYwLZ72u60LeJ9gv3qiaesuYjJWCyVeQmv/QWKQw==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.1.tgz", + "integrity": "sha512-9/7gE95FNPkfUWrjJIoHZza2iLmuJlPD0UNMxPi7bxUrbCR525YZY0r+zyfes0dZI5ZZ/uNIXUJca0pJvtw41g==", "funding": [ { "type": "github", @@ -7381,7 +7374,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.5.tgz", "integrity": "sha512-/tqMfgP7GPA3PHhCmuiS4vIjrSVhHLgY++i+dhbG462euyAj7FpM4D9uq1X3BgjlqRdpcOrYhcQtfiQLNc8tqw==", "license": "MIT", - "peer": true, "dependencies": { "@types/estree": "1.0.9" }, @@ -8061,7 +8053,6 @@ "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "license": "MIT", - "peer": true, "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index 75c84a29..781778c5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "hexo-renderer-marked": "^7.0.1", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "mdui": "^2.1.5", "qiniu": "^7.15.2", "qrcode": "^1.5.4"