Skip to content

Commit b0f5690

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 387e73e commit b0f5690

File tree

2 files changed

+49
-32
lines changed

2 files changed

+49
-32
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@
6262
"@commitlint/config-conventional": "^7.6.0",
6363
"@nuxtjs/eslint-config": "^0.0.1",
6464
"babel-eslint": "^10.0.1",
65-
"codecov": "^3.4.0",
65+
"codecov": "^3.5.0",
6666
"eslint": "^5.16.0",
6767
"eslint-config-standard": "^12.0.0",
68-
"eslint-plugin-import": "^2.17.2",
69-
"eslint-plugin-jest": "^22.5.1",
70-
"eslint-plugin-node": "^9.0.1",
68+
"eslint-plugin-import": "^2.17.3",
69+
"eslint-plugin-jest": "^22.6.4",
70+
"eslint-plugin-node": "^9.1.0",
7171
"eslint-plugin-promise": "^4.1.1",
7272
"eslint-plugin-standard": "^4.0.0",
7373
"eslint-plugin-vue": "^5.2.2",
7474
"get-port": "^5.0.0",
75-
"husky": "^2.2.0",
75+
"husky": "^2.3.0",
7676
"jest": "^24.8.0",
7777
"jsdom": "^15.1.0",
7878
"nuxt-edge": "^2.4.0-25811407.6d8da0ed",

yarn.lock

+44-27
Original file line numberDiff line numberDiff line change
@@ -2695,14 +2695,14 @@ code-point-at@^1.0.0:
26952695
resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
26962696
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
26972697

2698-
codecov@^3.4.0:
2699-
version "3.4.0"
2700-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.4.0.tgz#7d16d9d82b0ce20efe5dbf66245a9740779ff61b"
2701-
integrity sha512-+vtyL1B11MWiRIBaPnsIALKKpLFck9m6QdyI20ZnG8WqLG2cxwCTW9x/LbG4Ht8b81equZWw5xLcr+0BIvmdJQ==
2698+
codecov@^3.5.0:
2699+
version "3.5.0"
2700+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.5.0.tgz#3d0748932f9cb41e1ad7f21fa346ef1b2b1bed47"
2701+
integrity sha512-/OsWOfIHaQIr7aeZ4pY0UC1PZT6kimoKFOFYFNb6wxo3iw12nRrh+mNGH72rnXxNsq6SGfesVPizm/6Q3XqcFQ==
27022702
dependencies:
27032703
argv "^0.0.2"
27042704
ignore-walk "^3.0.1"
2705-
js-yaml "^3.13.0"
2705+
js-yaml "^3.13.1"
27062706
teeny-request "^3.11.3"
27072707
urlgrey "^0.4.4"
27082708

@@ -4062,10 +4062,10 @@ eslint-plugin-es@^1.4.0:
40624062
eslint-utils "^1.3.0"
40634063
regexpp "^2.0.1"
40644064

4065-
eslint-plugin-import@^2.17.2:
4066-
version "2.17.2"
4067-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz#d227d5c6dc67eca71eb590d2bb62fb38d86e9fcb"
4068-
integrity sha512-m+cSVxM7oLsIpmwNn2WXTJoReOF9f/CtLMo7qOVmKd1KntBy0hEcuNZ3erTmWjx+DxRO0Zcrm5KwAvI9wHcV5g==
4065+
eslint-plugin-import@^2.17.3:
4066+
version "2.17.3"
4067+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.3.tgz#00548b4434c18faebaba04b24ae6198f280de189"
4068+
integrity sha512-qeVf/UwXFJbeyLbxuY8RgqDyEKCkqV7YC+E5S5uOjAp4tOc8zj01JP3ucoBM8JcEqd1qRasJSg6LLlisirfy0Q==
40694069
dependencies:
40704070
array-includes "^3.0.3"
40714071
contains-path "^0.1.0"
@@ -4077,24 +4077,24 @@ eslint-plugin-import@^2.17.2:
40774077
lodash "^4.17.11"
40784078
minimatch "^3.0.4"
40794079
read-pkg-up "^2.0.0"
4080-
resolve "^1.10.0"
4080+
resolve "^1.11.0"
40814081

4082-
eslint-plugin-jest@^22.5.1:
4083-
version "22.5.1"
4084-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.5.1.tgz#a31dfe9f9513c6af7c17ece4c65535a1370f060b"
4085-
integrity sha512-c3WjZR/HBoi4GedJRwo2OGHa8Pzo1EbSVwQ2HFzJ+4t2OoYM7Alx646EH/aaxZ+9eGcPiq0FT0UGkRuFFx2FHg==
4082+
eslint-plugin-jest@^22.6.4:
4083+
version "22.6.4"
4084+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.6.4.tgz#2895b047dd82f90f43a58a25cf136220a21c9104"
4085+
integrity sha512-36OqnZR/uMCDxXGmTsqU4RwllR0IiB/XF8GW3ODmhsjiITKuI0GpgultWFt193ipN3HARkaIcKowpE6HBvRHNg==
40864086

4087-
eslint-plugin-node@^9.0.1:
4088-
version "9.0.1"
4089-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.0.1.tgz#93e44626fa62bcb6efea528cee9687663dc03b62"
4090-
integrity sha512-fljT5Uyy3lkJzuqhxrYanLSsvaILs9I7CmQ31atTtZ0DoIzRbbvInBh4cQ1CrthFHInHYBQxfPmPt6KLHXNXdw==
4087+
eslint-plugin-node@^9.1.0:
4088+
version "9.1.0"
4089+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
4090+
integrity sha512-ZwQYGm6EoV2cfLpE1wxJWsfnKUIXfM/KM09/TlorkukgCAwmkgajEJnPCmyzoFPQQkmvo5DrW/nyKutNIw36Mw==
40914091
dependencies:
40924092
eslint-plugin-es "^1.4.0"
40934093
eslint-utils "^1.3.1"
40944094
ignore "^5.1.1"
40954095
minimatch "^3.0.4"
40964096
resolve "^1.10.1"
4097-
semver "^6.0.0"
4097+
semver "^6.1.0"
40984098

40994099
eslint-plugin-promise@^4.1.1:
41004100
version "4.1.1"
@@ -5124,10 +5124,10 @@ https-proxy-agent@^2.2.1:
51245124
agent-base "^4.1.0"
51255125
debug "^3.1.0"
51265126

5127-
husky@^2.2.0:
5128-
version "2.2.0"
5129-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.2.0.tgz#4dda4370ba0f145b6594be4a4e4e4d4c82a6f2d5"
5130-
integrity sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==
5127+
husky@^2.3.0:
5128+
version "2.3.0"
5129+
resolved "https://registry.yarnpkg.com/husky/-/husky-2.3.0.tgz#8b78ed24d763042df7fd899991985d65a976dd13"
5130+
integrity sha512-A/ZQSEILoq+mQM3yC3RIBSaw1bYXdkKnyyKVSUiJl+iBjVZc5LQEXdGY1ZjrDxC4IzfRPiJ0IqzEQGCN5TQa/A==
51315131
dependencies:
51325132
cosmiconfig "^5.2.0"
51335133
execa "^1.0.0"
@@ -5136,9 +5136,9 @@ husky@^2.2.0:
51365136
is-ci "^2.0.0"
51375137
pkg-dir "^4.1.0"
51385138
please-upgrade-node "^3.1.1"
5139-
read-pkg "^5.0.0"
5139+
read-pkg "^5.1.1"
51405140
run-node "^1.0.0"
5141-
slash "^2.0.0"
5141+
slash "^3.0.0"
51425142

51435143
51445144
version "0.4.23"
@@ -6043,7 +6043,7 @@ js-yaml@^3.12.0, js-yaml@^3.9.0:
60436043
argparse "^1.0.7"
60446044
esprima "^4.0.0"
60456045

6046-
js-yaml@^3.13.0:
6046+
js-yaml@^3.13.0, js-yaml@^3.13.1:
60476047
version "3.13.1"
60486048
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
60496049
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -8674,7 +8674,7 @@ read-pkg@^3.0.0:
86748674
normalize-package-data "^2.3.2"
86758675
path-type "^3.0.0"
86768676

8677-
read-pkg@^5.0.0:
8677+
read-pkg@^5.1.1:
86788678
version "5.1.1"
86798679
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.1.1.tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5"
86808680
integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==
@@ -8977,6 +8977,13 @@ resolve@^1.10.0, resolve@^1.10.1:
89778977
dependencies:
89788978
path-parse "^1.0.6"
89798979

8980+
resolve@^1.11.0:
8981+
version "1.11.0"
8982+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
8983+
integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==
8984+
dependencies:
8985+
path-parse "^1.0.6"
8986+
89808987
restore-cursor@^2.0.0:
89818988
version "2.0.0"
89828989
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -9121,6 +9128,11 @@ [email protected], semver@^6.0.0:
91219128
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
91229129
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
91239130

9131+
semver@^6.1.0:
9132+
version "6.1.0"
9133+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.0.tgz#e95dc415d45ecf03f2f9f83b264a6b11f49c0cca"
9134+
integrity sha512-kCqEOOHoBcFs/2Ccuk4Xarm/KiWRSLEX9CAZF8xkJ6ZPlIoTZ8V5f7J16vYLJqDbR7KrxTJpR2lqjIEm2Qx9cQ==
9135+
91249136
91259137
version "0.16.2"
91269138
resolved "https://registry.npmjs.org/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
@@ -9264,6 +9276,11 @@ slash@^2.0.0:
92649276
resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
92659277
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
92669278

9279+
slash@^3.0.0:
9280+
version "3.0.0"
9281+
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
9282+
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
9283+
92679284
slice-ansi@^2.1.0:
92689285
version "2.1.0"
92699286
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636"

0 commit comments

Comments
 (0)