git.fiddlerwoaroof.com
Browse code

Bump eslint-plugin-react from 7.13.0 to 7.14.0

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.13.0 to 7.14.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.13.0...v7.14.0)

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

dependabot-preview[bot] authored on 24/06/2019 06:30:25
Showing 1 changed files
... ...
@@ -3411,16 +3411,18 @@
3411 3411
       }
3412 3412
     },
3413 3413
     "eslint-plugin-react": {
3414
-      "version": "7.13.0",
3415
-      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.13.0.tgz",
3416
-      "integrity": "sha512-uA5LrHylu8lW/eAH3bEQe9YdzpPaFd9yAJTwTi/i/BKTD7j6aQMKVAdGM/ML72zD6womuSK7EiGtMKuK06lWjQ==",
3414
+      "version": "7.14.0",
3415
+      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.14.0.tgz",
3416
+      "integrity": "sha512-MbPYPGsOteqqnFZx4lGLw6izxcWv6onLsil/6iX6+CaZAzMxOwsPja1Xg25cVCJ4jwKBDhJXe+ZAn6HAjGHSCw==",
3417 3417
       "dev": true,
3418 3418
       "requires": {
3419 3419
         "array-includes": "^3.0.3",
3420 3420
         "doctrine": "^2.1.0",
3421 3421
         "has": "^1.0.3",
3422 3422
         "jsx-ast-utils": "^2.1.0",
3423
+        "object.entries": "^1.1.0",
3423 3424
         "object.fromentries": "^2.0.0",
3425
+        "object.values": "^1.1.0",
3424 3426
         "prop-types": "^15.7.2",
3425 3427
         "resolve": "^1.10.1"
3426 3428
       },
... ...
@@ -3437,9 +3439,9 @@
3437 3439
           }
3438 3440
         },
3439 3441
         "resolve": {
3440
-          "version": "1.11.0",
3441
-          "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz",
3442
-          "integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==",
3442
+          "version": "1.11.1",
3443
+          "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz",
3444
+          "integrity": "sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==",
3443 3445
           "dev": true,
3444 3446
           "requires": {
3445 3447
             "path-parse": "^1.0.6"