From a9f4bd75a1d20d80d001c4151167f4812c347fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20St=C3=B6lzle?= Date: Tue, 13 Feb 2024 08:11:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- packages/vartastorage/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a37043c..8745c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-github": "^4.10.1", "eslint-plugin-react": "^7.33.2", - "husky": "^8.0.3" + "husky": "^9.0.10" }, "engines": { "node": ">=18", @@ -2086,9 +2086,9 @@ } }, "node_modules/got": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/got/-/got-14.0.0.tgz", - "integrity": "sha512-X01vTgaX9SwaMq5DfImvS+3GMQFFs5HtrrlS9CuzUSzkxAf/tWGEyynuI+Qy7BjciMczZGjyVSmawYbP4eYhYA==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/got/-/got-14.2.0.tgz", + "integrity": "sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw==", "dependencies": { "@sindresorhus/is": "^6.1.0", "@szmarczak/http-timer": "^5.0.1", @@ -2225,15 +2225,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", + "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -4040,7 +4040,7 @@ "version": "5.3.3", "license": "MIT", "dependencies": { - "got": "^14.0.0" + "got": "^14.2.0" }, "engines": { "node": ">=18", diff --git a/package.json b/package.json index 8a2665e..26eaa85 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-github": "^4.10.1", "eslint-plugin-react": "^7.33.2", - "husky": "^8.0.3" + "husky": "^9.0.10" }, "husky": { "hooks": { diff --git a/packages/vartastorage/package.json b/packages/vartastorage/package.json index bb0df59..c169fe6 100644 --- a/packages/vartastorage/package.json +++ b/packages/vartastorage/package.json @@ -32,7 +32,7 @@ "test": "eslint '*.jsx'" }, "dependencies": { - "got": "^14.0.0" + "got": "^14.2.0" }, "prettier": "@github/prettier-config" }