Skip to content

Commit 943e764

Browse files
authored
Merge pull request #66 from napi-rs/dependabot/npm_and_yarn/eslint-7.3.1
chore(deps-dev): bump eslint from 7.2.0 to 7.3.1
2 parents b6a9de7 + 45670a6 commit 943e764

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

yarn.lock

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ ansi-escapes@^3.2.0:
14341434
resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
14351435
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
14361436

1437-
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
1437+
ansi-escapes@^4.3.0:
14381438
version "4.3.1"
14391439
resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61"
14401440
integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==
@@ -3038,16 +3038,17 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0:
30383038
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
30393039

30403040
eslint@^7.2.0:
3041-
version "7.2.0"
3042-
resolved "https://registry.npmjs.org/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
3043-
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
3041+
version "7.3.1"
3042+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.3.1.tgz#76392bd7e44468d046149ba128d1566c59acbe19"
3043+
integrity sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==
30443044
dependencies:
30453045
"@babel/code-frame" "^7.0.0"
30463046
ajv "^6.10.0"
30473047
chalk "^4.0.0"
30483048
cross-spawn "^7.0.2"
30493049
debug "^4.0.1"
30503050
doctrine "^3.0.0"
3051+
enquirer "^2.3.5"
30513052
eslint-scope "^5.1.0"
30523053
eslint-utils "^2.0.0"
30533054
eslint-visitor-keys "^1.2.0"
@@ -3061,7 +3062,6 @@ eslint@^7.2.0:
30613062
ignore "^4.0.6"
30623063
import-fresh "^3.0.0"
30633064
imurmurhash "^0.1.4"
3064-
inquirer "^7.0.0"
30653065
is-glob "^4.0.0"
30663066
js-yaml "^3.13.1"
30673067
json-stable-stringify-without-jsonify "^1.0.1"
@@ -3284,7 +3284,7 @@ figures@^2.0.0:
32843284
dependencies:
32853285
escape-string-regexp "^1.0.5"
32863286

3287-
figures@^3.0.0, figures@^3.2.0:
3287+
figures@^3.2.0:
32883288
version "3.2.0"
32893289
resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
32903290
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
@@ -4079,25 +4079,6 @@ inquirer@^6.2.0:
40794079
strip-ansi "^5.1.0"
40804080
through "^2.3.6"
40814081

4082-
inquirer@^7.0.0:
4083-
version "7.1.0"
4084-
resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
4085-
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
4086-
dependencies:
4087-
ansi-escapes "^4.2.1"
4088-
chalk "^3.0.0"
4089-
cli-cursor "^3.1.0"
4090-
cli-width "^2.0.0"
4091-
external-editor "^3.0.3"
4092-
figures "^3.0.0"
4093-
lodash "^4.17.15"
4094-
mute-stream "0.0.8"
4095-
run-async "^2.4.0"
4096-
rxjs "^6.5.3"
4097-
string-width "^4.1.0"
4098-
strip-ansi "^6.0.0"
4099-
through "^2.3.6"
4100-
41014082
41024083
version "1.1.5"
41034084
resolved "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
@@ -6608,7 +6589,7 @@ rimraf@^3.0.0:
66086589
dependencies:
66096590
glob "^7.1.3"
66106591

6611-
run-async@^2.2.0, run-async@^2.4.0:
6592+
run-async@^2.2.0:
66126593
version "2.4.1"
66136594
resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
66146595
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
@@ -6625,7 +6606,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
66256606
dependencies:
66266607
aproba "^1.1.1"
66276608

6628-
rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.5.5:
6609+
rxjs@^6.4.0, rxjs@^6.5.5:
66296610
version "6.5.5"
66306611
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
66316612
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==

0 commit comments

Comments
 (0)