Skip to content

Commit 5f85418

Browse files
committed
chore: attempt updating Kerberos to the latest 2.x
We want to see if we can compile Kerberos in 2.x before attempting the update to 7.0.0
1 parent fb8e389 commit 5f85418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/service-provider-node-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"mongodb-connection-string-url": "^3.0.2",
5858
"socks": "^2.8.3",
5959
"mongodb-client-encryption": "^6.5.0",
60-
"kerberos": "2.1.0"
60+
"kerberos": "2.2.2"
6161
},
6262
"optionalDependencies": {
63-
"kerberos": "2.1.0",
63+
"kerberos": "2.2.2",
6464
"mongodb-client-encryption": "^6.5.0"
6565
},
6666
"devDependencies": {

0 commit comments

Comments
 (0)