Skip to content

Commit 2eddec6

Browse files
authored
fix(cli-repl): add missing js-yaml dependency MONGOSH-1134 (#1216)
1 parent 2196dbf commit 2eddec6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

packages/cli-repl/package-lock.json

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

packages/cli-repl/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"askcharacter": "^1.0.0",
5858
"askpassword": "^1.2.4",
5959
"is-recoverable-error": "^1.0.2",
60+
"js-yaml": "^4.1.0",
6061
"lodash.set": "^4.3.2",
6162
"mongodb-connection-string-url": "^2.3.2",
6263
"mongodb-log-writer": "^1.1.3",

0 commit comments

Comments
 (0)