Skip to content
Open
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
675 changes: 204 additions & 471 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.23.0",
"version": "3.23.1",
"description": "MongoDB Shell CLI Argument List Parser Package",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -45,8 +45,8 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.4.5",
"@mongosh/i18n": "^2.20.0",
"@mongosh/errors": "2.4.6",
"@mongosh/i18n": "^2.20.1",
"mongodb-connection-string-url": "^3.0.2",
"yargs-parser": "^20.2.4"
},
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.13",
"version": "2.4.14",
"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.29.0",
"version": "3.29.1",
"description": "MongoDB Shell Autocomplete Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@mongodb-js/mongodb-constants": "^0.10.1",
"@mongosh/shell-api": "^3.29.0",
"@mongosh/shell-api": "^3.29.1",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"semver": "^7.5.4"
}
Expand Down
18 changes: 9 additions & 9 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.29.0",
"version": "3.29.1",
"description": "Browser presentation component for Mongo Shell",
"engines": {
"node": ">=14.15.1"
Expand Down Expand Up @@ -57,13 +57,13 @@
]
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.29.0",
"@mongosh/errors": "2.4.5",
"@mongosh/history": "2.4.12",
"@mongosh/i18n": "^2.20.0",
"@mongosh/node-runtime-worker-thread": "3.3.33",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/shell-bson": "1.1.0",
"@mongosh/browser-runtime-core": "^3.29.1",
"@mongosh/errors": "2.4.6",
"@mongosh/history": "2.4.13",
"@mongosh/i18n": "^2.20.1",
"@mongosh/node-runtime-worker-thread": "3.3.34",
"@mongosh/service-provider-core": "3.7.1",
"@mongosh/shell-bson": "1.1.1",
"bson": "^6.10.4",
"numeral": "^2.0.6",
"text-table": "^0.2.0"
Expand Down Expand Up @@ -92,7 +92,7 @@
"enzyme": "^3.11.0",
"eslint": "^7.25.0",
"html-webpack-plugin": "^5.5.0",
"@mongosh/testing": "0.0.0-dev.0",
"@mongosh/testing": "0.0.0",
"karma": "^6.3.9",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.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.29.0",
"version": "3.29.1",
"description": "Mongosh browser runtime core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,16 +41,16 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"@mongosh/types": "^3.14.1",
"@mongosh/types": "^3.14.2",
"bson": "^6.10.4",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/autocomplete": "^3.29.0",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/shell-api": "^3.29.0",
"@mongosh/shell-evaluator": "^3.29.0"
"@mongosh/autocomplete": "^3.29.1",
"@mongosh/service-provider-core": "3.7.1",
"@mongosh/shell-api": "^3.29.1",
"@mongosh/shell-evaluator": "^3.29.1"
}
}
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.29.0",
"version": "3.29.1",
"description": "Mongosh browser runtime electron",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -40,15 +40,15 @@
"@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.18.0",
"@mongosh/service-provider-node-driver": "^3.18.1",
"bson": "^6.10.4",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.29.0",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/types": "^3.14.1"
"@mongosh/browser-runtime-core": "^3.29.1",
"@mongosh/service-provider-core": "3.7.1",
"@mongosh/types": "^3.14.2"
}
}
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.11",
"version": "3.7.12",
"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
Expand Up @@ -62,20 +62,20 @@
},
"dependencies": {
"@mongodb-js/devtools-proxy-support": "^0.5.3",
"@mongosh/arg-parser": "^3.23.0",
"@mongosh/autocomplete": "^3.29.0",
"@mongosh/editor": "^3.29.0",
"@mongosh/errors": "2.4.5",
"@mongosh/history": "2.4.12",
"@mongosh/i18n": "^2.20.0",
"@mongosh/js-multiline-to-singleline": "2.4.11",
"@mongosh/logging": "^3.15.6",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/service-provider-node-driver": "^3.18.0",
"@mongosh/shell-api": "^3.29.0",
"@mongosh/shell-evaluator": "^3.29.0",
"@mongosh/snippet-manager": "^3.29.0",
"@mongosh/types": "^3.14.1",
"@mongosh/arg-parser": "^3.23.1",
"@mongosh/autocomplete": "^3.29.1",
"@mongosh/editor": "^3.29.1",
"@mongosh/errors": "2.4.6",
"@mongosh/history": "2.4.13",
"@mongosh/i18n": "^2.20.1",
"@mongosh/js-multiline-to-singleline": "2.4.12",
"@mongosh/logging": "^3.15.7",
"@mongosh/service-provider-core": "3.7.1",
"@mongosh/service-provider-node-driver": "^3.18.1",
"@mongosh/shell-api": "^3.29.1",
"@mongosh/shell-evaluator": "^3.29.1",
"@mongosh/snippet-manager": "^3.29.1",
"@mongosh/types": "^3.14.2",
"@segment/analytics-node": "^1.3.0",
"ansi-escape-sequences": "^5.1.2",
"askcharacter": "^2.0.4",
Expand Down Expand Up @@ -110,7 +110,7 @@
"mongodb-crypt-library-dummy": "^1.0.2",
"prettier": "^2.8.8",
"webpack-merge": "^5.8.0",
"@mongosh/testing": "0.0.0-dev.0"
"@mongosh/testing": "0.0.0"
},
"optionalDependencies": {
"get-console-process-list": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/connectivity-tests",
"version": "2.5.4",
"version": "2.5.5",
"private": true,
"license": "Apache-2.0",
"scripts": {
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.17.0",
"version": "3.17.1",
"private": true,
"description": "MongoDB Shell E2E Tests Package",
"homepage": "https://github.com/mongodb-js/mongosh",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@mongodb-js/oidc-mock-provider": "^0.11.3",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/testing": "0.0.0-dev.0",
"@mongosh/testing": "0.0.0",
"@types/chai-as-promised": "^8.0.2",
"@types/node": "^22.15.30",
"@types/rimraf": "^3.0.0",
Expand All @@ -47,6 +47,6 @@
"@mongodb-js/oidc-plugin": "^2.0.5",
"strip-ansi": "^6.0.0",
"@mongosh/cli-repl": "2.5.10",
"@mongosh/service-provider-core": "3.7.0"
"@mongosh/service-provider-core": "3.7.1"
}
}
10 changes: 5 additions & 5 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/editor",
"version": "3.29.0",
"version": "3.29.1",
"description": "MongoDB Shell External Editor",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/js-multiline-to-singleline": "2.4.11",
"@mongosh/shell-api": "^3.29.0",
"@mongosh/shell-evaluator": "^3.29.0",
"@mongosh/types": "^3.14.1",
"@mongosh/js-multiline-to-singleline": "2.4.12",
"@mongosh/shell-api": "^3.29.1",
"@mongosh/shell-evaluator": "^3.29.1",
"@mongosh/types": "^3.14.2",
"bson": "^6.10.4",
"js-beautify": "^1.15.1"
},
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.5",
"version": "2.4.6",
"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.12",
"version": "2.4.13",
"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.20.0",
"version": "2.20.1",
"description": "MongoDB Shell i18n Project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.4.5"
"@mongosh/errors": "2.4.6"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/java-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/java-shell",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"description": "Java application that uses mongosh-shell-api node module and MongoDB java driver to run mongo shell on JVM",
"config": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"webpack-merge": "^5.8.0",
"@mongosh/testing": "0.0.0-dev.0"
"@mongosh/testing": "0.0.0"
},
"license": "SSPL",
"publishConfig": {
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.11",
"version": "2.4.12",
"description": "Make multiline JS into a single line",
"main": "./lib/index.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/logging",
"version": "3.15.6",
"version": "3.15.7",
"description": "MongoDB Shell Logging Utilities Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@mongodb-js/device-id": "^0.2.1",
"@mongodb-js/devtools-connect": "^3.9.4",
"@mongosh/types": "^3.14.1",
"@mongosh/types": "^3.14.2",
"mongodb-log-writer": "^2.4.3",
"mongodb-redact": "^1.3.0",
"native-machine-id": "^0.1.1"
Expand All @@ -32,7 +32,7 @@
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"sinon": "^19.0.4",
"@mongosh/errors": "2.4.5"
"@mongosh/errors": "2.4.6"
},
"scripts": {
"test": "mocha",
Expand Down
14 changes: 7 additions & 7 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.33",
"version": "3.3.34",
"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 @@ -38,13 +38,13 @@
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/sbom-tools": "^0.8.1",
"@mongosh/testing": "0.0.0-dev.0",
"@mongosh/testing": "0.0.0",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/browser-runtime-core": "^3.29.0",
"@mongosh/browser-runtime-electron": "^3.29.0",
"@mongosh/service-provider-core": "3.7.0",
"@mongosh/service-provider-node-driver": "^3.18.0",
"@mongosh/types": "^3.14.1",
"@mongosh/browser-runtime-core": "^3.29.1",
"@mongosh/browser-runtime-electron": "^3.29.1",
"@mongosh/service-provider-core": "3.7.1",
"@mongosh/service-provider-node-driver": "^3.18.1",
"@mongosh/types": "^3.14.2",
"bson": "^6.10.4",
"eslint": "^7.25.0",
"mocha": "^11.7.5",
Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "3.7.1",
"description": "MongoDB Shell Core Service Provider Package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongosh/errors": "2.4.5",
"@mongosh/shell-bson": "1.1.0",
"@mongosh/errors": "2.4.6",
"@mongosh/shell-bson": "1.1.1",
"bson": "^6.10.4",
"mongodb": "^6.19.0",
"mongodb-build-info": "^1.8.1",
Expand Down
Loading
Loading