From 3cceb28c8a612f2d1fe1cfda4694cffaf3e310b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:35:50 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-sort-json from 3.1.0 to 4.0.0 Bumps [prettier-plugin-sort-json](https://github.com/Gudahtt/prettier-plugin-sort-json) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/Gudahtt/prettier-plugin-sort-json/releases) - [Changelog](https://github.com/Gudahtt/prettier-plugin-sort-json/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: prettier-plugin-sort-json dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e111249..d0e62a0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "markdownlint-cli2": "^0.12.1", "prettier": "^3.2.5", "prettier-plugin-ini": "^1.1.0", - "prettier-plugin-sort-json": "^3.1.0", + "prettier-plugin-sort-json": "^4.0.0", "prettier-plugin-toml": "^2.0.1" }, "license": "MIT", diff --git a/yarn.lock b/yarn.lock index d15234b..2a6f96e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1050,10 +1050,10 @@ prettier-plugin-ini@^1.1.0: dependencies: prettier ">=2.3" -prettier-plugin-sort-json@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-sort-json/-/prettier-plugin-sort-json-3.1.0.tgz#a54b33a4ac36ac6f9bf31ad7b81106fad161e6ba" - integrity sha512-eIDEUjwzekiVd+oKrpd0aoACBTp5zOW71wDTNy+qQ5C9Q8oqt9n9wCm4F+SeRZbXfgblh/WYIguJynImlBXrvQ== +prettier-plugin-sort-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-sort-json/-/prettier-plugin-sort-json-4.0.0.tgz#b72a44b57183dd7f8cef5c07a0614f21d29a0e4a" + integrity sha512-zV5g+bWFD2zAqyQ8gCkwUTC49o9FxslaUdirwivt5GZHcf57hCocavykuyYqbExoEsuBOg8IU36OY7zmVEMOWA== prettier-plugin-toml@^2.0.1: version "2.0.1"