From 3f1c26997965cc545bdfd79965dafdf188ef396a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:38:51 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package-lock.json | 18 ++++++------------ package.json | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 456c863a46..9b78fc914f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,6 @@ "@fortawesome/free-regular-svg-icons": "6.5.1", "@fortawesome/free-solid-svg-icons": "6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@openedx/brand-openedx": "^1.2.3", "axios-mock-adapter": "1.22.0", "babel-polyfill": "6.26.0", "react-responsive": "8.2.0", @@ -30,7 +29,7 @@ "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "10.4.9", - "husky": "8.0.3", + "husky": "9.0.11", "jest": "29.7.0", "jest-chain": "1.1.6", "prop-types": "15.8.1", @@ -4233,11 +4232,6 @@ "node": ">= 8" } }, - "node_modules/@openedx/brand-openedx": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-1.2.3.tgz", - "integrity": "sha512-Dn9CtpC8fovh++Xi4NF5NJoeR9yU2yXZnV9IujxIyGd/dn0Phq5t6dzJVfupwq09mpDnzJv7egA8Znz/3ljO+w==" - }, "node_modules/@openedx/frontend-build": { "version": "13.1.0", "resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-13.1.0.tgz", @@ -13340,15 +13334,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.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 2848e54b73..35d405cb59 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "10.4.9", - "husky": "8.0.3", + "husky": "9.0.11", "jest": "29.7.0", "jest-chain": "1.1.6", "prop-types": "15.8.1",