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

Commit 64ad0bf

Browse files
committed
Update package dependencies
1 parent fbdf70e commit 64ad0bf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"dependencies": {
3232
"asn1": "0.2.2",
3333
"assert-plus": "0.1.5",
34-
"bunyan": "1.3.3",
35-
"dashdash": "1.7.3",
34+
"bunyan": "1.4.0",
35+
"dashdash": "1.10.0",
3636
"backoff": "2.4.1",
37-
"ldap-filter": "0.2.1",
38-
"once": "1.3.1",
39-
"vasync": "1.6.2",
37+
"ldap-filter": "0.2.2",
38+
"once": "1.3.2",
39+
"vasync": "1.6.3",
4040
"verror": "1.6.0"
4141
},
4242
"optionalDependencies": {
43-
"dtrace-provider": "0.4.0"
43+
"dtrace-provider": "0.5.0"
4444
},
4545
"devDependencies": {
46-
"node-uuid": "1.4.0",
46+
"node-uuid": "1.4.3",
4747
"faucet": "0.0.1",
48-
"istanbul": "0.3.0",
49-
"tape": "2.13.3"
48+
"istanbul": "0.3.15",
49+
"tape": "4.0.0"
5050
},
5151
"scripts": {
5252
"report": "./node_modules/.bin/istanbul report html && open ./coverage/lcov-report/index.html",

0 commit comments

Comments
 (0)