Skip to content

Commit 1bacf0f

Browse files
committed
Update dependency eslint-plugin-react to v7.34.4
1 parent 15c8c26 commit 1bacf0f

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

zucchini-ui-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-jest": "28.6.0",
3535
"eslint-plugin-jest-dom": "5.4.0",
3636
"eslint-plugin-prettier": "5.1.3",
37-
"eslint-plugin-react": "7.34.3",
37+
"eslint-plugin-react": "7.34.4",
3838
"eslint-plugin-react-hooks": "4.6.2",
3939
"eslint-plugin-testing-library": "6.2.2",
4040
"eslint-webpack-plugin": "4.2.0",

zucchini-ui-frontend/yarn.lock

+66-66
Original file line numberDiff line numberDiff line change
@@ -4185,6 +4185,58 @@ error-ex@^1.3.1:
41854185
dependencies:
41864186
is-arrayish "^0.2.1"
41874187

4188+
es-abstract@^1.17.5, es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3:
4189+
version "1.23.3"
4190+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
4191+
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
4192+
dependencies:
4193+
array-buffer-byte-length "^1.0.1"
4194+
arraybuffer.prototype.slice "^1.0.3"
4195+
available-typed-arrays "^1.0.7"
4196+
call-bind "^1.0.7"
4197+
data-view-buffer "^1.0.1"
4198+
data-view-byte-length "^1.0.1"
4199+
data-view-byte-offset "^1.0.0"
4200+
es-define-property "^1.0.0"
4201+
es-errors "^1.3.0"
4202+
es-object-atoms "^1.0.0"
4203+
es-set-tostringtag "^2.0.3"
4204+
es-to-primitive "^1.2.1"
4205+
function.prototype.name "^1.1.6"
4206+
get-intrinsic "^1.2.4"
4207+
get-symbol-description "^1.0.2"
4208+
globalthis "^1.0.3"
4209+
gopd "^1.0.1"
4210+
has-property-descriptors "^1.0.2"
4211+
has-proto "^1.0.3"
4212+
has-symbols "^1.0.3"
4213+
hasown "^2.0.2"
4214+
internal-slot "^1.0.7"
4215+
is-array-buffer "^3.0.4"
4216+
is-callable "^1.2.7"
4217+
is-data-view "^1.0.1"
4218+
is-negative-zero "^2.0.3"
4219+
is-regex "^1.1.4"
4220+
is-shared-array-buffer "^1.0.3"
4221+
is-string "^1.0.7"
4222+
is-typed-array "^1.1.13"
4223+
is-weakref "^1.0.2"
4224+
object-inspect "^1.13.1"
4225+
object-keys "^1.1.1"
4226+
object.assign "^4.1.5"
4227+
regexp.prototype.flags "^1.5.2"
4228+
safe-array-concat "^1.1.2"
4229+
safe-regex-test "^1.0.3"
4230+
string.prototype.trim "^1.2.9"
4231+
string.prototype.trimend "^1.0.8"
4232+
string.prototype.trimstart "^1.0.8"
4233+
typed-array-buffer "^1.0.2"
4234+
typed-array-byte-length "^1.0.1"
4235+
typed-array-byte-offset "^1.0.2"
4236+
typed-array-length "^1.0.6"
4237+
unbox-primitive "^1.0.2"
4238+
which-typed-array "^1.1.15"
4239+
41884240
es-abstract@^1.19.0, es-abstract@^1.19.5:
41894241
version "1.20.1"
41904242
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
@@ -4261,58 +4313,6 @@ es-abstract@^1.22.1, es-abstract@^1.22.3:
42614313
unbox-primitive "^1.0.2"
42624314
which-typed-array "^1.1.14"
42634315

4264-
es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3:
4265-
version "1.23.3"
4266-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
4267-
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
4268-
dependencies:
4269-
array-buffer-byte-length "^1.0.1"
4270-
arraybuffer.prototype.slice "^1.0.3"
4271-
available-typed-arrays "^1.0.7"
4272-
call-bind "^1.0.7"
4273-
data-view-buffer "^1.0.1"
4274-
data-view-byte-length "^1.0.1"
4275-
data-view-byte-offset "^1.0.0"
4276-
es-define-property "^1.0.0"
4277-
es-errors "^1.3.0"
4278-
es-object-atoms "^1.0.0"
4279-
es-set-tostringtag "^2.0.3"
4280-
es-to-primitive "^1.2.1"
4281-
function.prototype.name "^1.1.6"
4282-
get-intrinsic "^1.2.4"
4283-
get-symbol-description "^1.0.2"
4284-
globalthis "^1.0.3"
4285-
gopd "^1.0.1"
4286-
has-property-descriptors "^1.0.2"
4287-
has-proto "^1.0.3"
4288-
has-symbols "^1.0.3"
4289-
hasown "^2.0.2"
4290-
internal-slot "^1.0.7"
4291-
is-array-buffer "^3.0.4"
4292-
is-callable "^1.2.7"
4293-
is-data-view "^1.0.1"
4294-
is-negative-zero "^2.0.3"
4295-
is-regex "^1.1.4"
4296-
is-shared-array-buffer "^1.0.3"
4297-
is-string "^1.0.7"
4298-
is-typed-array "^1.1.13"
4299-
is-weakref "^1.0.2"
4300-
object-inspect "^1.13.1"
4301-
object-keys "^1.1.1"
4302-
object.assign "^4.1.5"
4303-
regexp.prototype.flags "^1.5.2"
4304-
safe-array-concat "^1.1.2"
4305-
safe-regex-test "^1.0.3"
4306-
string.prototype.trim "^1.2.9"
4307-
string.prototype.trimend "^1.0.8"
4308-
string.prototype.trimstart "^1.0.8"
4309-
typed-array-buffer "^1.0.2"
4310-
typed-array-byte-length "^1.0.1"
4311-
typed-array-byte-offset "^1.0.2"
4312-
typed-array-length "^1.0.6"
4313-
unbox-primitive "^1.0.2"
4314-
which-typed-array "^1.1.15"
4315-
43164316
es-define-property@^1.0.0:
43174317
version "1.0.0"
43184318
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
@@ -4464,10 +4464,10 @@ eslint-plugin-react-hooks@4.6.2:
44644464
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
44654465
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
44664466

4467-
eslint-plugin-react@7.34.3:
4468-
version "7.34.3"
4469-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
4470-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
4467+
eslint-plugin-react@7.34.4:
4468+
version "7.34.4"
4469+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
4470+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
44714471
dependencies:
44724472
array-includes "^3.1.8"
44734473
array.prototype.findlast "^1.2.5"
@@ -4477,16 +4477,17 @@ eslint-plugin-react@7.34.3:
44774477
doctrine "^2.1.0"
44784478
es-iterator-helpers "^1.0.19"
44794479
estraverse "^5.3.0"
4480+
hasown "^2.0.2"
44804481
jsx-ast-utils "^2.4.1 || ^3.0.0"
44814482
minimatch "^3.1.2"
44824483
object.entries "^1.1.8"
44834484
object.fromentries "^2.0.8"
4484-
object.hasown "^1.1.4"
44854485
object.values "^1.2.0"
44864486
prop-types "^15.8.1"
44874487
resolve "^2.0.0-next.5"
44884488
semver "^6.3.1"
44894489
string.prototype.matchall "^4.0.11"
4490+
string.prototype.repeat "^1.0.0"
44904491

44914492
eslint-plugin-testing-library@6.2.2:
44924493
version "6.2.2"
@@ -6782,15 +6783,6 @@ object.fromentries@^2.0.8:
67826783
es-abstract "^1.23.2"
67836784
es-object-atoms "^1.0.0"
67846785

6785-
object.hasown@^1.1.4:
6786-
version "1.1.4"
6787-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
6788-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
6789-
dependencies:
6790-
define-properties "^1.2.1"
6791-
es-abstract "^1.23.2"
6792-
es-object-atoms "^1.0.0"
6793-
67946786
object.values@^1.2.0:
67956787
version "1.2.0"
67966788
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
@@ -8390,6 +8382,14 @@ string.prototype.matchall@^4.0.11:
83908382
set-function-name "^2.0.2"
83918383
side-channel "^1.0.6"
83928384

8385+
string.prototype.repeat@^1.0.0:
8386+
version "1.0.0"
8387+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
8388+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
8389+
dependencies:
8390+
define-properties "^1.1.3"
8391+
es-abstract "^1.17.5"
8392+
83938393
string.prototype.trim@^1.2.8:
83948394
version "1.2.8"
83958395
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)