git.fiddlerwoaroof.com
Browse code

chore: bump eslint-plugin-react from 7.27.1 to 7.28.0

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.27.1 to 7.28.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0)

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

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

dependabot[bot] authored on 30/12/2021 09:25:22
Showing 1 changed files
... ...
@@ -5572,9 +5572,9 @@
5572 5572
       }
5573 5573
     },
5574 5574
     "eslint-plugin-react": {
5575
-      "version": "7.27.1",
5576
-      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz",
5577
-      "integrity": "sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==",
5575
+      "version": "7.28.0",
5576
+      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz",
5577
+      "integrity": "sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==",
5578 5578
       "dev": true,
5579 5579
       "requires": {
5580 5580
         "array-includes": "^3.1.4",
... ...
@@ -6630,9 +6630,9 @@
6630 6630
       }
6631 6631
     },
6632 6632
     "is-negative-zero": {
6633
-      "version": "2.0.1",
6634
-      "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
6635
-      "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==",
6633
+      "version": "2.0.2",
6634
+      "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
6635
+      "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
6636 6636
       "dev": true
6637 6637
     },
6638 6638
     "is-number": {
... ...
@@ -6757,12 +6757,35 @@
6757 6757
       "dev": true
6758 6758
     },
6759 6759
     "is-weakref": {
6760
-      "version": "1.0.1",
6761
-      "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.1.tgz",
6762
-      "integrity": "sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==",
6760
+      "version": "1.0.2",
6761
+      "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
6762
+      "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
6763 6763
       "dev": true,
6764 6764
       "requires": {
6765
-        "call-bind": "^1.0.0"
6765
+        "call-bind": "^1.0.2"
6766
+      },
6767
+      "dependencies": {
6768
+        "call-bind": {
6769
+          "version": "1.0.2",
6770
+          "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
6771
+          "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
6772
+          "dev": true,
6773
+          "requires": {
6774
+            "function-bind": "^1.1.1",
6775
+            "get-intrinsic": "^1.0.2"
6776
+          }
6777
+        },
6778
+        "get-intrinsic": {
6779
+          "version": "1.1.1",
6780
+          "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
6781
+          "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
6782
+          "dev": true,
6783
+          "requires": {
6784
+            "function-bind": "^1.1.1",
6785
+            "has": "^1.0.3",
6786
+            "has-symbols": "^1.0.1"
6787
+          }
6788
+        }
6766 6789
       }
6767 6790
     },
6768 6791
     "is-windows": {
... ...
@@ -8905,9 +8928,9 @@
8905 8928
       }
8906 8929
     },
8907 8930
     "object-inspect": {
8908
-      "version": "1.11.0",
8909
-      "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
8910
-      "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
8931
+      "version": "1.12.0",
8932
+      "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
8933
+      "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==",
8911 8934
       "dev": true
8912 8935
     },
8913 8936
     "object-keys": {
... ...
@@ -9310,14 +9333,14 @@
9310 9333
       }
9311 9334
     },
9312 9335
     "prop-types": {
9313
-      "version": "15.7.2",
9314
-      "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
9315
-      "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
9336
+      "version": "15.8.0",
9337
+      "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.0.tgz",
9338
+      "integrity": "sha512-fDGekdaHh65eI3lMi5OnErU6a8Ighg2KjcjQxO7m8VHyWjcPyj5kiOgV1LQDOOOgVy3+5FgjXvdSSX7B8/5/4g==",
9316 9339
       "dev": true,
9317 9340
       "requires": {
9318 9341
         "loose-envify": "^1.4.0",
9319 9342
         "object-assign": "^4.1.1",
9320
-        "react-is": "^16.8.1"
9343
+        "react-is": "^16.13.1"
9321 9344
       }
9322 9345
     },
9323 9346
     "psl": {