From 21205c1e61c2054b7c18134e19025b3e128f3e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:23:35 +0000 Subject: [PATCH] [upd] web-client (simple): Bump sort-package-json in /client/simple Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 3.6.1 to 4.0.0. - [Release notes](https://github.com/keithamus/sort-package-json/releases) - [Commits](https://github.com/keithamus/sort-package-json/compare/v3.6.1...v4.0.0) --- updated-dependencies: - dependency-name: sort-package-json dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/simple/package-lock.json | 10 +++++----- client/simple/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json index 4f8173e69..c0d44df6c 100644 --- a/client/simple/package-lock.json +++ b/client/simple/package-lock.json @@ -23,7 +23,7 @@ "less": "^4.6.4", "mathjs": "^15.2.0", "sharp": "~0.34.5", - "sort-package-json": "^3.6.1", + "sort-package-json": "^4.0.0", "stylelint": "^17.12.0", "stylelint-config-standard-less": "^4.1.0", "stylelint-prettier": "^5.0.3", @@ -3944,9 +3944,9 @@ "license": "MIT" }, "node_modules/sort-package-json": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-3.6.1.tgz", - "integrity": "sha512-Chgejw1+10p2D0U2tB7au1lHtz6TkFnxmvZktyBCRyV0GgmF6nl1IxXxAsPtJVsUyg/fo+BfCMAVVFUVRkAHrQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-4.0.0.tgz", + "integrity": "sha512-6aYOlYI9AWioZ+rzu+4zKLmoFqJP0/fHDxrd7X04yqEibikY+5YVF0EYlyGn4v6X2PJY7yAUWV7oeP+i5rOm/g==", "dev": true, "license": "MIT", "dependencies": { @@ -3962,7 +3962,7 @@ "sort-package-json": "cli.js" }, "engines": { - "node": ">=20" + "node": ">=22" } }, "node_modules/sort-package-json/node_modules/semver": { diff --git a/client/simple/package.json b/client/simple/package.json index 5dd4a34f2..762fdc98e 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -37,7 +37,7 @@ "less": "^4.6.4", "mathjs": "^15.2.0", "sharp": "~0.34.5", - "sort-package-json": "^3.6.1", + "sort-package-json": "^4.0.0", "stylelint": "^17.12.0", "stylelint-config-standard-less": "^4.1.0", "stylelint-prettier": "^5.0.3",