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

Commit bc1e314

Browse files
committed
Update package dependencies
1 parent 7059cf6 commit bc1e314

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# ldapjs Changelog
22

3+
## master
4+
5+
- Update dependencies
6+
* assert-plus to 1.0.0
7+
* bunyan to 1.8.3
8+
* dashdash to 1.14.0
9+
* backoff to 2.5.0
10+
* once to 1.4.0
11+
* vasync to 1.6.4
12+
* verror to 1.8.1
13+
* dtrace-provider to 0.7.0
14+
- Drop any semblence of support for node 0.8.x
15+
316
## 1.0.0
417

518
- Update dependencies

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@
2626
"lib": "./lib"
2727
},
2828
"engines": {
29-
"node": ">=0.8"
29+
"node": ">=0.10"
3030
},
3131
"dependencies": {
3232
"asn1": "0.2.3",
33-
"assert-plus": "0.2.0",
34-
"bunyan": "1.5.1",
35-
"dashdash": "1.10.1",
36-
"backoff": "2.4.1",
33+
"assert-plus": "^1.0.0",
34+
"bunyan": "^1.8.3",
35+
"dashdash": "^1.14.0",
36+
"backoff": "^2.5.0",
3737
"ldap-filter": "0.2.2",
38-
"once": "1.3.2",
39-
"vasync": "1.6.3",
40-
"verror": "1.6.0"
38+
"once": "^1.4.0",
39+
"vasync": "^1.6.4",
40+
"verror": "^1.8.1"
4141
},
4242
"optionalDependencies": {
43-
"dtrace-provider": "0.6.0"
43+
"dtrace-provider": "^0.7.0"
4444
},
4545
"devDependencies": {
46-
"node-uuid": "1.4.3",
46+
"node-uuid": "^1.4.7",
4747
"faucet": "0.0.1",
48-
"istanbul": "0.3.15",
49-
"tape": "4.0.0"
48+
"istanbul": "^0.4.5",
49+
"tape": "^4.6.2"
5050
},
5151
"scripts": {
5252
"report": "./node_modules/.bin/istanbul report html && open ./coverage/lcov-report/index.html",

0 commit comments

Comments
 (0)