mongodb 6.13.0-dev.20250201.sha.35c703e3 → 6.13.0-dev.20250205.sha.3a4edd51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb",
3
- "version": "6.13.0-dev.20250201.sha.35c703e3",
3
+ "version": "6.13.0-dev.20250205.sha.3a4edd51",
4
4
  "description": "The official MongoDB driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "mongodb-connection-string-url": "^3.0.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@aws-sdk/credential-providers": "^3.188.0",
33
+ "@aws-sdk/credential-providers": "^3.632.0",
34
34
  "@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
35
35
  "gcp-metadata": "^5.2.0",
36
36
  "kerberos": "^2.0.1",
@@ -62,18 +62,18 @@
62
62
  }
63
63
  },
64
64
  "devDependencies": {
65
- "@aws-sdk/credential-providers": "^3.686.0",
65
+ "@aws-sdk/credential-providers": "^3.632.0",
66
66
  "@iarna/toml": "^2.2.5",
67
67
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
68
- "@microsoft/api-extractor": "^7.47.11",
69
- "@microsoft/tsdoc-config": "^0.17.0",
68
+ "@microsoft/api-extractor": "^7.49.2",
69
+ "@microsoft/tsdoc-config": "^0.17.1",
70
70
  "@mongodb-js/zstd": "^2.0.0",
71
71
  "@types/chai": "^4.3.17",
72
72
  "@types/chai-subset": "^1.3.5",
73
73
  "@types/express": "^4.17.21",
74
74
  "@types/kerberos": "^1.1.5",
75
75
  "@types/mocha": "^10.0.9",
76
- "@types/node": "^22.9.0",
76
+ "@types/node": "^22.13.0",
77
77
  "@types/saslprep": "^1.0.3",
78
78
  "@types/semver": "^7.5.8",
79
79
  "@types/sinon": "^17.0.3",
@@ -87,20 +87,20 @@
87
87
  "eslint": "9.9.0",
88
88
  "eslint-config-prettier": "^9.1.0",
89
89
  "eslint-plugin-mocha": "^10.4.1",
90
- "eslint-plugin-prettier": "^5.2.1",
90
+ "eslint-plugin-prettier": "^5.2.3",
91
91
  "eslint-plugin-simple-import-sort": "^12.1.1",
92
- "eslint-plugin-tsdoc": "^0.3.0",
92
+ "eslint-plugin-tsdoc": "^0.4.0",
93
93
  "eslint-plugin-unused-imports": "^4.1.4",
94
- "express": "^4.21.1",
94
+ "express": "^4.21.2",
95
95
  "gcp-metadata": "^5.3.0",
96
96
  "js-yaml": "^4.1.0",
97
97
  "mocha": "^10.8.2",
98
98
  "mocha-sinon": "^2.1.2",
99
- "mongodb-client-encryption": "^6.1.0",
99
+ "mongodb-client-encryption": "^6.1.1",
100
100
  "mongodb-legacy": "^6.1.3",
101
101
  "nyc": "^15.1.0",
102
- "prettier": "^3.3.3",
103
- "semver": "^7.6.3",
102
+ "prettier": "^3.4.2",
103
+ "semver": "^7.7.0",
104
104
  "sinon": "^18.0.0",
105
105
  "sinon-chai": "^3.7.0",
106
106
  "snappy": "^7.2.2",
@@ -152,7 +152,6 @@
152
152
  "check:oidc-azure": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_azure.prose.05.test.ts",
153
153
  "check:oidc-gcp": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_gcp.prose.06.test.ts",
154
154
  "check:oidc-k8s": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_k8s.prose.07.test.ts",
155
- "check:ocsp": "mocha --config test/manual/mocharc.json test/manual/ocsp_support.test.js",
156
155
  "check:kerberos": "nyc mocha --config test/manual/mocharc.json test/manual/kerberos.test.ts",
157
156
  "check:tls": "mocha --config test/manual/mocharc.json test/manual/tls_support.test.ts",
158
157
  "check:ldap": "nyc mocha --config test/manual/mocharc.json test/manual/ldap.test.js",