Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit daa974f

Browse files
committed
update dependencies
1 parent b8846d1 commit daa974f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Tobias Koppers @sokra",
55
"description": "The node core libs for in browser usage.",
66
"dependencies": {
7-
"console-browserify": "~1.0.3",
7+
"console-browserify": "~1.1.0",
88
"vm-browserify": "0.0.4",
99
"crypto-browserify": "~2.1.0",
1010
"http-browserify": "~1.3.2",
@@ -17,15 +17,15 @@
1717
"domain-browser": "~1.1.1",
1818
"querystring-es3": "~0.2.0",
1919
"timers-browserify": "~1.0.1",
20-
"stream-browserify": "~0.1.3",
20+
"stream-browserify": "~1.0.0",
2121
"string_decoder": "~0.10.25",
2222
"punycode": "~1.2.4",
2323
"events": "~1.0.0",
2424
"util": "~0.10.3",
2525
"assert": "~1.1.1",
26-
"buffer": "~2.1.5",
26+
"buffer": "~2.3.0",
2727
"url": "~0.10.1",
28-
"process": "~0.6.0"
28+
"process": "~0.7.0"
2929
},
3030
"licenses": [
3131
{

0 commit comments

Comments
 (0)