git.fiddlerwoaroof.com
Browse code

Bump eslint-plugin-react from 7.14.2 to 7.14.3

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.14.2 to 7.14.3.
- [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.14.2...v7.14.3)

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

dependabot-preview[bot] authored on 23/07/2019 10:57:38
Showing 1 changed files
... ...
@@ -3430,9 +3430,9 @@
3430 3430
       }
3431 3431
     },
3432 3432
     "eslint-plugin-react": {
3433
-      "version": "7.14.2",
3434
-      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz",
3435
-      "integrity": "sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA==",
3433
+      "version": "7.14.3",
3434
+      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz",
3435
+      "integrity": "sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA==",
3436 3436
       "dev": true,
3437 3437
       "requires": {
3438 3438
         "array-includes": "^3.0.3",
... ...
@@ -3456,15 +3456,6 @@
3456 3456
             "object-assign": "^4.1.1",
3457 3457
             "react-is": "^16.8.1"
3458 3458
           }
3459
-        },
3460
-        "resolve": {
3461
-          "version": "1.11.1",
3462
-          "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz",
3463
-          "integrity": "sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==",
3464
-          "dev": true,
3465
-          "requires": {
3466
-            "path-parse": "^1.0.6"
3467
-          }
3468 3459
         }
3469 3460
       }
3470 3461
     },
... ...
@@ -5831,12 +5822,13 @@
5831 5822
       }
5832 5823
     },
5833 5824
     "jsx-ast-utils": {
5834
-      "version": "2.1.0",
5835
-      "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.1.0.tgz",
5836
-      "integrity": "sha512-yDGDG2DS4JcqhA6blsuYbtsT09xL8AoLuUR2Gb5exrw7UEM19sBcOTq+YBBhrNbl0PUC4R4LnFu+dHg2HKeVvA==",
5825
+      "version": "2.2.1",
5826
+      "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz",
5827
+      "integrity": "sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==",
5837 5828
       "dev": true,
5838 5829
       "requires": {
5839
-        "array-includes": "^3.0.3"
5830
+        "array-includes": "^3.0.3",
5831
+        "object.assign": "^4.1.0"
5840 5832
       }
5841 5833
     },
5842 5834
     "kind-of": {