From bb58bc5875cd09801429bf2d80f57ed4633d6968 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:00:16 +0000 Subject: [PATCH] renovate: update dependency hasha to v6 --- package-lock.json | 46 ++++++++++++++++++++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b97929..a068eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "bunny-client", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bunny-client", - "version": "0.0.21", + "version": "0.0.22", "license": "CC BY-NC-SA 4.0", "dependencies": { "camelcase-keys": "^8.0.2", "deepmerge-ts": "^5.1.0", - "hasha": "^5.2.2", + "hasha": "^6.0.0", "normalize-path": "^3.0.0", "ts-custom-error": "^3.3.1", "untypeable": "^0.2.1" @@ -5750,26 +5750,31 @@ } }, "node_modules/hasha": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz", - "integrity": "sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-6.0.0.tgz", + "integrity": "sha512-MLydoyGp9QJcjlhE5lsLHXYpWayjjWqkavzju2ZWD2tYa1CgmML1K1gWAu22BLFa2eZ0OfvJ/DlfoVjaD54U2Q==", + "license": "MIT", "dependencies": { - "is-stream": "^2.0.0", - "type-fest": "^0.8.0" + "is-stream": "^3.0.0", + "type-fest": "^4.7.1" }, "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/hasha/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "node_modules/hasha/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==", + "license": "MIT", "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/hasown": { @@ -6395,6 +6400,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, "engines": { "node": ">=8" }, @@ -9760,6 +9766,18 @@ "node": ">= 0.8.0" } }, + "node_modules/type-fest": { + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.22.1.tgz", + "integrity": "sha512-9tHNEa0Ov81YOopiVkcCJVz5TM6AEQ+CHHjFIktqPnE3NV0AHIkx+gh9tiCl58m/66wWxkOC9eltpa75J4lQPA==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/typed-array-buffer": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", diff --git a/package.json b/package.json index a0f269d..b8312c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunny-client", - "version": "0.0.21", + "version": "0.0.22", "private": false, "description": "TypeScript API Client for BunnyCDN 🐰", "keywords": [ @@ -67,7 +67,7 @@ "dependencies": { "camelcase-keys": "^8.0.2", "deepmerge-ts": "^5.1.0", - "hasha": "^5.2.2", + "hasha": "^6.0.0", "normalize-path": "^3.0.0", "ts-custom-error": "^3.3.1", "untypeable": "^0.2.1"