From 7ac1388514246e613ee68e94b7a8eccbca1e7305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:17:34 +0000 Subject: [PATCH] fix(deps): bump sort-package-json from 2.10.0 to 2.10.1 Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/keithamus/sort-package-json/releases) - [Commits](https://github.com/keithamus/sort-package-json/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: sort-package-json dependency-type: direct:production update-type: version-update:semver-patch ... 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 0c636bc2..adb9ef24 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lodash": "^4.17.21", "normalize-package-data": "^6", "semver": "^7.6.3", - "sort-package-json": "^2.10.0", + "sort-package-json": "^2.10.1", "tiny-jsonc": "^1.0.1", "validate-npm-package-name": "^5.0.1" }, diff --git a/yarn.lock b/yarn.lock index 2fb3c13c..29f4691c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5802,10 +5802,10 @@ sort-object-keys@^1.1.3: resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45" integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg== -sort-package-json@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.10.0.tgz#6be07424bf3b7db9fbb1bdd69e7945f301026d8a" - integrity sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g== +sort-package-json@^2.10.1: + version "2.10.1" + resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.10.1.tgz#18e7fa0172233cb2d4d926f7c99e6bfcf4d1d25c" + integrity sha512-d76wfhgUuGypKqY72Unm5LFnMpACbdxXsLPcL27pOsSrmVqH3PztFp1uq+Z22suk15h7vXmTesuh2aEjdCqb5w== dependencies: detect-indent "^7.0.1" detect-newline "^4.0.0"