diff --git a/package-lock.json b/package-lock.json index 8c7e7867..77bf4a19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.45.0", "prettier": "^3.5.3", - "prettier-plugin-toml": "^2.0.5" + "prettier-plugin-toml": "^2.0.6" }, "engines": { "node": "22.x" @@ -4624,11 +4624,10 @@ } }, "node_modules/prettier-plugin-toml": { - "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==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.6.tgz", + "integrity": "sha512-12N/wBuHa9jd/KVy9pRP20NMKxQfQLMseQCt66lIbLaPLItvGUcSIryE1eZZMJ7loSws6Ig3M2Elc2EreNh76w==", "dev": true, - "license": "MIT", "dependencies": { "@taplo/lib": "^0.5.0" }, @@ -9071,9 +9070,9 @@ "dev": true }, "prettier-plugin-toml": { - "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==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.6.tgz", + "integrity": "sha512-12N/wBuHa9jd/KVy9pRP20NMKxQfQLMseQCt66lIbLaPLItvGUcSIryE1eZZMJ7loSws6Ig3M2Elc2EreNh76w==", "dev": true, "requires": { "@taplo/lib": "^0.5.0" diff --git a/package.json b/package.json index ebb90f7e..302083ac 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.45.0", "prettier": "^3.5.3", - "prettier-plugin-toml": "^2.0.5" + "prettier-plugin-toml": "^2.0.6" }, "dependencies": { "js-yaml": "^4.1.0"