|
1 | 1 | {
|
2 | 2 | "name": "@mongosh/cli-repl",
|
3 |
| - "version": "2.4.0", |
| 3 | + "version": "2.4.2", |
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.6.0", |
67 |
| - "@mongosh/autocomplete": "3.6.0", |
68 |
| - "@mongosh/editor": "3.6.0", |
| 66 | + "@mongosh/arg-parser": "3.8.0", |
| 67 | + "@mongosh/autocomplete": "3.8.0", |
| 68 | + "@mongosh/editor": "3.8.0", |
69 | 69 | "@mongosh/errors": "2.4.0",
|
70 | 70 | "@mongosh/history": "2.4.6",
|
71 |
| - "@mongosh/i18n": "2.9.1", |
| 71 | + "@mongosh/i18n": "^2.11.0", |
72 | 72 | "@mongosh/js-multiline-to-singleline": "2.4.6",
|
73 | 73 | "@mongosh/logging": "3.6.0",
|
74 | 74 | "@mongosh/service-provider-core": "3.1.0",
|
75 | 75 | "@mongosh/service-provider-node-driver": "3.6.0",
|
76 |
| - "@mongosh/shell-api": "3.6.0", |
77 |
| - "@mongosh/shell-evaluator": "3.6.0", |
78 |
| - "@mongosh/snippet-manager": "3.6.0", |
| 76 | + "@mongosh/shell-api": "3.8.0", |
| 77 | + "@mongosh/shell-evaluator": "3.8.0", |
| 78 | + "@mongosh/snippet-manager": "3.8.0", |
79 | 79 | "@mongosh/types": "3.6.0",
|
80 | 80 | "@segment/analytics-node": "^1.3.0",
|
81 | 81 | "ansi-escape-sequences": "^5.1.2",
|
|
0 commit comments