Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 91 additions & 91 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/arg-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/arg-parser",
"version": "3.12.0",
"version": "3.14.0",
"description": "MongoDB Shell CLI Argument List Parser Package",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.4.0",
"@mongosh/i18n": "^2.15.0",
"@mongosh/errors": "2.4.2",
"@mongosh/i18n": "^2.15.2",
"mongodb-connection-string-url": "^3.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/async-rewriter2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/async-rewriter2",
"version": "2.4.8",
"version": "2.4.10",
"description": "MongoDB Shell Async Rewriter Package",
"main": "./lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/autocomplete",
"version": "3.16.4",
"version": "3.18.0",
"description": "MongoDB Shell Autocomplete Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@mongodb-js/mongodb-constants": "^0.10.1",
"@mongosh/shell-api": "^3.16.4",
"@mongosh/shell-api": "^3.18.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.4",
"semver": "^7.5.4"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/browser-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-repl",
"version": "3.16.4",
"version": "3.18.0",
"description": "Browser presentation component for Mongo Shell",
"engines": {
"node": ">=14.15.1"
Expand Down Expand Up @@ -57,12 +57,12 @@
]
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.16.4",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.6",
"@mongosh/i18n": "^2.15.0",
"@mongosh/node-runtime-worker-thread": "3.3.18",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/browser-runtime-core": "^3.18.0",
"@mongosh/errors": "2.4.2",
"@mongosh/history": "2.4.8",
"@mongosh/i18n": "^2.15.2",
"@mongosh/node-runtime-worker-thread": "3.3.20",
"@mongosh/service-provider-core": "3.3.5",
"numeral": "^2.0.6",
"text-table": "^0.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/browser-runtime-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-core",
"version": "3.16.4",
"version": "3.18.0",
"description": "Mongosh browser runtime core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,17 +42,17 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.4",
"@mongosh/types": "3.8.2",
"@mongosh/types": "3.10.0",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/autocomplete": "^3.16.4",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/shell-api": "^3.16.4",
"@mongosh/shell-evaluator": "^3.16.4"
"@mongosh/autocomplete": "^3.18.0",
"@mongosh/service-provider-core": "3.3.5",
"@mongosh/shell-api": "^3.18.0",
"@mongosh/shell-evaluator": "^3.18.0"
}
}
10 changes: 5 additions & 5 deletions packages/browser-runtime-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-electron",
"version": "3.16.4",
"version": "3.18.0",
"description": "Mongosh browser runtime electron",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/service-provider-node-driver": "^3.10.2",
"@mongosh/service-provider-node-driver": "^3.12.0",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.4",
"depcheck": "^1.4.7",
Expand All @@ -50,8 +50,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.16.4",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/types": "3.8.2"
"@mongosh/browser-runtime-core": "^3.18.0",
"@mongosh/service-provider-core": "3.3.5",
"@mongosh/types": "3.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/build",
"version": "3.7.0",
"version": "3.7.2",
"private": true,
"description": "MongoDB Shell Build Tools",
"main": "lib/index.js",
Expand Down
30 changes: 15 additions & 15 deletions packages/cli-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/cli-repl",
"version": "2.5.5",
"version": "2.5.6",
"description": "MongoDB Shell CLI REPL Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"author": "Compass Team <[email protected]>",
Expand Down Expand Up @@ -63,20 +63,20 @@
},
"dependencies": {
"@mongodb-js/devtools-proxy-support": "^0.4.2",
"@mongosh/arg-parser": "^3.12.0",
"@mongosh/autocomplete": "^3.16.4",
"@mongosh/editor": "^3.16.4",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.6",
"@mongosh/i18n": "^2.15.0",
"@mongosh/js-multiline-to-singleline": "2.4.8",
"@mongosh/logging": "3.9.2",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/service-provider-node-driver": "^3.10.2",
"@mongosh/shell-api": "^3.16.4",
"@mongosh/shell-evaluator": "^3.16.4",
"@mongosh/snippet-manager": "^3.16.4",
"@mongosh/types": "3.8.2",
"@mongosh/arg-parser": "^3.14.0",
"@mongosh/autocomplete": "^3.18.0",
"@mongosh/editor": "^3.18.0",
"@mongosh/errors": "2.4.2",
"@mongosh/history": "2.4.8",
"@mongosh/i18n": "^2.15.2",
"@mongosh/js-multiline-to-singleline": "2.4.10",
"@mongosh/logging": "^3.11.0",
"@mongosh/service-provider-core": "3.3.5",
"@mongosh/service-provider-node-driver": "^3.12.0",
"@mongosh/shell-api": "^3.18.0",
"@mongosh/shell-evaluator": "^3.18.0",
"@mongosh/snippet-manager": "^3.18.0",
"@mongosh/types": "3.10.0",
"@segment/analytics-node": "^1.3.0",
"ansi-escape-sequences": "^5.1.2",
"askcharacter": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci"
},
"devDependencies": {
"mongosh": "2.5.5"
"mongosh": "2.5.6"
},
"mongosh": {
"unitTestsOnly": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/e2e-tests",
"version": "3.11.4",
"version": "3.11.6",
"private": true,
"description": "MongoDB Shell E2E Tests Package",
"homepage": "https://github.com/mongodb-js/mongosh",
Expand All @@ -27,8 +27,8 @@
"node": ">=16.15.0"
},
"dependencies": {
"@mongosh/cli-repl": "2.5.5",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/cli-repl": "2.5.6",
"@mongosh/service-provider-core": "3.3.5",
"@mongodb-js/oidc-plugin": "^1.1.8",
"strip-ansi": "^6.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/editor",
"version": "3.16.4",
"version": "3.18.0",
"description": "MongoDB Shell External Editor",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -35,11 +35,11 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/js-multiline-to-singleline": "2.4.8",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/shell-api": "^3.16.4",
"@mongosh/shell-evaluator": "^3.16.4",
"@mongosh/types": "3.8.2",
"@mongosh/js-multiline-to-singleline": "2.4.10",
"@mongosh/service-provider-core": "3.3.5",
"@mongosh/shell-api": "^3.18.0",
"@mongosh/shell-evaluator": "^3.18.0",
"@mongosh/types": "3.10.0",
"js-beautify": "^1.15.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/errors",
"version": "2.4.0",
"version": "2.4.2",
"description": "MongoDB Shell Errors Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/history",
"version": "2.4.6",
"version": "2.4.8",
"description": "MongoDB Shell History Package",
"main": "./lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/i18n",
"version": "2.15.0",
"version": "2.15.2",
"description": "MongoDB Shell i18n Project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.4.0"
"@mongosh/errors": "2.4.2"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-multiline-to-singleline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/js-multiline-to-singleline",
"version": "2.4.8",
"version": "2.4.10",
"description": "Make multiline JS into a single line",
"main": "./lib/index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/logging",
"version": "3.9.2",
"version": "3.11.0",
"description": "MongoDB Shell Logging Utilities Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@mongodb-js/device-id": "^0.2.1",
"@mongodb-js/devtools-connect": "^3.4.1",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.6",
"@mongosh/types": "3.8.2",
"@mongosh/errors": "2.4.2",
"@mongosh/history": "2.4.8",
"@mongosh/types": "3.10.0",
"mongodb-log-writer": "^2.3.1",
"mongodb-redact": "^1.1.5",
"native-machine-id": "^0.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/mongosh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongosh",
"version": "2.5.5",
"version": "2.5.6",
"description": "MongoDB Shell CLI REPL",
"keywords": [
"mongosh",
Expand Down Expand Up @@ -39,6 +39,6 @@
"variants": []
},
"dependencies": {
"@mongosh/cli-repl": "2.5.5"
"@mongosh/cli-repl": "2.5.6"
}
}
12 changes: 6 additions & 6 deletions packages/node-runtime-worker-thread/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/node-runtime-worker-thread",
"version": "3.3.18",
"version": "3.3.20",
"description": "MongoDB shell runtime that lives in a worker thread",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,11 +40,11 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/sbom-tools": "^0.8.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/browser-runtime-core": "^3.16.4",
"@mongosh/browser-runtime-electron": "^3.16.4",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/service-provider-node-driver": "^3.10.2",
"@mongosh/types": "3.8.2",
"@mongosh/browser-runtime-core": "^3.18.0",
"@mongosh/browser-runtime-electron": "^3.18.0",
"@mongosh/service-provider-core": "3.3.5",
"@mongosh/service-provider-node-driver": "^3.12.0",
"@mongosh/types": "3.10.0",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-provider-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/service-provider-core",
"version": "3.3.3",
"version": "3.3.5",
"description": "MongoDB Shell Core Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@aws-sdk/credential-providers": "^3.525.0",
"@mongosh/errors": "2.4.0",
"@mongosh/errors": "2.4.2",
"bson": "^6.10.3",
"mongodb": "^6.16.0",
"mongodb-build-info": "^1.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/service-provider-node-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/service-provider-node-driver",
"version": "3.10.2",
"version": "3.12.0",
"description": "MongoDB Shell Server Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@mongodb-js/devtools-connect": "^3.4.1",
"@mongodb-js/oidc-plugin": "^1.1.8",
"@mongosh/errors": "2.4.0",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/types": "3.8.2",
"@mongosh/errors": "2.4.2",
"@mongosh/service-provider-core": "3.3.5",
"@mongosh/types": "3.10.0",
"aws4": "^1.12.0",
"mongodb": "^6.16.0",
"mongodb-connection-string-url": "^3.0.1",
Expand Down
Loading
Loading