Skip to content

Commit 62e001b

Browse files
committed
update
1 parent 4dd0e4f commit 62e001b

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ env:
77
language: node_js
88
node_js:
99
- 8
10-
- 9
10+
- 10
11+
- 12
1112
before_script:
1213
- yarn install --frozen-lockfile
1314
script:

yarn.lock

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,9 @@
349349
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.3.tgz#5d8d24e0033fc6393efadc85cb59c1f638095c9a"
350350

351351
"@types/node@^12.0.8":
352-
version "12.0.8"
353-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.8.tgz#551466be11b2adc3f3d47156758f610bd9f6b1d8"
352+
version "12.0.10"
353+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.10.tgz#51babf9c7deadd5343620055fc8aff7995c8b031"
354+
integrity sha512-LcsGbPomWsad6wmMNv7nBLw7YYYyfdYcz6xryKYQhx89c3XXan+8Q6AJ43G5XDIaklaVkK3mE4fCb0SBvMiPSQ==
354355

355356
"@types/stack-utils@^1.0.1":
356357
version "1.0.1"
@@ -531,6 +532,7 @@ babel-preset-jest@^24.6.0:
531532
balanced-match@^1.0.0:
532533
version "1.0.0"
533534
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
535+
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
534536

535537
base@^0.11.1:
536538
version "0.11.2"
@@ -569,6 +571,7 @@ boom@5.x.x:
569571
brace-expansion@^1.1.7:
570572
version "1.1.11"
571573
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
574+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
572575
dependencies:
573576
balanced-match "^1.0.0"
574577
concat-map "0.0.1"
@@ -779,6 +782,7 @@ component-emitter@^1.2.1:
779782
concat-map@0.0.1:
780783
version "0.0.1"
781784
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
785+
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
782786

783787
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
784788
version "1.1.0"
@@ -1189,6 +1193,7 @@ fs-minipass@^1.2.5:
11891193
fs.realpath@^1.0.0:
11901194
version "1.0.0"
11911195
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
1196+
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
11921197

11931198
fsevents@^1.2.7:
11941199
version "1.2.9"
@@ -1256,20 +1261,10 @@ glob@^7.0.5, glob@^7.1.1:
12561261
once "^1.3.0"
12571262
path-is-absolute "^1.0.0"
12581263

1259-
glob@^7.1.2:
1260-
version "7.1.3"
1261-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
1262-
dependencies:
1263-
fs.realpath "^1.0.0"
1264-
inflight "^1.0.4"
1265-
inherits "2"
1266-
minimatch "^3.0.4"
1267-
once "^1.3.0"
1268-
path-is-absolute "^1.0.0"
1269-
1270-
glob@^7.1.3:
1264+
glob@^7.1.2, glob@^7.1.3:
12711265
version "7.1.4"
12721266
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
1267+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
12731268
dependencies:
12741269
fs.realpath "^1.0.0"
12751270
inflight "^1.0.4"
@@ -1431,11 +1426,17 @@ imurmurhash@^0.1.4:
14311426
inflight@^1.0.4:
14321427
version "1.0.6"
14331428
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
1429+
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
14341430
dependencies:
14351431
once "^1.3.0"
14361432
wrappy "1"
14371433

1438-
inherits@2, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
1434+
inherits@2:
1435+
version "2.0.4"
1436+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
1437+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
1438+
1439+
inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
14391440
version "2.0.3"
14401441
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
14411442

@@ -2286,6 +2287,7 @@ mimic-fn@^2.0.0:
22862287
minimatch@^3.0.4:
22872288
version "3.0.4"
22882289
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
2290+
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
22892291
dependencies:
22902292
brace-expansion "^1.1.7"
22912293

@@ -2509,6 +2511,7 @@ object.pick@^1.3.0:
25092511
once@^1.3.0, once@^1.3.1, once@^1.4.0:
25102512
version "1.4.0"
25112513
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
2514+
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
25122515
dependencies:
25132516
wrappy "1"
25142517

@@ -2647,6 +2650,7 @@ path-exists@^3.0.0:
26472650
path-is-absolute@^1.0.0:
26482651
version "1.0.1"
26492652
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
2653+
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
26502654

26512655
path-key@^2.0.0, path-key@^2.0.1:
26522656
version "2.0.1"
@@ -3433,8 +3437,9 @@ type-check@~0.3.2:
34333437
prelude-ls "~1.1.2"
34343438

34353439
typescript@^3.5.1:
3436-
version "3.5.1"
3437-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
3440+
version "3.5.2"
3441+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
3442+
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==
34383443

34393444
uglify-js@^3.1.4:
34403445
version "3.6.0"
@@ -3573,6 +3578,7 @@ wrap-ansi@^2.0.0:
35733578
wrappy@1:
35743579
version "1.0.2"
35753580
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
3581+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
35763582

35773583
write-file-atomic@2.4.1:
35783584
version "2.4.1"

0 commit comments

Comments
 (0)