From e6284a6d70f0d577726f9a107982cea91151f598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:50:51 +0000 Subject: [PATCH] Bump husky from 7.0.4 to 9.1.7 in /ui Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 16 ++++++++-------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index abe1fe4506b..1913a4ae551 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -54,7 +54,7 @@ "isomorphic-unfetch": "^4.0.2", "js-yaml": "^4.1.0", "jsonlint-mod": "^1.7.6", - "jss": "latest", + "jss": "*", "lodash": "^4.17.21", "mochawesome": "^7.1.3", "moment": "^2.29.4", @@ -67,7 +67,7 @@ "path-parse": "^1.0.7", "pluralize": "^8.0.0", "postcss": "^8.4.38", - "prop-types": "latest", + "prop-types": "*", "react": "^17.0.2", "react-big-calendar": "^1.13.4", "react-codemirror2": "^7.2.1", @@ -113,7 +113,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "http-proxy": "^1.18.1", - "husky": "^7.0.2", + "husky": "^9.1.7", "lint-staged": "^15.2.10", "node-polyfill-webpack-plugin": "^4.0.0", "nodemon": "^2.0.20", @@ -7850,15 +7850,15 @@ "license": "Unlicense" }, "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/ui/package.json b/ui/package.json index 33631f2f18a..8cdc78d9e2e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -131,7 +131,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "http-proxy": "^1.18.1", - "husky": "^7.0.2", + "husky": "^9.1.7", "lint-staged": "^15.2.10", "node-polyfill-webpack-plugin": "^4.0.0", "nodemon": "^2.0.20",