Skip to content

Commit

Permalink
fix(deps): bump mongodb-extended-json to 1.11.1 (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Jul 6, 2021
1 parent d4d9692 commit cc1bd32
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compass-aggregations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"lodash.debounce": "^4.0.8",
"lodash.isempty": "^4.4.0",
"lodash.isstring": "^4.0.1",
"mongodb-extended-json": "^1.10.1",
"mongodb-extended-json": "^1.11.1",
"mongodb-ns": "^2.0.0",
"re-resizable": "^6.9.0",
"react-bootstrap": "^0.32.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"moment": "^2.18.1",
"moment-timezone": "^0.5.21",
"mongodb-ace-theme": "^1.2.0",
"mongodb-extended-json": "^1.11.0",
"mongodb-extended-json": "^1.11.1",
"react-click-outside": "^3.0.1",
"react-tooltip": "^3.2.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-indexes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"mongodb": "4.0.0-beta.6",
"mongodb-connection-model": "^21.5.1",
"mongodb-data-service": "^21.5.1",
"mongodb-extended-json": "^1.11.0",
"mongodb-extended-json": "^1.11.1",
"mongodb-index-model": "^3.3.0",
"mongodb-language-model": "^2.2.0",
"mongodb-ns": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-query-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"mocha-webpack": "^2.0.0-beta.0",
"mongodb-connection-model": "^21.5.1",
"mongodb-data-service": "^21.5.1",
"mongodb-extended-json": "^1.11.0",
"mongodb-extended-json": "^1.11.1",
"mongodb-js-metrics": "^7.3.0",
"mongodb-ns": "^2.2.0",
"mongodb-query-parser": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-schema-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"mongodb-client-encryption": "^1.2.3",
"mongodb-connection-model": "^21.5.1",
"mongodb-data-service": "^21.5.1",
"mongodb-extended-json": "^1.11.0",
"mongodb-extended-json": "^1.11.1",
"mongodb-ns": "^2.2.0",
"mongodb-query-parser": "^2.1.1",
"mongodb-reflux-store": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"mongodb-data-service": "^21.5.1",
"mongodb-database-model": "^1.2.0",
"mongodb-explain-plan-model": "^1.2.0",
"mongodb-extended-json": "^1.11.0",
"mongodb-extended-json": "^1.11.1",
"mongodb-index-model": "^3.3.0",
"mongodb-instance-model": "^11.7.1",
"mongodb-js-metrics": "^7.3.0",
Expand Down

0 comments on commit cc1bd32

Please sign in to comment.