|
1 | 1 | { |
2 | 2 | "name": "@mongosh/cli-repl", |
3 | | - "version": "2.3.8", |
| 3 | + "version": "2.3.9", |
4 | 4 | "description": "MongoDB Shell CLI REPL Package", |
5 | 5 | "homepage": "https://github.com/mongodb-js/mongosh", |
6 | 6 | "author": "Compass Team <[email protected]>", |
|
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | 65 | "@mongodb-js/devtools-proxy-support": "^0.4.2", |
66 | | - "@mongosh/arg-parser": "3.0.0", |
67 | | - "@mongosh/autocomplete": "3.0.0", |
68 | | - "@mongosh/editor": "3.0.0", |
| 66 | + "@mongosh/arg-parser": "3.2.0", |
| 67 | + "@mongosh/autocomplete": "3.2.0", |
| 68 | + "@mongosh/editor": "3.2.0", |
69 | 69 | "@mongosh/errors": "2.4.0", |
70 | | - "@mongosh/history": "2.4.0", |
71 | | - "@mongosh/i18n": "2.4.0", |
72 | | - "@mongosh/js-multiline-to-singleline": "2.4.0", |
73 | | - "@mongosh/logging": "3.0.0", |
74 | | - "@mongosh/service-provider-core": "3.0.0", |
75 | | - "@mongosh/service-provider-node-driver": "3.0.0", |
76 | | - "@mongosh/shell-api": "3.0.0", |
77 | | - "@mongosh/shell-evaluator": "3.0.0", |
78 | | - "@mongosh/snippet-manager": "3.0.0", |
79 | | - "@mongosh/types": "3.0.0", |
| 70 | + "@mongosh/history": "2.4.2", |
| 71 | + "@mongosh/i18n": "2.6.0", |
| 72 | + "@mongosh/js-multiline-to-singleline": "2.4.2", |
| 73 | + "@mongosh/logging": "3.2.0", |
| 74 | + "@mongosh/service-provider-core": "3.0.2", |
| 75 | + "@mongosh/service-provider-node-driver": "3.2.0", |
| 76 | + "@mongosh/shell-api": "3.2.0", |
| 77 | + "@mongosh/shell-evaluator": "3.2.0", |
| 78 | + "@mongosh/snippet-manager": "3.2.0", |
| 79 | + "@mongosh/types": "3.2.0", |
80 | 80 | "@segment/analytics-node": "^1.3.0", |
81 | 81 | "ansi-escape-sequences": "^5.1.2", |
82 | 82 | "askcharacter": "^2.0.4", |
|
91 | 91 | "semver": "^7.5.4", |
92 | 92 | "strip-ansi": "^6.0.0", |
93 | 93 | "text-table": "^0.2.0", |
94 | | - "yargs-parser": "^20.2.4" |
| 94 | + "yargs-parser": "^20.2.4", |
| 95 | + "glibc-version": "^1.0.0" |
95 | 96 | }, |
96 | 97 | "devDependencies": { |
97 | 98 | "mongodb": "^6.12.0", |
|
0 commit comments