From 692b4b233011738fed390cd07fcdc6b3b9b6dd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:11:08 +0000 Subject: [PATCH] Bump prettier-plugin-toml from 2.0.5 to 2.0.6 Bumps [prettier-plugin-toml](https://github.com/un-ts/prettier) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/prettier-plugin-toml@2.0.5...prettier-plugin-toml@2.0.6) --- updated-dependencies: - dependency-name: prettier-plugin-toml dependency-version: 2.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) 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"