git.fiddlerwoaroof.com
Browse code

chore: bump eslint-plugin-react from 7.33.1 to 7.33.2

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.1 to 7.33.2.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.1...v7.33.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] authored on 19/08/2023 06:29:27
Showing 1 changed files
... ...
@@ -3104,6 +3104,15 @@
3104 3104
         "url": "https://github.com/sponsors/ljharb"
3105 3105
       }
3106 3106
     },
3107
+    "node_modules/asynciterator.prototype": {
3108
+      "version": "1.0.0",
3109
+      "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz",
3110
+      "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==",
3111
+      "dev": true,
3112
+      "dependencies": {
3113
+        "has-symbols": "^1.0.3"
3114
+      }
3115
+    },
3107 3116
     "node_modules/available-typed-arrays": {
3108 3117
       "version": "1.0.5",
3109 3118
       "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
... ...
@@ -3804,6 +3813,28 @@
3804 3813
         "url": "https://github.com/sponsors/ljharb"
3805 3814
       }
3806 3815
     },
3816
+    "node_modules/es-iterator-helpers": {
3817
+      "version": "1.0.13",
3818
+      "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz",
3819
+      "integrity": "sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==",
3820
+      "dev": true,
3821
+      "dependencies": {
3822
+        "asynciterator.prototype": "^1.0.0",
3823
+        "call-bind": "^1.0.2",
3824
+        "define-properties": "^1.2.0",
3825
+        "es-abstract": "^1.21.3",
3826
+        "es-set-tostringtag": "^2.0.1",
3827
+        "function-bind": "^1.1.1",
3828
+        "get-intrinsic": "^1.2.1",
3829
+        "globalthis": "^1.0.3",
3830
+        "has-property-descriptors": "^1.0.0",
3831
+        "has-proto": "^1.0.1",
3832
+        "has-symbols": "^1.0.3",
3833
+        "internal-slot": "^1.0.5",
3834
+        "iterator.prototype": "^1.1.0",
3835
+        "safe-array-concat": "^1.0.0"
3836
+      }
3837
+    },
3807 3838
     "node_modules/es-set-tostringtag": {
3808 3839
       "version": "2.0.1",
3809 3840
       "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
... ...
@@ -3917,15 +3948,16 @@
3917 3948
       }
3918 3949
     },
3919 3950
     "node_modules/eslint-plugin-react": {
3920
-      "version": "7.33.1",
3921
-      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz",
3922
-      "integrity": "sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==",
3951
+      "version": "7.33.2",
3952
+      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz",
3953
+      "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==",
3923 3954
       "dev": true,
3924 3955
       "dependencies": {
3925 3956
         "array-includes": "^3.1.6",
3926 3957
         "array.prototype.flatmap": "^1.3.1",
3927 3958
         "array.prototype.tosorted": "^1.1.1",
3928 3959
         "doctrine": "^2.1.0",
3960
+        "es-iterator-helpers": "^1.0.12",
3929 3961
         "estraverse": "^5.3.0",
3930 3962
         "jsx-ast-utils": "^2.4.1 || ^3.0.0",
3931 3963
         "minimatch": "^3.1.2",
... ...
@@ -4757,6 +4789,21 @@
4757 4789
       "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
4758 4790
       "dev": true
4759 4791
     },
4792
+    "node_modules/is-async-function": {
4793
+      "version": "2.0.0",
4794
+      "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
4795
+      "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
4796
+      "dev": true,
4797
+      "dependencies": {
4798
+        "has-tostringtag": "^1.0.0"
4799
+      },
4800
+      "engines": {
4801
+        "node": ">= 0.4"
4802
+      },
4803
+      "funding": {
4804
+        "url": "https://github.com/sponsors/ljharb"
4805
+      }
4806
+    },
4760 4807
     "node_modules/is-bigint": {
4761 4808
       "version": "1.0.4",
4762 4809
       "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
... ...
@@ -4846,6 +4893,18 @@
4846 4893
         "node": ">=0.10.0"
4847 4894
       }
4848 4895
     },
4896
+    "node_modules/is-finalizationregistry": {
4897
+      "version": "1.0.2",
4898
+      "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
4899
+      "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
4900
+      "dev": true,
4901
+      "dependencies": {
4902
+        "call-bind": "^1.0.2"
4903
+      },
4904
+      "funding": {
4905
+        "url": "https://github.com/sponsors/ljharb"
4906
+      }
4907
+    },
4849 4908
     "node_modules/is-fullwidth-code-point": {
4850 4909
       "version": "3.0.0",
4851 4910
       "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
... ...
@@ -4864,6 +4923,21 @@
4864 4923
         "node": ">=6"
4865 4924
       }
4866 4925
     },
4926
+    "node_modules/is-generator-function": {
4927
+      "version": "1.0.10",
4928
+      "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
4929
+      "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
4930
+      "dev": true,
4931
+      "dependencies": {
4932
+        "has-tostringtag": "^1.0.0"
4933
+      },
4934
+      "engines": {
4935
+        "node": ">= 0.4"
4936
+      },
4937
+      "funding": {
4938
+        "url": "https://github.com/sponsors/ljharb"
4939
+      }
4940
+    },
4867 4941
     "node_modules/is-glob": {
4868 4942
       "version": "4.0.3",
4869 4943
       "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
... ...
@@ -4876,6 +4950,15 @@
4876 4950
         "node": ">=0.10.0"
4877 4951
       }
4878 4952
     },
4953
+    "node_modules/is-map": {
4954
+      "version": "2.0.2",
4955
+      "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
4956
+      "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
4957
+      "dev": true,
4958
+      "funding": {
4959
+        "url": "https://github.com/sponsors/ljharb"
4960
+      }
4961
+    },
4879 4962
     "node_modules/is-negative-zero": {
4880 4963
       "version": "2.0.2",
4881 4964
       "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
... ...
@@ -4937,6 +5020,15 @@
4937 5020
         "url": "https://github.com/sponsors/ljharb"
4938 5021
       }
4939 5022
     },
5023
+    "node_modules/is-set": {
5024
+      "version": "2.0.2",
5025
+      "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
5026
+      "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
5027
+      "dev": true,
5028
+      "funding": {
5029
+        "url": "https://github.com/sponsors/ljharb"
5030
+      }
5031
+    },
4940 5032
     "node_modules/is-shared-array-buffer": {
4941 5033
       "version": "1.0.2",
4942 5034
       "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
... ...
@@ -5006,6 +5098,15 @@
5006 5098
         "url": "https://github.com/sponsors/ljharb"
5007 5099
       }
5008 5100
     },
5101
+    "node_modules/is-weakmap": {
5102
+      "version": "2.0.1",
5103
+      "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
5104
+      "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
5105
+      "dev": true,
5106
+      "funding": {
5107
+        "url": "https://github.com/sponsors/ljharb"
5108
+      }
5109
+    },
5009 5110
     "node_modules/is-weakref": {
5010 5111
       "version": "1.0.2",
5011 5112
       "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
... ...
@@ -5018,6 +5119,19 @@
5018 5119
         "url": "https://github.com/sponsors/ljharb"
5019 5120
       }
5020 5121
     },
5122
+    "node_modules/is-weakset": {
5123
+      "version": "2.0.2",
5124
+      "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
5125
+      "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
5126
+      "dev": true,
5127
+      "dependencies": {
5128
+        "call-bind": "^1.0.2",
5129
+        "get-intrinsic": "^1.1.1"
5130
+      },
5131
+      "funding": {
5132
+        "url": "https://github.com/sponsors/ljharb"
5133
+      }
5134
+    },
5021 5135
     "node_modules/isarray": {
5022 5136
       "version": "2.0.5",
5023 5137
       "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
... ...
@@ -5165,6 +5279,19 @@
5165 5279
         "node": ">=8"
5166 5280
       }
5167 5281
     },
5282
+    "node_modules/iterator.prototype": {
5283
+      "version": "1.1.0",
5284
+      "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.0.tgz",
5285
+      "integrity": "sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==",
5286
+      "dev": true,
5287
+      "dependencies": {
5288
+        "define-properties": "^1.1.4",
5289
+        "get-intrinsic": "^1.1.3",
5290
+        "has-symbols": "^1.0.3",
5291
+        "has-tostringtag": "^1.0.0",
5292
+        "reflect.getprototypeof": "^1.0.3"
5293
+      }
5294
+    },
5168 5295
     "node_modules/jest": {
5169 5296
       "version": "29.6.2",
5170 5297
       "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.2.tgz",
... ...
@@ -10699,6 +10826,26 @@
10699 10826
         "node": ">=8.10.0"
10700 10827
       }
10701 10828
     },
10829
+    "node_modules/reflect.getprototypeof": {
10830
+      "version": "1.0.3",
10831
+      "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz",
10832
+      "integrity": "sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==",
10833
+      "dev": true,
10834
+      "dependencies": {
10835
+        "call-bind": "^1.0.2",
10836
+        "define-properties": "^1.1.4",
10837
+        "es-abstract": "^1.20.4",
10838
+        "get-intrinsic": "^1.1.1",
10839
+        "globalthis": "^1.0.3",
10840
+        "which-builtin-type": "^1.1.3"
10841
+      },
10842
+      "engines": {
10843
+        "node": ">= 0.4"
10844
+      },
10845
+      "funding": {
10846
+        "url": "https://github.com/sponsors/ljharb"
10847
+      }
10848
+    },
10702 10849
     "node_modules/regenerate": {
10703 10850
       "version": "1.4.2",
10704 10851
       "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
... ...
@@ -11502,6 +11649,47 @@
11502 11649
         "url": "https://github.com/sponsors/ljharb"
11503 11650
       }
11504 11651
     },
11652
+    "node_modules/which-builtin-type": {
11653
+      "version": "1.1.3",
11654
+      "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
11655
+      "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
11656
+      "dev": true,
11657
+      "dependencies": {
11658
+        "function.prototype.name": "^1.1.5",
11659
+        "has-tostringtag": "^1.0.0",
11660
+        "is-async-function": "^2.0.0",
11661
+        "is-date-object": "^1.0.5",
11662
+        "is-finalizationregistry": "^1.0.2",
11663
+        "is-generator-function": "^1.0.10",
11664
+        "is-regex": "^1.1.4",
11665
+        "is-weakref": "^1.0.2",
11666
+        "isarray": "^2.0.5",
11667
+        "which-boxed-primitive": "^1.0.2",
11668
+        "which-collection": "^1.0.1",
11669
+        "which-typed-array": "^1.1.9"
11670
+      },
11671
+      "engines": {
11672
+        "node": ">= 0.4"
11673
+      },
11674
+      "funding": {
11675
+        "url": "https://github.com/sponsors/ljharb"
11676
+      }
11677
+    },
11678
+    "node_modules/which-collection": {
11679
+      "version": "1.0.1",
11680
+      "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
11681
+      "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
11682
+      "dev": true,
11683
+      "dependencies": {
11684
+        "is-map": "^2.0.1",
11685
+        "is-set": "^2.0.1",
11686
+        "is-weakmap": "^2.0.1",
11687
+        "is-weakset": "^2.0.1"
11688
+      },
11689
+      "funding": {
11690
+        "url": "https://github.com/sponsors/ljharb"
11691
+      }
11692
+    },
11505 11693
     "node_modules/which-typed-array": {
11506 11694
       "version": "1.1.11",
11507 11695
       "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz",