Skip to content

Commit 192d2d4

Browse files
authored
chore: COMPASS-4191: Elliminate triejs as a git:// dependency (#1912)
``` mongodb ^3.5.2 → ^3.5.4 mongodb-data-service ^16.5.5 → ^16.5.6 mongodb-index-model ^2.5.0 → ^2.6.0 ``` mongodb-js/index-model#62 mongodb-js/data-service#204
1 parent dd8caa9 commit 192d2d4

File tree

2 files changed

+204
-45
lines changed

2 files changed

+204
-45
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,18 +364,18 @@
364364
"lodash": "^3.10.1",
365365
"marky": "^1.2.0",
366366
"moment": "^2.10.6",
367-
"mongodb": "^3.5.2",
367+
"mongodb": "^3.5.4",
368368
"mongodb-ace-autocompleter": "^0.4.1",
369369
"mongodb-ace-mode": "^0.4.1",
370370
"mongodb-ace-theme": "^0.0.1",
371371
"mongodb-ace-theme-query": "^0.0.2",
372372
"mongodb-collection-model": "^3.1.0",
373373
"mongodb-connection-model": "^14.6.2",
374-
"mongodb-data-service": "^16.5.5",
374+
"mongodb-data-service": "^16.5.6",
375375
"mongodb-database-model": "^0.1.3",
376376
"mongodb-explain-plan-model": "^0.2.3",
377377
"mongodb-extended-json": "^1.11.0",
378-
"mongodb-index-model": "^2.5.0",
378+
"mongodb-index-model": "^2.6.0",
379379
"mongodb-instance-model": "^10.0.0",
380380
"mongodb-js-metrics": "^5.0.1",
381381
"mongodb-language-model": "^1.6.1",

0 commit comments

Comments
 (0)