Skip to content

Commit 9234b47

Browse files
chore(deps): update dependency eslint-plugin-react to v7.30.1
1 parent 2eaa84f commit 9234b47

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-node": "11.1.0",
4646
"eslint-plugin-prettier": "4.0.0",
4747
"eslint-plugin-promise": "6.0.0",
48-
"eslint-plugin-react": "7.29.4",
48+
"eslint-plugin-react": "7.30.1",
4949
"eslint-plugin-react-hooks": "4.4.0",
5050
"eslint-plugin-standard": "4.1.0",
5151
"http-server": "14.1.0",

yarn.lock

+39-39
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ __metadata:
220220
eslint-plugin-node: 11.1.0
221221
eslint-plugin-prettier: 4.0.0
222222
eslint-plugin-promise: 6.0.0
223-
eslint-plugin-react: 7.29.4
223+
eslint-plugin-react: 7.30.1
224224
eslint-plugin-react-hooks: 4.4.0
225225
eslint-plugin-standard: 4.1.0
226226
http-server: 14.1.0
@@ -6503,14 +6503,15 @@ __metadata:
65036503
languageName: node
65046504
linkType: hard
65056505

6506-
"array.prototype.flatmap@npm:^1.2.5":
6507-
version: 1.2.5
6508-
resolution: "array.prototype.flatmap@npm:1.2.5"
6506+
"array.prototype.flatmap@npm:^1.3.0":
6507+
version: 1.3.0
6508+
resolution: "array.prototype.flatmap@npm:1.3.0"
65096509
dependencies:
6510-
call-bind: ^1.0.0
6510+
call-bind: ^1.0.2
65116511
define-properties: ^1.1.3
6512-
es-abstract: ^1.19.0
6513-
checksum: a14119a28e5687a13cf3fd6756a8e7810563a9e81cd4227e27a25c31d362df47ac72553f06a271fd728741e199047933ad43d561d64a28da0b4e1a26f74e939e
6512+
es-abstract: ^1.19.2
6513+
es-shim-unscopables: ^1.0.0
6514+
checksum: 818538f39409c4045d874be85df0dbd195e1446b14d22f95bdcfefea44ae77db44e42dcd89a559254ec5a7c8b338cfc986cc6d641e3472f9a5326b21eb2976a2
65146515
languageName: node
65156516
linkType: hard
65166517

@@ -9755,7 +9756,7 @@ __metadata:
97559756
languageName: node
97569757
linkType: hard
97579758

9758-
"es-abstract@npm:^1.19.5":
9759+
"es-abstract@npm:^1.19.2, es-abstract@npm:^1.19.5":
97599760
version: 1.20.1
97609761
resolution: "es-abstract@npm:1.20.1"
97619762
dependencies:
@@ -9793,6 +9794,15 @@ __metadata:
97939794
languageName: node
97949795
linkType: hard
97959796

9797+
"es-shim-unscopables@npm:^1.0.0":
9798+
version: 1.0.0
9799+
resolution: "es-shim-unscopables@npm:1.0.0"
9800+
dependencies:
9801+
has: ^1.0.3
9802+
checksum: 83e95cadbb6ee44d3644dfad60dcad7929edbc42c85e66c3e99aefd68a3a5c5665f2686885cddb47dfeabfd77bd5ea5a7060f2092a955a729bbd8834f0d86fa1
9803+
languageName: node
9804+
linkType: hard
9805+
97969806
"es-to-primitive@npm:^1.2.1":
97979807
version: 1.2.1
97989808
resolution: "es-to-primitive@npm:1.2.1"
@@ -10093,27 +10103,27 @@ __metadata:
1009310103
languageName: node
1009410104
linkType: hard
1009510105

10096-
"eslint-plugin-react@npm:7.29.4":
10097-
version: 7.29.4
10098-
resolution: "eslint-plugin-react@npm:7.29.4"
10106+
"eslint-plugin-react@npm:7.30.1":
10107+
version: 7.30.1
10108+
resolution: "eslint-plugin-react@npm:7.30.1"
1009910109
dependencies:
10100-
array-includes: ^3.1.4
10101-
array.prototype.flatmap: ^1.2.5
10110+
array-includes: ^3.1.5
10111+
array.prototype.flatmap: ^1.3.0
1010210112
doctrine: ^2.1.0
1010310113
estraverse: ^5.3.0
1010410114
jsx-ast-utils: ^2.4.1 || ^3.0.0
1010510115
minimatch: ^3.1.2
1010610116
object.entries: ^1.1.5
1010710117
object.fromentries: ^2.0.5
10108-
object.hasown: ^1.1.0
10118+
object.hasown: ^1.1.1
1010910119
object.values: ^1.1.5
1011010120
prop-types: ^15.8.1
1011110121
resolve: ^2.0.0-next.3
1011210122
semver: ^6.3.0
10113-
string.prototype.matchall: ^4.0.6
10123+
string.prototype.matchall: ^4.0.7
1011410124
peerDependencies:
1011510125
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
10116-
checksum: bb7d3715ccd7f3e0d7bfaa2125b26d96865695bcfea4a3d510a5763342a74ab5b99a88e13aad9245f9461ad87e4bce69c33fc946888115d576233f9b6e69700d
10126+
checksum: 553fb9ece6beb7c14cf6f84670c786c8ac978c2918421994dcc4edd2385302022e5d5ac4a39fafdb35954e29cecddefed61758040c3c530cafcf651f674a9d51
1011710127
languageName: node
1011810128
linkType: hard
1011910129

@@ -16618,13 +16628,13 @@ __metadata:
1661816628
languageName: node
1661916629
linkType: hard
1662016630

16621-
"object.hasown@npm:^1.1.0":
16622-
version: 1.1.0
16623-
resolution: "object.hasown@npm:1.1.0"
16631+
"object.hasown@npm:^1.1.1":
16632+
version: 1.1.1
16633+
resolution: "object.hasown@npm:1.1.1"
1662416634
dependencies:
16625-
define-properties: ^1.1.3
16626-
es-abstract: ^1.19.1
16627-
checksum: 5c5d0b1b793514609f7a635f3110fbd346e142c9afd2485b802775e1ef6c90e48ff6e8e8744927933370ba30964e21af9c5fcf782b47f34d650aa6b277565330
16635+
define-properties: ^1.1.4
16636+
es-abstract: ^1.19.5
16637+
checksum: d8ed4907ce57f48b93e3b53c418fd6787bf226a51e8d698c91e39b78e80fe5b124cb6282f6a9d5be21cf9e2c7829ab10206dcc6112b7748860eefe641880c793
1662816638
languageName: node
1662916639
linkType: hard
1663016640

@@ -18618,17 +18628,7 @@ __metadata:
1861818628
languageName: node
1861918629
linkType: hard
1862018630

18621-
"regexp.prototype.flags@npm:^1.3.1":
18622-
version: 1.3.1
18623-
resolution: "regexp.prototype.flags@npm:1.3.1"
18624-
dependencies:
18625-
call-bind: ^1.0.2
18626-
define-properties: ^1.1.3
18627-
checksum: 343595db5a6bbbb3bfbda881f9c74832cfa9fc0039e64a43843f6bb9158b78b921055266510800ed69d4997638890b17a46d55fd9f32961f53ae56ac3ec4dd05
18628-
languageName: node
18629-
linkType: hard
18630-
18631-
"regexp.prototype.flags@npm:^1.4.3":
18631+
"regexp.prototype.flags@npm:^1.4.1, regexp.prototype.flags@npm:^1.4.3":
1863218632
version: 1.4.3
1863318633
resolution: "regexp.prototype.flags@npm:1.4.3"
1863418634
dependencies:
@@ -20102,19 +20102,19 @@ __metadata:
2010220102
languageName: node
2010320103
linkType: hard
2010420104

20105-
"string.prototype.matchall@npm:^4.0.6":
20106-
version: 4.0.6
20107-
resolution: "string.prototype.matchall@npm:4.0.6"
20105+
"string.prototype.matchall@npm:^4.0.7":
20106+
version: 4.0.7
20107+
resolution: "string.prototype.matchall@npm:4.0.7"
2010820108
dependencies:
2010920109
call-bind: ^1.0.2
2011020110
define-properties: ^1.1.3
2011120111
es-abstract: ^1.19.1
2011220112
get-intrinsic: ^1.1.1
20113-
has-symbols: ^1.0.2
20113+
has-symbols: ^1.0.3
2011420114
internal-slot: ^1.0.3
20115-
regexp.prototype.flags: ^1.3.1
20115+
regexp.prototype.flags: ^1.4.1
2011620116
side-channel: ^1.0.4
20117-
checksum: 07aca53ddd8a096a8bd0560eb8574386c6b3887a6a06b40a98abd42c94dadeed3296261fca22fec59a1ed970d199bdeb450fcb6a7390193588d9c6b5f48fe842
20117+
checksum: fc09f3ccbfb325de0472bcc87a6be0598a7499e0b4a31db5789676155b15754a4cc4bb83924f15fc9ed48934dac7366ee52c8b9bd160bed6fd072c93b489e75c
2011820118
languageName: node
2011920119
linkType: hard
2012020120

0 commit comments

Comments
 (0)