Skip to content

Commit 9b0f960

Browse files
chore(deps-dev): bump the dependencies group with 2 updates (#7393)
Bumps the dependencies group with 2 updates: [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and [husky](https://github.com/typicode/husky). Updates `eslint-plugin-react` from 7.35.2 to 7.36.1 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.35.2...v7.36.1) Updates `husky` from 9.1.5 to 9.1.6 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.5...v9.1.6) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2351d04 commit 9b0f960

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@
9797
"eslint-config-prettier": "^9.1.0",
9898
"eslint-plugin-cypress": "^3.5.0",
9999
"eslint-plugin-mdx": "^3.1.5",
100-
"eslint-plugin-react": "^7.35.2",
100+
"eslint-plugin-react": "^7.36.1",
101101
"eslint-plugin-react-hooks": "^4.6.2",
102102
"front-matter": "^4.0.2",
103103
"github-slugger": "^2.0.0",
104104
"globals": "^15.9.0",
105105
"html-webpack-plugin": "^5.5.4",
106106
"http-server": "^14.1.1",
107-
"husky": "^9.1.5",
107+
"husky": "^9.1.6",
108108
"hyperlink": "^5.0.4",
109109
"jest": "^29.7.0",
110110
"lightningcss": "^1.27.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5402,10 +5402,10 @@ eslint-plugin-react-hooks@^4.6.2:
54025402
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
54035403
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
54045404

5405-
eslint-plugin-react@^7.35.2:
5406-
version "7.35.2"
5407-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
5408-
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
5405+
eslint-plugin-react@^7.36.1:
5406+
version "7.36.1"
5407+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5"
5408+
integrity sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==
54095409
dependencies:
54105410
array-includes "^3.1.8"
54115411
array.prototype.findlast "^1.2.5"
@@ -6820,10 +6820,10 @@ human-signals@^5.0.0:
68206820
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
68216821
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
68226822

6823-
husky@^9.1.5:
6824-
version "9.1.5"
6825-
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.5.tgz#2b6edede53ee1adbbd3a3da490628a23f5243b83"
6826-
integrity sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==
6823+
husky@^9.1.6:
6824+
version "9.1.6"
6825+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.6.tgz#e23aa996b6203ab33534bdc82306b0cf2cb07d6c"
6826+
integrity sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==
68276827

68286828
hyperlink@^5.0.4:
68296829
version "5.0.4"

0 commit comments

Comments
 (0)