diff --git a/package-lock.json b/package-lock.json index 16fbfc4b..6abe4c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "parse-help": "^2.0.0", "read-package-up": "^11.0.0", "root-check": "^2.0.0", - "sort-on": "^6.1.1", + "sort-on": "^7.0.0", "string-length": "^6.0.0", "titleize": "^4.0.0", "update-notifier": "^7.3.1", @@ -13355,15 +13355,45 @@ } }, "node_modules/sort-on": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/sort-on/-/sort-on-6.1.1.tgz", - "integrity": "sha512-PB8pVvXAoRBijBCvuKJnmo06D8mSnQlLij0abfB2VdOpfFm29sPGYD4ft2prUPo1AZXTnkn3pP48AppRWyMkrw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/sort-on/-/sort-on-7.0.0.tgz", + "integrity": "sha512-e+4RRxt7jsWdGPp4H5PKOER/ELYlemNB1plvW686Qi3j4WVaCjCpro2zaTD7Cn0VtBImq/hg3x1JfovMNXXfJQ==", "license": "MIT", "dependencies": { - "dot-prop": "^9.0.0" + "dot-prop": "^10.1.0" }, "engines": { - "node": ">=18" + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/sort-on/node_modules/dot-prop": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz", + "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==", + "license": "MIT", + "dependencies": { + "type-fest": "^5.0.0" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/sort-on/node_modules/type-fest": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.1.0.tgz", + "integrity": "sha512-wQ531tuWvB6oK+pchHIu5lHe5f5wpSCqB8Kf4dWQRbOYc9HTge7JL0G4Qd44bh6QuJCccIzL3bugb8GI0MwHrg==", + "license": "(MIT OR CC0-1.0)", + "dependencies": { + "tagged-tag": "^1.0.0" + }, + "engines": { + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -13943,6 +13973,18 @@ "url": "https://opencollective.com/synckit" } }, + "node_modules/tagged-tag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz", + "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==", + "license": "MIT", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/tapable": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", diff --git a/package.json b/package.json index 373cf2af..9735bf00 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "parse-help": "^2.0.0", "read-package-up": "^11.0.0", "root-check": "^2.0.0", - "sort-on": "^6.1.1", + "sort-on": "^7.0.0", "string-length": "^6.0.0", "titleize": "^4.0.0", "update-notifier": "^7.3.1",