git.fiddlerwoaroof.com
Browse code

chore(deps-dev): bump eslint from 7.2.0 to 7.3.1

Bumps [eslint](https://github.com/eslint/eslint) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.2.0...v7.3.1)

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

dependabot-preview[bot] authored on 23/06/2020 15:37:25
Showing 2 changed files
... ...
@@ -7207,6 +7207,15 @@
7207 7207
         }
7208 7208
       }
7209 7209
     },
7210
+    "enquirer": {
7211
+      "version": "2.3.5",
7212
+      "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.5.tgz",
7213
+      "integrity": "sha512-BNT1C08P9XD0vNg3J475yIUG+mVdp9T6towYFHUv897X0KoHBjB1shyrNmhmtHWKP17iSWgo7Gqh7BBuzLZMSA==",
7214
+      "dev": true,
7215
+      "requires": {
7216
+        "ansi-colors": "^3.2.1"
7217
+      }
7218
+    },
7210 7219
     "entities": {
7211 7220
       "version": "1.1.2",
7212 7221
       "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
... ...
@@ -7426,9 +7435,9 @@
7426 7435
       }
7427 7436
     },
7428 7437
     "eslint": {
7429
-      "version": "7.2.0",
7430
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.2.0.tgz",
7431
-      "integrity": "sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==",
7438
+      "version": "7.3.1",
7439
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.1.tgz",
7440
+      "integrity": "sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==",
7432 7441
       "dev": true,
7433 7442
       "requires": {
7434 7443
         "@babel/code-frame": "^7.0.0",
... ...
@@ -7437,6 +7446,7 @@
7437 7446
         "cross-spawn": "^7.0.2",
7438 7447
         "debug": "^4.0.1",
7439 7448
         "doctrine": "^3.0.0",
7449
+        "enquirer": "^2.3.5",
7440 7450
         "eslint-scope": "^5.1.0",
7441 7451
         "eslint-utils": "^2.0.0",
7442 7452
         "eslint-visitor-keys": "^1.2.0",
... ...
@@ -7450,7 +7460,6 @@
7450 7460
         "ignore": "^4.0.6",
7451 7461
         "import-fresh": "^3.0.0",
7452 7462
         "imurmurhash": "^0.1.4",
7453
-        "inquirer": "^7.0.0",
7454 7463
         "is-glob": "^4.0.0",
7455 7464
         "js-yaml": "^3.13.1",
7456 7465
         "json-stable-stringify-without-jsonify": "^1.0.1",
... ...
@@ -41,7 +41,7 @@
41 41
     "enzyme": "^3.10.0",
42 42
     "enzyme-adapter-react-16": "^1.14.0",
43 43
     "enzyme-to-json": "^3.4.4",
44
-    "eslint": "^7.2.0",
44
+    "eslint": "^7.3.1",
45 45
     "eslint-plugin-flowtype": "^5.1.3",
46 46
     "eslint-plugin-import": "^2.21.2",
47 47
     "eslint-plugin-react": "^7.20.0",