diff --git a/package-lock.json b/package-lock.json index 3d91d984f7..83754e5033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@prettier/plugin-xml": "3.4.2", - "@standard-config/prettier": "1.19.1", + "@standard-config/prettier": "1.19.2", "prettier": "3.9.6", "prettier-plugin-powershell": "2.1.10", "prettier-plugin-toml": "2.0.6", @@ -590,15 +590,15 @@ ] }, "node_modules/@standard-config/prettier": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/@standard-config/prettier/-/prettier-1.19.1.tgz", - "integrity": "sha512-KN1V0gSgoPXa2BwvP+mI6oWs6yRZZvCi9O/PoKUAJyVwJ0TZDWAL5du7/W8/vP7DB/Y30LjehzA36LmE5crVgA==", + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@standard-config/prettier/-/prettier-1.19.2.tgz", + "integrity": "sha512-yCysQsmSGEEZQNoZ9r/+sX8nVrt+cp224526LIAmiyDGP0Ze8Y1vmExpCfzJGVa2xJQtYLgVJKWjd+eXOqdoMQ==", "dev": true, "license": "MIT", "dependencies": { "@prettier/plugin-oxc": "^0.2.2", "prettier-plugin-expand-json": "^1.0.5", - "prettier-plugin-markdown-html": "^1.4.1", + "prettier-plugin-markdown-html": "^1.5.0", "prettier-plugin-pkg": "^0.22.1", "prettier-plugin-sh": "^0.19.0", "prettier-plugin-sort-json": "^4.2.0", @@ -741,9 +741,9 @@ } }, "node_modules/prettier-plugin-markdown-html": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-markdown-html/-/prettier-plugin-markdown-html-1.4.1.tgz", - "integrity": "sha512-//5EVnOcF1xx9kutRzUIPwUuTOSgwJW9X6/+Bh+/lJyk8nPlT/1HISlutWhFqjQo1D2X1tLQdd+d3Dum8pfx5w==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-markdown-html/-/prettier-plugin-markdown-html-1.5.0.tgz", + "integrity": "sha512-fcUypi9KD70B4WgpRe8rdXjRb4wIgat0Y3bWOu/auvsXWKTKBBAwtqAJde42t1yEN63A4CncA31vqG27QTni/g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 33fb5d3b11..5fffe6370c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@prettier/plugin-xml": "3.4.2", - "@standard-config/prettier": "1.19.1", + "@standard-config/prettier": "1.19.2", "prettier": "3.9.6", "prettier-plugin-powershell": "2.1.10", "prettier-plugin-toml": "2.0.6",