From ac332621118ea6b8f01541e9e63692077a8517e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:59:57 +0800 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group with 2 updates (#47298) Updates the requirements on [husky](https://github.com/typicode/husky) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `husky` to 9.0.9 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.0.9) Updates `stylelint` to 16.2.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.2.0...16.2.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: stylelint dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index efd0479baa..d5b312a9b5 100644 --- a/package.json +++ b/package.json @@ -253,7 +253,7 @@ "glob": "^10.3.10", "html2sketch": "^1.0.2", "http-server": "^14.1.1", - "husky": "^9.0.7", + "husky": "^9.0.9", "identity-obj-proxy": "^3.0.0", "immer": "^10.0.3", "inquirer": "^9.2.13", @@ -317,7 +317,7 @@ "sharp": "^0.33.2", "simple-git": "^3.22.0", "size-limit": "^11.0.2", - "stylelint": "^16.2.0", + "stylelint": "^16.2.1", "stylelint-config-rational-order": "^0.1.2", "stylelint-config-standard": "^36.0.0", "stylelint-prettier": "^5.0.0",