From 7c7fb0152c231b99f725d606947bfe35e93fe45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 18:17:33 +0000 Subject: [PATCH] Bump prettier-plugin-toml from 2.0.4 to 2.0.5 Bumps [prettier-plugin-toml](https://github.com/un-ts/prettier) from 2.0.4 to 2.0.5. - [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.4...prettier-plugin-toml@2.0.5) --- updated-dependencies: - dependency-name: prettier-plugin-toml dependency-version: 2.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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"