git.fiddlerwoaroof.com
Browse code

build(deps-dev): bump eslint-plugin-react from 7.20.6 to 7.21.2

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.6 to 7.21.2.
- [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/commits)

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

dependabot-preview[bot] authored on 25/09/2020 01:52:37
Showing 1 changed files
... ...
@@ -4372,9 +4372,9 @@
4372 4372
       }
4373 4373
     },
4374 4374
     "eslint-plugin-react": {
4375
-      "version": "7.20.6",
4376
-      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz",
4377
-      "integrity": "sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==",
4375
+      "version": "7.21.2",
4376
+      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.2.tgz",
4377
+      "integrity": "sha512-j3XKvrK3rpBzveKFbgAeGsWb9uz6iUOrR0jixRfjwdFeGSRsXvVTFtHDQYCjsd1/6Z/xvb8Vy3LiI5Reo7fDrg==",
4378 4378
       "dev": true,
4379 4379
       "requires": {
4380 4380
         "array-includes": "^3.1.1",
... ...
@@ -5209,9 +5209,9 @@
5209 5209
       "dev": true
5210 5210
     },
5211 5211
     "is-callable": {
5212
-      "version": "1.2.0",
5213
-      "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz",
5214
-      "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==",
5212
+      "version": "1.2.2",
5213
+      "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz",
5214
+      "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==",
5215 5215
       "dev": true
5216 5216
     },
5217 5217
     "is-ci": {
... ...
@@ -5308,6 +5308,12 @@
5308 5308
         "is-extglob": "^2.1.1"
5309 5309
       }
5310 5310
     },
5311
+    "is-negative-zero": {
5312
+      "version": "2.0.0",
5313
+      "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz",
5314
+      "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=",
5315
+      "dev": true
5316
+    },
5311 5317
     "is-number": {
5312 5318
       "version": "3.0.0",
5313 5319
       "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
... ...
@@ -8319,13 +8325,35 @@
8319 8325
       "optional": true
8320 8326
     },
8321 8327
     "side-channel": {
8322
-      "version": "1.0.2",
8323
-      "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.2.tgz",
8324
-      "integrity": "sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==",
8328
+      "version": "1.0.3",
8329
+      "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.3.tgz",
8330
+      "integrity": "sha512-A6+ByhlLkksFoUepsGxfj5x1gTSrs+OydsRptUxeNCabQpCFUvcwIczgOigI8vhY/OJCnPnyE9rGiwgvr9cS1g==",
8325 8331
       "dev": true,
8326 8332
       "requires": {
8327
-        "es-abstract": "^1.17.0-next.1",
8328
-        "object-inspect": "^1.7.0"
8333
+        "es-abstract": "^1.18.0-next.0",
8334
+        "object-inspect": "^1.8.0"
8335
+      },
8336
+      "dependencies": {
8337
+        "es-abstract": {
8338
+          "version": "1.18.0-next.0",
8339
+          "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.0.tgz",
8340
+          "integrity": "sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==",
8341
+          "dev": true,
8342
+          "requires": {
8343
+            "es-to-primitive": "^1.2.1",
8344
+            "function-bind": "^1.1.1",
8345
+            "has": "^1.0.3",
8346
+            "has-symbols": "^1.0.1",
8347
+            "is-callable": "^1.2.0",
8348
+            "is-negative-zero": "^2.0.0",
8349
+            "is-regex": "^1.1.1",
8350
+            "object-inspect": "^1.8.0",
8351
+            "object-keys": "^1.1.1",
8352
+            "object.assign": "^4.1.0",
8353
+            "string.prototype.trimend": "^1.0.1",
8354
+            "string.prototype.trimstart": "^1.0.1"
8355
+          }
8356
+        }
8329 8357
       }
8330 8358
     },
8331 8359
     "signal-exit": {