Skip to content

Commit 50b0ebb

Browse files
Merge pull request #393 from mit-dormcon/dependabot/npm_and_yarn/eslint-plugin-react-7.34.4
2 parents 7c017e7 + 53f8a4d commit 50b0ebb

File tree

2 files changed

+68
-75
lines changed

2 files changed

+68
-75
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@typescript-eslint/eslint-plugin": "^7.0.0",
6868
"@typescript-eslint/parser": "^6.21.0",
6969
"eslint": "^8.57.0",
70-
"eslint-plugin-react": "^7.34.3",
70+
"eslint-plugin-react": "^7.34.4",
7171
"prettier": "^3.3.3",
7272
"typescript": "^5.5.3"
7373
},

yarn.lock

Lines changed: 67 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -4328,6 +4328,58 @@ error-ex@^1.3.1:
43284328
dependencies:
43294329
is-arrayish "^0.2.1"
43304330

4331+
es-abstract@^1.17.5, es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3:
4332+
version "1.23.3"
4333+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
4334+
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
4335+
dependencies:
4336+
array-buffer-byte-length "^1.0.1"
4337+
arraybuffer.prototype.slice "^1.0.3"
4338+
available-typed-arrays "^1.0.7"
4339+
call-bind "^1.0.7"
4340+
data-view-buffer "^1.0.1"
4341+
data-view-byte-length "^1.0.1"
4342+
data-view-byte-offset "^1.0.0"
4343+
es-define-property "^1.0.0"
4344+
es-errors "^1.3.0"
4345+
es-object-atoms "^1.0.0"
4346+
es-set-tostringtag "^2.0.3"
4347+
es-to-primitive "^1.2.1"
4348+
function.prototype.name "^1.1.6"
4349+
get-intrinsic "^1.2.4"
4350+
get-symbol-description "^1.0.2"
4351+
globalthis "^1.0.3"
4352+
gopd "^1.0.1"
4353+
has-property-descriptors "^1.0.2"
4354+
has-proto "^1.0.3"
4355+
has-symbols "^1.0.3"
4356+
hasown "^2.0.2"
4357+
internal-slot "^1.0.7"
4358+
is-array-buffer "^3.0.4"
4359+
is-callable "^1.2.7"
4360+
is-data-view "^1.0.1"
4361+
is-negative-zero "^2.0.3"
4362+
is-regex "^1.1.4"
4363+
is-shared-array-buffer "^1.0.3"
4364+
is-string "^1.0.7"
4365+
is-typed-array "^1.1.13"
4366+
is-weakref "^1.0.2"
4367+
object-inspect "^1.13.1"
4368+
object-keys "^1.1.1"
4369+
object.assign "^4.1.5"
4370+
regexp.prototype.flags "^1.5.2"
4371+
safe-array-concat "^1.1.2"
4372+
safe-regex-test "^1.0.3"
4373+
string.prototype.trim "^1.2.9"
4374+
string.prototype.trimend "^1.0.8"
4375+
string.prototype.trimstart "^1.0.8"
4376+
typed-array-buffer "^1.0.2"
4377+
typed-array-byte-length "^1.0.1"
4378+
typed-array-byte-offset "^1.0.2"
4379+
typed-array-length "^1.0.6"
4380+
unbox-primitive "^1.0.2"
4381+
which-typed-array "^1.1.15"
4382+
43314383
es-abstract@^1.22.1:
43324384
version "1.22.3"
43334385
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.3.tgz#48e79f5573198de6dee3589195727f4f74bc4f32"
@@ -4420,58 +4472,6 @@ es-abstract@^1.22.3:
44204472
unbox-primitive "^1.0.2"
44214473
which-typed-array "^1.1.14"
44224474

4423-
es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3:
4424-
version "1.23.3"
4425-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
4426-
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
4427-
dependencies:
4428-
array-buffer-byte-length "^1.0.1"
4429-
arraybuffer.prototype.slice "^1.0.3"
4430-
available-typed-arrays "^1.0.7"
4431-
call-bind "^1.0.7"
4432-
data-view-buffer "^1.0.1"
4433-
data-view-byte-length "^1.0.1"
4434-
data-view-byte-offset "^1.0.0"
4435-
es-define-property "^1.0.0"
4436-
es-errors "^1.3.0"
4437-
es-object-atoms "^1.0.0"
4438-
es-set-tostringtag "^2.0.3"
4439-
es-to-primitive "^1.2.1"
4440-
function.prototype.name "^1.1.6"
4441-
get-intrinsic "^1.2.4"
4442-
get-symbol-description "^1.0.2"
4443-
globalthis "^1.0.3"
4444-
gopd "^1.0.1"
4445-
has-property-descriptors "^1.0.2"
4446-
has-proto "^1.0.3"
4447-
has-symbols "^1.0.3"
4448-
hasown "^2.0.2"
4449-
internal-slot "^1.0.7"
4450-
is-array-buffer "^3.0.4"
4451-
is-callable "^1.2.7"
4452-
is-data-view "^1.0.1"
4453-
is-negative-zero "^2.0.3"
4454-
is-regex "^1.1.4"
4455-
is-shared-array-buffer "^1.0.3"
4456-
is-string "^1.0.7"
4457-
is-typed-array "^1.1.13"
4458-
is-weakref "^1.0.2"
4459-
object-inspect "^1.13.1"
4460-
object-keys "^1.1.1"
4461-
object.assign "^4.1.5"
4462-
regexp.prototype.flags "^1.5.2"
4463-
safe-array-concat "^1.1.2"
4464-
safe-regex-test "^1.0.3"
4465-
string.prototype.trim "^1.2.9"
4466-
string.prototype.trimend "^1.0.8"
4467-
string.prototype.trimstart "^1.0.8"
4468-
typed-array-buffer "^1.0.2"
4469-
typed-array-byte-length "^1.0.1"
4470-
typed-array-byte-offset "^1.0.2"
4471-
typed-array-length "^1.0.6"
4472-
unbox-primitive "^1.0.2"
4473-
which-typed-array "^1.1.15"
4474-
44754475
es-define-property@^1.0.0:
44764476
version "1.0.0"
44774477
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
@@ -4580,10 +4580,10 @@ escape-string-regexp@^5.0.0:
45804580
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
45814581
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
45824582

4583-
eslint-plugin-react@^7.34.3:
4584-
version "7.34.3"
4585-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
4586-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
4583+
eslint-plugin-react@^7.34.4:
4584+
version "7.34.4"
4585+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
4586+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
45874587
dependencies:
45884588
array-includes "^3.1.8"
45894589
array.prototype.findlast "^1.2.5"
@@ -4593,16 +4593,17 @@ eslint-plugin-react@^7.34.3:
45934593
doctrine "^2.1.0"
45944594
es-iterator-helpers "^1.0.19"
45954595
estraverse "^5.3.0"
4596+
hasown "^2.0.2"
45964597
jsx-ast-utils "^2.4.1 || ^3.0.0"
45974598
minimatch "^3.1.2"
45984599
object.entries "^1.1.8"
45994600
object.fromentries "^2.0.8"
4600-
object.hasown "^1.1.4"
46014601
object.values "^1.2.0"
46024602
prop-types "^15.8.1"
46034603
resolve "^2.0.0-next.5"
46044604
semver "^6.3.1"
46054605
string.prototype.matchall "^4.0.11"
4606+
string.prototype.repeat "^1.0.0"
46064607

46074608
[email protected], eslint-scope@^5.1.1:
46084609
version "5.1.1"
@@ -5395,14 +5396,7 @@ has-yarn@^3.0.0:
53955396
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-3.0.0.tgz#c3c21e559730d1d3b57e28af1f30d06fac38147d"
53965397
integrity sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==
53975398

5398-
hasown@^2.0.0, hasown@^2.0.1:
5399-
version "2.0.1"
5400-
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.1.tgz#26f48f039de2c0f8d3356c223fb8d50253519faa"
5401-
integrity sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==
5402-
dependencies:
5403-
function-bind "^1.1.2"
5404-
5405-
hasown@^2.0.2:
5399+
hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
54065400
version "2.0.2"
54075401
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
54085402
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
@@ -7431,15 +7425,6 @@ object.fromentries@^2.0.8:
74317425
es-abstract "^1.23.2"
74327426
es-object-atoms "^1.0.0"
74337427

7434-
object.hasown@^1.1.4:
7435-
version "1.1.4"
7436-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
7437-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
7438-
dependencies:
7439-
define-properties "^1.2.1"
7440-
es-abstract "^1.23.2"
7441-
es-object-atoms "^1.0.0"
7442-
74437428
object.values@^1.1.6, object.values@^1.2.0:
74447429
version "1.2.0"
74457430
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
@@ -9163,6 +9148,14 @@ string.prototype.matchall@^4.0.11:
91639148
set-function-name "^2.0.2"
91649149
side-channel "^1.0.6"
91659150

9151+
string.prototype.repeat@^1.0.0:
9152+
version "1.0.0"
9153+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
9154+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
9155+
dependencies:
9156+
define-properties "^1.1.3"
9157+
es-abstract "^1.17.5"
9158+
91669159
string.prototype.trim@^1.2.8:
91679160
version "1.2.8"
91689161
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)