From c9cc182b392cd147df483c1b6b25179e564ac7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:29:16 +0100 Subject: [PATCH] build(deps-dev): bump sort-package-json from 2.1.0 to 2.2.0 (#47) Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/keithamus/sort-package-json/releases) - [Commits](https://github.com/keithamus/sort-package-json/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: sort-package-json dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 95fccc9..2a6358d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/react-dom": "^18.0.6", "prettier": "^2.8.0", "react-scripts": "5.0.1", - "sort-package-json": "^2.1.0", + "sort-package-json": "^2.2.0", "typescript": "^4.9.3" } }, @@ -17219,9 +17219,9 @@ "dev": true }, "node_modules/sort-package-json": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.1.0.tgz", - "integrity": "sha512-M5ctkdnn7znAkoVQJ0Y+PHDUieyXMhydPyW7r2J9ZM0Iwc3BTyEf5cmoSRfHNo07FEvzWwnphcP7GlrAX164UQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.2.0.tgz", + "integrity": "sha512-ux712xsrPqkW+0b51GdmC8QTvImM3wsdip9mNVSQTY9ZV3/1eTAK6jIcQ8Vz9kfN1WHL4wv/pLn89mrqeyQu6A==", "dev": true, "dependencies": { "detect-indent": "^7.0.1", @@ -31936,9 +31936,9 @@ "dev": true }, "sort-package-json": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.1.0.tgz", - "integrity": "sha512-M5ctkdnn7znAkoVQJ0Y+PHDUieyXMhydPyW7r2J9ZM0Iwc3BTyEf5cmoSRfHNo07FEvzWwnphcP7GlrAX164UQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.2.0.tgz", + "integrity": "sha512-ux712xsrPqkW+0b51GdmC8QTvImM3wsdip9mNVSQTY9ZV3/1eTAK6jIcQ8Vz9kfN1WHL4wv/pLn89mrqeyQu6A==", "dev": true, "requires": { "detect-indent": "^7.0.1", diff --git a/package.json b/package.json index 2cbdc68..0d8109c 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/react-dom": "^18.0.6", "prettier": "^2.8.0", "react-scripts": "5.0.1", - "sort-package-json": "^2.1.0", + "sort-package-json": "^2.2.0", "typescript": "^4.9.3" } }