From acd1696682bc4c22d01535702560dd3163486033 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 01:51:51 +0000 Subject: [PATCH] build(deps): bump sort-package-json from 1.48.1 to 1.49.0 Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 1.48.1 to 1.49.0. - [Release notes](https://github.com/keithamus/sort-package-json/releases) - [Commits](https://github.com/keithamus/sort-package-json/compare/v1.48.1...v1.49.0) Signed-off-by: dependabot-preview[bot] --- packages/scripts/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 327a0a07da9..07ae0484eef 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -46,7 +46,7 @@ "pkg-up": "^3.1.0", "semver": "^7.3.4", "signale": "^1.4.0", - "sort-package-json": "~1.48.1", + "sort-package-json": "~1.49.0", "typedoc": "^0.20.27", "typedoc-plugin-markdown": "^3.5.0", "yargs": "^16.2.0" diff --git a/yarn.lock b/yarn.lock index 648b8fd588b..6a7e35fd258 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9411,10 +9411,10 @@ sort-on@^3.0.0: arrify "^1.0.0" dot-prop "^4.1.1" -sort-package-json@~1.48.1: - version "1.48.1" - resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.48.1.tgz#58629823da53a3ccccc049cb7e7300bc23072b33" - integrity sha512-YvDm1iBzhphfXtctTS0XIBlIW/2N1DZNHx3YMcZnptpZhchqH4zazUOuEWmjfNXndwamITMt9hFPliqwx1SHvQ== +sort-package-json@~1.49.0: + version "1.49.0" + resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.49.0.tgz#82845ab598501bb35875f326e4768a5ab5f15335" + integrity sha512-3YuqFGThwc9X0TZLYohOUJJ/P6uJIVcTeuJOc6ZWw4f1fHpTHIfVysKer4qXtrZ2zvwwU2aEcb555Bo+2fwIgQ== dependencies: detect-indent "^6.0.0" detect-newline "3.1.0"