Skip to content

Commit e86de3b

Browse files
committed
Update dependency eslint-plugin-react to v7.33.2
1 parent a6feea4 commit e86de3b

File tree

2 files changed

+127
-8
lines changed

2 files changed

+127
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"babel-eslint": "10.1.0",
3636
"eslint": "8.47.0",
3737
"eslint-plugin-ghost": "3.3.0",
38-
"eslint-plugin-react": "7.33.1"
38+
"eslint-plugin-react": "7.33.2"
3939
},
4040
"dependencies": {
4141
"@tryghost/helpers": "1.1.85",

yarn.lock

Lines changed: 126 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,6 +3087,13 @@ async@^3.2.4:
30873087
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
30883088
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
30893089

3090+
asynciterator.prototype@^1.0.0:
3091+
version "1.0.0"
3092+
resolved "https://registry.yarnpkg.com/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz#8c5df0514936cdd133604dfcc9d3fb93f09b2b62"
3093+
integrity sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==
3094+
dependencies:
3095+
has-symbols "^1.0.3"
3096+
30903097
asynckit@^0.4.0:
30913098
version "0.4.0"
30923099
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -4919,7 +4926,7 @@ error-stack-parser@^2.0.6, error-stack-parser@^2.1.4:
49194926
dependencies:
49204927
stackframe "^1.3.4"
49214928

4922-
es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2:
4929+
es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2, es-abstract@^1.21.3:
49234930
version "1.22.1"
49244931
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
49254932
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
@@ -4964,6 +4971,22 @@ es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2:
49644971
unbox-primitive "^1.0.2"
49654972
which-typed-array "^1.1.10"
49664973

4974+
es-iterator-helpers@^1.0.12:
4975+
version "1.0.12"
4976+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.12.tgz#272f7270f270f4d63dd8aa718228ffa901fd086e"
4977+
integrity sha512-T6Ldv67RYULYtZ1k1omngDTVQSTVNX/ZSjDiwlw0PMokhy8kq2LFElleaEjpvlSaXh9ugJ4zrBgbQ7L+Bjdm3Q==
4978+
dependencies:
4979+
asynciterator.prototype "^1.0.0"
4980+
es-abstract "^1.21.3"
4981+
es-set-tostringtag "^2.0.1"
4982+
function-bind "^1.1.1"
4983+
globalthis "^1.0.3"
4984+
has-proto "^1.0.1"
4985+
has-symbols "^1.0.3"
4986+
internal-slot "^1.0.5"
4987+
iterator.prototype "^1.1.0"
4988+
safe-array-concat "^1.0.0"
4989+
49674990
es-module-lexer@^1.2.1:
49684991
version "1.3.0"
49694992
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.3.0.tgz#6be9c9e0b4543a60cd166ff6f8b4e9dae0b0c16f"
@@ -5222,15 +5245,16 @@ eslint-plugin-react-hooks@^4.6.0:
52225245
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
52235246
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
52245247

5225-
[email protected].1, eslint-plugin-react@^7.30.1:
5226-
version "7.33.1"
5227-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#bc27cccf860ae45413a4a4150bf0977345c1ceab"
5228-
integrity sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==
5248+
[email protected].2, eslint-plugin-react@^7.30.1:
5249+
version "7.33.2"
5250+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
5251+
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
52295252
dependencies:
52305253
array-includes "^3.1.6"
52315254
array.prototype.flatmap "^1.3.1"
52325255
array.prototype.tosorted "^1.1.1"
52335256
doctrine "^2.1.0"
5257+
es-iterator-helpers "^1.0.12"
52345258
estraverse "^5.3.0"
52355259
jsx-ast-utils "^2.4.1 || ^3.0.0"
52365260
minimatch "^3.1.2"
@@ -7146,6 +7170,13 @@ is-arrayish@^0.3.1:
71467170
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
71477171
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
71487172

7173+
is-async-function@^2.0.0:
7174+
version "2.0.0"
7175+
resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646"
7176+
integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==
7177+
dependencies:
7178+
has-tostringtag "^1.0.0"
7179+
71497180
is-bigint@^1.0.1:
71507181
version "1.0.4"
71517182
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
@@ -7194,7 +7225,7 @@ is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.9.0:
71947225
dependencies:
71957226
has "^1.0.3"
71967227

7197-
is-date-object@^1.0.1:
7228+
is-date-object@^1.0.1, is-date-object@^1.0.5:
71987229
version "1.0.5"
71997230
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
72007231
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
@@ -7216,11 +7247,25 @@ is-extglob@^2.1.1:
72167247
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
72177248
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
72187249

7250+
is-finalizationregistry@^1.0.2:
7251+
version "1.0.2"
7252+
resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6"
7253+
integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==
7254+
dependencies:
7255+
call-bind "^1.0.2"
7256+
72197257
is-fullwidth-code-point@^3.0.0:
72207258
version "3.0.0"
72217259
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
72227260
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
72237261

7262+
is-generator-function@^1.0.10:
7263+
version "1.0.10"
7264+
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
7265+
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
7266+
dependencies:
7267+
has-tostringtag "^1.0.0"
7268+
72247269
is-glob@^2.0.0:
72257270
version "2.0.1"
72267271
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -7262,6 +7307,11 @@ is-lower-case@^2.0.2:
72627307
dependencies:
72637308
tslib "^2.0.3"
72647309

7310+
is-map@^2.0.1:
7311+
version "2.0.2"
7312+
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
7313+
integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==
7314+
72657315
is-negative-zero@^2.0.2:
72667316
version "2.0.2"
72677317
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
@@ -7343,6 +7393,11 @@ is-root@^2.1.0:
73437393
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
73447394
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
73457395

7396+
is-set@^2.0.1:
7397+
version "2.0.2"
7398+
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec"
7399+
integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==
7400+
73467401
is-shared-array-buffer@^1.0.2:
73477402
version "1.0.2"
73487403
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
@@ -7426,13 +7481,26 @@ is-valid-path@^0.1.1:
74267481
dependencies:
74277482
is-invalid-path "^0.1.0"
74287483

7484+
is-weakmap@^2.0.1:
7485+
version "2.0.1"
7486+
resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.1.tgz#5008b59bdc43b698201d18f62b37b2ca243e8cf2"
7487+
integrity sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==
7488+
74297489
is-weakref@^1.0.2:
74307490
version "1.0.2"
74317491
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
74327492
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
74337493
dependencies:
74347494
call-bind "^1.0.2"
74357495

7496+
is-weakset@^2.0.1:
7497+
version "2.0.2"
7498+
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.2.tgz#4569d67a747a1ce5a994dfd4ef6dcea76e7c0a1d"
7499+
integrity sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==
7500+
dependencies:
7501+
call-bind "^1.0.2"
7502+
get-intrinsic "^1.1.1"
7503+
74367504
is-windows@^1.0.1:
74377505
version "1.0.2"
74387506
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -7486,6 +7554,17 @@ [email protected]:
74867554
editions "^1.1.1"
74877555
textextensions "1 || 2"
74887556

7557+
iterator.prototype@^1.1.0:
7558+
version "1.1.0"
7559+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.0.tgz#690c88b043d821f783843aaf725d7ac3b62e3b46"
7560+
integrity sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==
7561+
dependencies:
7562+
define-properties "^1.1.4"
7563+
get-intrinsic "^1.1.3"
7564+
has-symbols "^1.0.3"
7565+
has-tostringtag "^1.0.0"
7566+
reflect.getprototypeof "^1.0.3"
7567+
74897568
javascript-stringify@^2.0.1:
74907569
version "2.1.0"
74917570
resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79"
@@ -9584,6 +9663,18 @@ [email protected]:
95849663
dependencies:
95859664
"@babel/runtime" "^7.9.2"
95869665

9666+
reflect.getprototypeof@^1.0.3:
9667+
version "1.0.3"
9668+
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz#2738fd896fcc3477ffbd4190b40c2458026b6928"
9669+
integrity sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==
9670+
dependencies:
9671+
call-bind "^1.0.2"
9672+
define-properties "^1.1.4"
9673+
es-abstract "^1.20.4"
9674+
get-intrinsic "^1.1.1"
9675+
globalthis "^1.0.3"
9676+
which-builtin-type "^1.1.3"
9677+
95879678
regenerate-unicode-properties@^10.1.0:
95889679
version "10.1.0"
95899680
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c"
@@ -11285,12 +11376,40 @@ which-boxed-primitive@^1.0.2:
1128511376
is-string "^1.0.5"
1128611377
is-symbol "^1.0.3"
1128711378

11379+
which-builtin-type@^1.1.3:
11380+
version "1.1.3"
11381+
resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b"
11382+
integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==
11383+
dependencies:
11384+
function.prototype.name "^1.1.5"
11385+
has-tostringtag "^1.0.0"
11386+
is-async-function "^2.0.0"
11387+
is-date-object "^1.0.5"
11388+
is-finalizationregistry "^1.0.2"
11389+
is-generator-function "^1.0.10"
11390+
is-regex "^1.1.4"
11391+
is-weakref "^1.0.2"
11392+
isarray "^2.0.5"
11393+
which-boxed-primitive "^1.0.2"
11394+
which-collection "^1.0.1"
11395+
which-typed-array "^1.1.9"
11396+
11397+
which-collection@^1.0.1:
11398+
version "1.0.1"
11399+
resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.1.tgz#70eab71ebbbd2aefaf32f917082fc62cdcb70906"
11400+
integrity sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==
11401+
dependencies:
11402+
is-map "^2.0.1"
11403+
is-set "^2.0.1"
11404+
is-weakmap "^2.0.1"
11405+
is-weakset "^2.0.1"
11406+
1128811407
which-module@^2.0.0:
1128911408
version "2.0.1"
1129011409
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409"
1129111410
integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
1129211411

11293-
which-typed-array@^1.1.10, which-typed-array@^1.1.11:
11412+
which-typed-array@^1.1.10, which-typed-array@^1.1.11, which-typed-array@^1.1.9:
1129411413
version "1.1.11"
1129511414
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a"
1129611415
integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==

0 commit comments

Comments
 (0)