Skip to content

Commit 3635b72

Browse files
committed
chore(deps): update dependency eslint to v7.3.0
1 parent d6848ed commit 3635b72

File tree

3 files changed

+15
-27
lines changed

3 files changed

+15
-27
lines changed

packages/shipjs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/preset-env": "7.10.2",
3030
"babel-eslint": "10.1.0",
3131
"babel-jest": "26.0.1",
32-
"eslint": "7.2.0",
32+
"eslint": "7.3.0",
3333
"eslint-config-algolia": "16.0.0",
3434
"eslint-config-prettier": "6.11.0",
3535
"eslint-plugin-eslint-comments": "3.2.0",

packages/shipjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@babel/preset-env": "7.10.2",
6767
"babel-eslint": "10.1.0",
6868
"babel-jest": "26.0.1",
69-
"eslint": "7.2.0",
69+
"eslint": "7.3.0",
7070
"eslint-config-algolia": "16.0.0",
7171
"eslint-config-prettier": "6.11.0",
7272
"eslint-plugin-eslint-comments": "3.2.0",

yarn.lock

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3774,7 +3774,7 @@ ansi-align@^3.0.0:
37743774
dependencies:
37753775
string-width "^3.0.0"
37763776

3777-
ansi-colors@^3.0.0:
3777+
ansi-colors@^3.0.0, ansi-colors@^3.2.1:
37783778
version "3.2.4"
37793779
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
37803780
integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
@@ -6286,6 +6286,13 @@ enhanced-resolve@^4.1.0:
62866286
memory-fs "^0.5.0"
62876287
tapable "^1.0.0"
62886288

6289+
enquirer@^2.3.5:
6290+
version "2.3.5"
6291+
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.5.tgz#3ab2b838df0a9d8ab9e7dff235b0e8712ef92381"
6292+
integrity sha512-BNT1C08P9XD0vNg3J475yIUG+mVdp9T6towYFHUv897X0KoHBjB1shyrNmhmtHWKP17iSWgo7Gqh7BBuzLZMSA==
6293+
dependencies:
6294+
ansi-colors "^3.2.1"
6295+
62896296
entities@^1.1.1, entities@~1.1.1:
62906297
version "1.1.2"
62916298
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
@@ -6522,17 +6529,18 @@ eslint-visitor-keys@^1.2.0:
65226529
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
65236530
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
65246531

6525-
eslint@7.2.0:
6526-
version "7.2.0"
6527-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
6528-
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
6532+
eslint@7.3.0:
6533+
version "7.3.0"
6534+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.3.0.tgz#f9f1fc3dc1227985d0db88769f2bbac7b4b875d7"
6535+
integrity sha512-dJMVXwfU5PT1cj2Nv2VPPrKahKTGdX+5Dh0Q3YuKt+Y2UhdL2YbzsVaBMyG9HC0tBismlv/r1+eZqs6SMIV38Q==
65296536
dependencies:
65306537
"@babel/code-frame" "^7.0.0"
65316538
ajv "^6.10.0"
65326539
chalk "^4.0.0"
65336540
cross-spawn "^7.0.2"
65346541
debug "^4.0.1"
65356542
doctrine "^3.0.0"
6543+
enquirer "^2.3.5"
65366544
eslint-scope "^5.1.0"
65376545
eslint-utils "^2.0.0"
65386546
eslint-visitor-keys "^1.2.0"
@@ -6546,7 +6554,6 @@ [email protected]:
65466554
ignore "^4.0.6"
65476555
import-fresh "^3.0.0"
65486556
imurmurhash "^0.1.4"
6549-
inquirer "^7.0.0"
65506557
is-glob "^4.0.0"
65516558
js-yaml "^3.13.1"
65526559
json-stable-stringify-without-jsonify "^1.0.1"
@@ -8034,25 +8041,6 @@ inquirer@^6.2.0:
80348041
strip-ansi "^5.1.0"
80358042
through "^2.3.6"
80368043

8037-
inquirer@^7.0.0:
8038-
version "7.0.0"
8039-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
8040-
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
8041-
dependencies:
8042-
ansi-escapes "^4.2.1"
8043-
chalk "^2.4.2"
8044-
cli-cursor "^3.1.0"
8045-
cli-width "^2.0.0"
8046-
external-editor "^3.0.3"
8047-
figures "^3.0.0"
8048-
lodash "^4.17.15"
8049-
mute-stream "0.0.8"
8050-
run-async "^2.2.0"
8051-
rxjs "^6.4.0"
8052-
string-width "^4.1.0"
8053-
strip-ansi "^5.1.0"
8054-
through "^2.3.6"
8055-
80568044
inquirer@^7.0.4:
80578045
version "7.0.5"
80588046
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.5.tgz#fb95b238ba19966c1a1f55db53c3f0ce5c9e4275"

0 commit comments

Comments
 (0)