Skip to content

Commit ea21935

Browse files
authored
chore: dependency updates (#720)
switch to chrome-net v3.3.2 Release includes feross/chrome-net#36 (improved feature-detection of chrome.sockets) + usual dependency updates
1 parent 52cd633 commit ea21935

File tree

2 files changed

+397
-207
lines changed

2 files changed

+397
-207
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
"multiaddr": "6.0.6"
7878
},
7979
"devDependencies": {
80-
"@babel/core": "7.4.4",
81-
"@babel/preset-env": "7.4.4",
82-
"babel-loader": "8.0.5",
80+
"@babel/core": "7.4.5",
81+
"@babel/preset-env": "7.4.5",
82+
"babel-loader": "8.0.6",
8383
"babel-plugin-syntax-async-generators": "6.13.0",
8484
"chai": "4.2.0",
8585
"cross-env": "5.2.0",
@@ -88,52 +88,52 @@
8888
"firefox-addons-add-update-version": "https://github.com/lidel/firefox-addons-add-update-version/tarball/7901bf69b4ed122a20cd5e10ed7f8dae9b00dde7/firefox-addons-add-update-version.tar.gz",
8989
"fs-promise": "2.0.3",
9090
"get-firefox": "2.2.1",
91-
"husky": "2.2.0",
91+
"husky": "2.3.0",
9292
"ignore-styles": "5.0.1",
9393
"json": "9.0.6",
9494
"mem-storage-area": "1.0.3",
9595
"mocha": "6.1.4",
9696
"npm-run-all": "4.1.5",
97-
"nyc": "14.1.0",
97+
"nyc": "14.1.1",
9898
"raw-loader": "2.0.0",
9999
"request-progress": "3.0.0",
100100
"shx": "0.3.2",
101101
"simple-progress-webpack-plugin": "1.1.2",
102102
"sinon": "7.3.2",
103103
"sinon-chrome": "3.0.1",
104104
"standard": "12.0.1",
105-
"tar": "4.4.8",
106-
"terser": "3.17.0",
107-
"terser-webpack-plugin": "1.2.3",
105+
"tar": "4.4.9",
106+
"terser": "4.0.0",
107+
"terser-webpack-plugin": "1.3.0",
108108
"transform-loader": "0.2.4",
109109
"web-ext": "3.0.0",
110-
"webpack": "4.30.0",
110+
"webpack": "4.32.2",
111111
"webpack-bundle-analyzer": "3.3.2",
112112
"webpack-cli": "3.3.2",
113113
"webpack-merge": "4.2.1"
114114
},
115115
"dependencies": {
116-
"@material/switch": "2.0.0",
116+
"@material/switch": "2.3.0",
117117
"browser-process-hrtime": "1.0.0",
118118
"choo": "6.13.3",
119119
"chrome-dgram": "3.0.1",
120-
"chrome-net": "https://github.com/lidel/chrome-net/tarball/838ffde4a33721888f74783821e0486dfcc88797/chrome-net.tar.gz",
120+
"chrome-net": "3.3.2",
121121
"debug": "4.1.1",
122122
"doc-sniff": "1.0.1",
123123
"drag-and-drop-files": "0.0.1",
124-
"file-type": "11.0.0",
124+
"file-type": "11.1.0",
125125
"filesize": "4.1.2",
126126
"http-dns": "3.0.1",
127127
"http-node": "1.2.0",
128128
"ipfs": "https://github.com/lidel/js-ipfs/tarball/4081cbd69a252ec8adcec1e965724246669c9e9f/js-ipfs.tar.gz",
129129
"ipfs-css": "0.12.0",
130-
"ipfs-http-client": "30.1.4",
131-
"ipfs-http-response": "0.2.2",
130+
"ipfs-http-client": "32.0.1",
131+
"ipfs-http-response": "0.3.0",
132132
"ipfs-postmsg-proxy": "3.1.1",
133133
"ipfsx": "0.17.0",
134134
"is-fqdn": "1.0.1",
135-
"is-ipfs": "0.6.0",
136-
"is-svg": "4.1.0",
135+
"is-ipfs": "0.6.1",
136+
"is-svg": "4.2.0",
137137
"lru-cache": "5.1.1",
138138
"merge-options": "1.0.1",
139139
"mime-types": "2.1.24",

0 commit comments

Comments
 (0)