From 65d14291ac2bba1e8193890b0865f22a771b7a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:39:10 +0000 Subject: [PATCH] chore(deps-dev): bump sort-package-json from 2.14.0 to 2.15.0 Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/keithamus/sort-package-json/releases) - [Commits](https://github.com/keithamus/sort-package-json/compare/v2.14.0...v2.15.0) --- updated-dependencies: - dependency-name: sort-package-json dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf538d9c..525b1832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "postcss": "^8.5.2", "prettier": "^3.5.1", "prettier-plugin-tailwindcss": "^0.6.11", - "sort-package-json": "^2.14.0", + "sort-package-json": "^2.15.0", "tailwindcss": "^4.0.6", "typescript": "~5.7.3", "typescript-eslint": "^8.24.1", @@ -9291,10 +9291,11 @@ "license": "MIT" }, "node_modules/sort-package-json": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.14.0.tgz", - "integrity": "sha512-xBRdmMjFB/KW3l51mP31dhlaiFmqkHLfWTfZAno8prb/wbDxwBPWFpxB16GZbiPbYr3wL41H8Kx22QIDWRe8WQ==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.15.0.tgz", + "integrity": "sha512-wpKu3DvFuymcRvPqJR7VN5J6wnqR+SYZ4SZmnJa9ckpV+BuoE0XYHZYsoWaJbt6oz8OwOXb4eoMjlEBM6hwhBw==", "dev": true, + "license": "MIT", "dependencies": { "detect-indent": "^7.0.1", "detect-newline": "^4.0.0", diff --git a/package.json b/package.json index d4274a88..91c64665 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "postcss": "^8.5.2", "prettier": "^3.5.1", "prettier-plugin-tailwindcss": "^0.6.11", - "sort-package-json": "^2.14.0", + "sort-package-json": "^2.15.0", "tailwindcss": "^4.0.6", "typescript": "~5.7.3", "typescript-eslint": "^8.24.1",