Skip to content

Commit d62e2c7

Browse files
dependabot[bot]phlax
authored andcommitted
build(deps-dev): bump eslint-plugin-react-hooks in /single-page-app/ui
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7fe260 commit d62e2c7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
3333
"eslint-plugin-promise": "^6.6.0",
3434
"eslint-plugin-react": "^7.37.5",
35-
"eslint-plugin-react-hooks": "^7.0.0",
35+
"eslint-plugin-react-hooks": "^7.0.1",
3636
"eslint-plugin-react-refresh": "^0.4.24",
3737
"typescript": "*",
3838
"vite": "^7.1.12"

single-page-app/ui/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,16 +2766,16 @@ eslint-plugin-promise@^6.6.0:
27662766
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
27672767
integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==
27682768

2769-
eslint-plugin-react-hooks@^7.0.0:
2770-
version "7.0.0"
2771-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.0.tgz#a255a1db826ea42b0e37f160430e4bd0b4b659f9"
2772-
integrity sha512-fNXaOwvKwq2+pXiRpXc825Vd63+KM4DLL40Rtlycb8m7fYpp6efrTp1sa6ZbP/Ap58K2bEKFXRmhURE+CJAQWw==
2769+
eslint-plugin-react-hooks@^7.0.1:
2770+
version "7.0.1"
2771+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
2772+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
27732773
dependencies:
27742774
"@babel/core" "^7.24.4"
27752775
"@babel/parser" "^7.24.4"
27762776
hermes-parser "^0.25.1"
2777-
zod "^3.22.4 || ^4.0.0"
2778-
zod-validation-error "^3.0.3 || ^4.0.0"
2777+
zod "^3.25.0 || ^4.0.0"
2778+
zod-validation-error "^3.5.0 || ^4.0.0"
27792779

27802780
eslint-plugin-react-refresh@^0.4.24:
27812781
version "0.4.24"
@@ -5042,12 +5042,12 @@ yocto-queue@^0.1.0:
50425042
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
50435043
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
50445044

5045-
"zod-validation-error@^3.0.3 || ^4.0.0":
5045+
"zod-validation-error@^3.5.0 || ^4.0.0":
50465046
version "4.0.2"
50475047
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
50485048
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
50495049

5050-
"zod@^3.22.4 || ^4.0.0":
5050+
"zod@^3.25.0 || ^4.0.0":
50515051
version "4.1.12"
50525052
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
50535053
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==

0 commit comments

Comments
 (0)