Skip to content

Commit 9bffea6

Browse files
committed
run yarn upgrade
1 parent 602e53c commit 9bffea6

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

yarn.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
"@types/jasmine" "*"
159159

160160
"@types/node@^6.0.46", "@types/node@~6.0.60":
161-
version "6.0.83"
162-
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.83.tgz#dd022db01ac2c01c1057775e88ccffce96d1d6fe"
161+
version "6.0.84"
162+
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.84.tgz#193ffe5a9f42864d425ffd9739d95b753c6a1eab"
163163

164164
"@types/q@^0.0.32":
165165
version "0.0.32"
@@ -783,8 +783,8 @@ caniuse-api@^1.5.2:
783783
lodash.uniq "^4.5.0"
784784

785785
caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
786-
version "1.0.30000701"
787-
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000701.tgz#2e32b06993bf3dbd90b43d93f04e26d11afddcba"
786+
version "1.0.30000702"
787+
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000702.tgz#a60cd30f3ef44ae7b5ed12e9d9b70d4bff6352cb"
788788

789789
caseless@~0.11.0:
790790
version "0.11.0"
@@ -946,8 +946,8 @@ color-convert@^1.0.0, color-convert@^1.3.0:
946946
color-name "^1.1.1"
947947

948948
color-name@^1.0.0, color-name@^1.1.1:
949-
version "1.1.2"
950-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d"
949+
version "1.1.3"
950+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
951951

952952
color-string@^0.3.0:
953953
version "0.3.0"
@@ -1515,8 +1515,8 @@ ee-first@1.1.1:
15151515
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
15161516

15171517
electron-to-chromium@^1.2.7:
1518-
version "1.3.15"
1519-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.15.tgz#08397934891cbcfaebbd18b82a95b5a481138369"
1518+
version "1.3.16"
1519+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.16.tgz#d0e026735754770901ae301a21664cba45d92f7d"
15201520

15211521
elliptic@^6.0.0:
15221522
version "6.4.0"
@@ -2890,14 +2890,14 @@ isstream@~0.1.2:
28902890
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
28912891

28922892
istanbul-api@^1.1.8:
2893-
version "1.1.10"
2894-
resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.1.10.tgz#f27e5e7125c8de13f6a80661af78f512e5439b2b"
2893+
version "1.1.11"
2894+
resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.1.11.tgz#fcc0b461e2b3bda71e305155138238768257d9de"
28952895
dependencies:
28962896
async "^2.1.4"
28972897
fileset "^2.0.2"
28982898
istanbul-lib-coverage "^1.1.1"
28992899
istanbul-lib-hook "^1.0.7"
2900-
istanbul-lib-instrument "^1.7.3"
2900+
istanbul-lib-instrument "^1.7.4"
29012901
istanbul-lib-report "^1.1.1"
29022902
istanbul-lib-source-maps "^1.2.1"
29032903
istanbul-reports "^1.1.1"
@@ -2924,9 +2924,9 @@ istanbul-lib-hook@^1.0.7:
29242924
dependencies:
29252925
append-transform "^0.4.0"
29262926

2927-
istanbul-lib-instrument@^1.1.3, istanbul-lib-instrument@^1.7.3:
2928-
version "1.7.3"
2929-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.7.3.tgz#925b239163eabdd68cc4048f52c2fa4f899ecfa7"
2927+
istanbul-lib-instrument@^1.1.3, istanbul-lib-instrument@^1.7.4:
2928+
version "1.7.4"
2929+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.7.4.tgz#e9fd920e4767f3d19edc765e2d6b3f5ccbd0eea8"
29302930
dependencies:
29312931
babel-generator "^6.18.0"
29322932
babel-template "^6.16.0"
@@ -3010,8 +3010,8 @@ jsbn@~0.1.0:
30103010
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
30113011

30123012
jschardet@^1.4.2:
3013-
version "1.4.2"
3014-
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-1.4.2.tgz#2aa107f142af4121d145659d44f50830961e699a"
3013+
version "1.5.0"
3014+
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-1.5.0.tgz#a61f310306a5a71188e1b1acd08add3cfbb08b1e"
30153015

30163016
jsesc@^1.3.0:
30173017
version "1.3.0"
@@ -4502,12 +4502,12 @@ postcss@^5.0.0, postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.
45024502
supports-color "^3.2.3"
45034503

45044504
postcss@^6.0.1:
4505-
version "6.0.6"
4506-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.6.tgz#bba4d58e884fc78c840d1539e10eddaabb8f73bd"
4505+
version "6.0.7"
4506+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.7.tgz#6a097477c46d13d0560a817d69abc0bae549d0a0"
45074507
dependencies:
45084508
chalk "^2.0.1"
45094509
source-map "^0.5.6"
4510-
supports-color "^4.1.0"
4510+
supports-color "^4.2.0"
45114511

45124512
prepend-http@^1.0.0:
45134513
version "1.0.4"
@@ -4980,8 +4980,8 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
49804980
inherits "^2.0.1"
49814981

49824982
rsvp@^3.0.17:
4983-
version "3.6.1"
4984-
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.1.tgz#34f4a7ac2859f7bacc8f49789c5604f1e26ae702"
4983+
version "3.6.2"
4984+
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"
49854985

49864986
rsvp@~3.2.1:
49874987
version "3.2.1"
@@ -5421,8 +5421,8 @@ string-width@^1.0.1, string-width@^1.0.2:
54215421
strip-ansi "^3.0.0"
54225422

54235423
string-width@^2.1.0:
5424-
version "2.1.0"
5425-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.0.tgz#030664561fc146c9423ec7d978fe2457437fe6d0"
5424+
version "2.1.1"
5425+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
54265426
dependencies:
54275427
is-fullwidth-code-point "^2.0.0"
54285428
strip-ansi "^4.0.0"
@@ -5525,7 +5525,7 @@ supports-color@^3.1.0, supports-color@^3.1.1, supports-color@^3.1.2, supports-co
55255525
dependencies:
55265526
has-flag "^1.0.0"
55275527

5528-
supports-color@^4.0.0, supports-color@^4.1.0:
5528+
supports-color@^4.0.0, supports-color@^4.2.0:
55295529
version "4.2.0"
55305530
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.2.0.tgz#ad986dc7eb2315d009b4d77c8169c2231a684037"
55315531
dependencies:
@@ -5766,8 +5766,8 @@ typedarray@~0.0.5:
57665766
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.4.tgz#3d38321828231e434f287514959c37a82b629f42"
57675767

57685768
uglify-js@3.0.x:
5769-
version "3.0.24"
5770-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.0.24.tgz#ee93400ad9857fb7a1671778db83f6a23f033121"
5769+
version "3.0.25"
5770+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.0.25.tgz#3dc190b0ee437497e449bc6f785665b06afbe052"
57715771
dependencies:
57725772
commander "~2.9.0"
57735773
source-map "~0.5.1"
@@ -6305,5 +6305,5 @@ yn@^2.0.0:
63056305
resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"
63066306

63076307
zone.js@^0.8.4, zone.js@^0.8.9:
6308-
version "0.8.13"
6309-
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.13.tgz#f0822525fad941582a03bbfe71eb21740315ddd0"
6308+
version "0.8.14"
6309+
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.14.tgz#0c4db24b178232274ccb43f78c99db7f3642b6cf"

0 commit comments

Comments
 (0)