diff --git a/package-lock.json b/package-lock.json index a27b8f1..8bf5af2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.44.0", "prettier": "^3.5.3", - "prettier-plugin-toml": "2.0.4" + "prettier-plugin-toml": "2.0.5" }, "engines": { "node": "20.x" @@ -2773,9 +2773,9 @@ } }, "node_modules/prettier-plugin-toml": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.4.tgz", - "integrity": "sha512-uOTNPClqnE3T9XJ8hCqAJek70Jnk3/ZuAG/aXRTmrWbVe8lJyuZ60KV7OtgWqF+iGZOPVpkh+giHhX9GZYRHGA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.5.tgz", + "integrity": "sha512-WjXXKQyY4TdXWHU1v73UJxK/oDLSppf+b9KrSVl2kC4ZOr9CIVPKTQ/JxttgbYMaH8r3ihw7WYhMpI1EFa1obg==", "dev": true, "license": "MIT", "dependencies": { @@ -5429,9 +5429,9 @@ "dev": true }, "prettier-plugin-toml": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.4.tgz", - "integrity": "sha512-uOTNPClqnE3T9XJ8hCqAJek70Jnk3/ZuAG/aXRTmrWbVe8lJyuZ60KV7OtgWqF+iGZOPVpkh+giHhX9GZYRHGA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.5.tgz", + "integrity": "sha512-WjXXKQyY4TdXWHU1v73UJxK/oDLSppf+b9KrSVl2kC4ZOr9CIVPKTQ/JxttgbYMaH8r3ihw7WYhMpI1EFa1obg==", "dev": true, "requires": { "@taplo/lib": "^0.5.0" diff --git a/package.json b/package.json index a99c466..f086997 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.44.0", "prettier": "^3.5.3", - "prettier-plugin-toml": "2.0.4" + "prettier-plugin-toml": "2.0.5" }, "engines": { "node": "20.x"