Skip to content

Commit 19e9a44

Browse files
committed
chore: use the actual package
1 parent 228da47 commit 19e9a44

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"@modelcontextprotocol/sdk": "^1.22.0",
119119
"@mongodb-js/device-id": "^0.3.1",
120120
"@mongodb-js/devtools-proxy-support": "^0.5.3",
121-
"@mongosh/arg-parser": "^3.19.0",
121+
"@mongosh/arg-parser": "^3.23.0",
122122
"@mongosh/service-provider-node-driver": "^3.17.5",
123123
"ai": "^5.0.72",
124124
"bson": "^6.10.4",

pnpm-lock.yaml

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/common/config/userConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ export const UserConfigSchema = z4.object({
219219
});
220220

221221
export const UserConfigSchemaWithCliOptions = z4.object({
222-
...UserConfigSchema.shape,
223222
...CliOptionsSchema.shape,
223+
...UserConfigSchema.shape,
224224
});
225225

226226
export type UserConfig = z4.infer<typeof UserConfigSchemaWithCliOptions>;

0 commit comments

Comments
 (0)