From 3c8f9419a969d933459cecf5075616f8d9ddbe26 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Thu, 2 Jul 2020 06:24:12 -0700 Subject: [PATCH] [deps:upgrade] --- package.json | 6 +++--- yarn.lock | 38 +++++++++++++++++++++++++------------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 693e264..d980cd9 100644 --- a/package.json +++ b/package.json @@ -20,15 +20,15 @@ "contributors": [], "license": "MIT", "dependencies": { - "github-reserved-names": "^1.1.5" + "github-reserved-names": "^1.1.9" }, "devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "del": "^5.1.0", - "eslint": "7.2.0", + "eslint": "7.3.1", "eslint-config-airbnb-base": "14.2.0", - "eslint-plugin-import": "^2.18.2", + "eslint-plugin-import": "^2.22.0", "express": "^4.17.1", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 6e553ed..6b394db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1022,6 +1022,11 @@ ansi-colors@^1.0.1: dependencies: ansi-wrap "^0.1.0" +ansi-colors@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" + integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== + ansi-cyan@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873" @@ -3166,6 +3171,13 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1: dependencies: once "^1.4.0" +enquirer@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" + integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== + dependencies: + ansi-colors "^4.1.1" + entities@^1.1.1, entities@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" @@ -3309,10 +3321,10 @@ eslint-module-utils@^2.6.0: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-import@^2.18.2: - version "2.21.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.2.tgz#8fef77475cc5510801bedc95f84b932f7f334a7c" - integrity sha512-FEmxeGI6yaz+SnEB6YgNHlQK1Bs2DKLM+YF+vuTk5H8J9CLbJLtlPvRFgZZ2+sXiKAlN5dpdlrWOjK8ZoZJpQA== +eslint-plugin-import@^2.22.0: + version "2.22.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e" + integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== dependencies: array-includes "^3.1.1" array.prototype.flat "^1.2.3" @@ -3355,10 +3367,10 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa" integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ== -eslint@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6" - integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ== +eslint@7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.3.1.tgz#76392bd7e44468d046149ba128d1566c59acbe19" + integrity sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.10.0" @@ -3366,6 +3378,7 @@ eslint@7.2.0: cross-spawn "^7.0.2" debug "^4.0.1" doctrine "^3.0.0" + enquirer "^2.3.5" eslint-scope "^5.1.0" eslint-utils "^2.0.0" eslint-visitor-keys "^1.2.0" @@ -3379,7 +3392,6 @@ eslint@7.2.0: ignore "^4.0.6" import-fresh "^3.0.0" imurmurhash "^0.1.4" - inquirer "^7.0.0" is-glob "^4.0.0" js-yaml "^3.13.1" json-stable-stringify-without-jsonify "^1.0.1" @@ -3959,10 +3971,10 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -github-reserved-names@^1.1.5: - version "1.1.8" - resolved "https://registry.yarnpkg.com/github-reserved-names/-/github-reserved-names-1.1.8.tgz#15f83892fab9c4377847d870486df98e15306a86" - integrity sha512-RF8Tokf+s4Dp3GqGL+0LiKytYrJSHnRQU+4BbtYuefY6SI38PScovoIdNYMm/ghu9EgJ+hARBhyWOcZrD+4/tw== +github-reserved-names@^1.1.9: + version "1.1.9" + resolved "https://registry.yarnpkg.com/github-reserved-names/-/github-reserved-names-1.1.9.tgz#e3f505b3db2fde4474115e2041ef9d90b7295eaf" + integrity sha512-MBo4yD+PLu2zqmMfFkT+kbV3SOl5jMVyZKbgwmFGucEPthj/N/8bLes7KOFxDSiGpj2DNsuxkarW7RIbq/Chng== dependencies: meow "^5.0.0"