Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit c4add26

Browse files
committed
fix(kerberos): loosen restrictions on kerberos versions
Fixes NODE-1524
1 parent 24c5d06 commit c4add26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"snappy": "^6.0.1"
4040
},
4141
"peerOptionalDependencies": {
42-
"kerberos": "^0.0.23",
42+
"kerberos": ">= 0.0.23 < 1.0.0",
4343
"snappy": "^6.0.1",
4444
"bson-ext": "^2.0.0"
4545
},

0 commit comments

Comments
 (0)