Skip to content

Commit e5a7893

Browse files
authored
chore(deps): bump js-yaml version used by cli-repl (#2592)
This was done through manual package-lock surgery since, for some inexplicable reason, npm decided to have a separate js-yaml dependency under cli-repl even though the hoisted one at the top level (4.1.1) would have matched cli-repl's requirements.
1 parent f215cf7 commit e5a7893

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

package-lock.json

Lines changed: 1 addition & 21 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"bson": "^6.10.4",
8585
"escape-string-regexp": "^4.0.0",
8686
"is-recoverable-error": "^1.0.3",
87-
"js-yaml": "^4.1.0",
87+
"js-yaml": "^4.1.1",
8888
"mongodb-connection-string-url": "^3.0.2",
8989
"mongodb-log-writer": "^2.4.3",
9090
"mongodb-redact": "^1.3.0",

0 commit comments

Comments
 (0)