diff --git a/package-lock.json b/package-lock.json index 25ab0d6..0751f93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@octokit/plugin-throttling": "^11.0.0", "@octokit/rest": "^22.0.0", "axios": "^1.13.2", - "hasha": "^6.0.0", + "hasha": "^7.0.0", "lodash": "^4.17.21" }, "devDependencies": { @@ -1775,16 +1775,16 @@ } }, "node_modules/hasha": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hasha/-/hasha-6.0.0.tgz", - "integrity": "sha512-MLydoyGp9QJcjlhE5lsLHXYpWayjjWqkavzju2ZWD2tYa1CgmML1K1gWAu22BLFa2eZ0OfvJ/DlfoVjaD54U2Q==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-7.0.0.tgz", + "integrity": "sha512-+OPiRBbKJgGQRJ/IaYXmpnMlg7E+GPL38vVJx4Jcjnax4mrrYV0WteTMf57tgkKs10a1wWS4DOXCnDORWdIy4g==", "license": "MIT", "dependencies": { - "is-stream": "^3.0.0", - "type-fest": "^4.7.1" + "is-stream": "^4.0.1", + "type-fest": "^4.41.0" }, "engines": { - "node": ">=18" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -1884,12 +1884,12 @@ } }, "node_modules/is-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz", + "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==", "license": "MIT", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -2264,9 +2264,9 @@ } }, "node_modules/type-fest": { - "version": "4.40.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz", - "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" diff --git a/package.json b/package.json index 614bc7b..dd0e637 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@octokit/plugin-throttling": "^11.0.0", "@octokit/rest": "^22.0.0", "axios": "^1.13.2", - "hasha": "^6.0.0", + "hasha": "^7.0.0", "lodash": "^4.17.21" }, "devDependencies": {