diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-12 19:51:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-12 19:51:22 +0200 |
| commit | dd3022d680e28f88000ae1333b29e9382a3fd9f3 (patch) | |
| tree | f18e482fa4a95cd7b22e9f00940ee1994b34057f /client | |
| parent | de8a3de15adbb5b72dd106444e3d0a70bfd196b5 (diff) | |
[upd] web-client (simple): Bump sort-package-json in /client/simple (#6246)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'client')
| -rw-r--r-- | client/simple/package-lock.json | 10 | ||||
| -rw-r--r-- | 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", |
