diff --git a/package-lock.json b/package-lock.json index d3d09c04455..720df233dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10841,11 +10841,11 @@ } }, "node_modules/@mongodb-js/mongodb-ts-autocomplete": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@mongodb-js/mongodb-ts-autocomplete/-/mongodb-ts-autocomplete-0.4.8.tgz", - "integrity": "sha512-n2Alr6a8LZzADBxZRbQKBvSetfkr8bPZkNS9Duht6pluiiaKGasBKfv4xGUTtOP+UatnEiDuK/DuF6DTeXVnYA==", + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/mongodb-ts-autocomplete/-/mongodb-ts-autocomplete-0.4.9.tgz", + "integrity": "sha512-czJlyJzORTuCHf5xUtoQP0BKMvB3Uh3rlB4YiQNmNublvH3746JfIeRH9+pnqRPMbVU/lwwBMt/B9tPub8T73A==", "dependencies": { - "@mongodb-js/ts-autocomplete": "^0.4.7", + "@mongodb-js/ts-autocomplete": "^0.4.8", "@mongosh/shell-api": "^3.16.2", "debug": "^4.4.0", "lodash": "^4.17.21", @@ -11789,9 +11789,9 @@ "link": true }, "node_modules/@mongodb-js/ts-autocomplete": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/@mongodb-js/ts-autocomplete/-/ts-autocomplete-0.4.7.tgz", - "integrity": "sha512-H3ARdz3tlv2yGGCmzz6GfFwoHv1QSFDl9jBMigRQCblftFxU5lv2diJDh7qGhUrRUeu76knUdaAC2CektgqVWA==", + "version": "0.4.8", + "resolved": "https://registry.npmjs.org/@mongodb-js/ts-autocomplete/-/ts-autocomplete-0.4.8.tgz", + "integrity": "sha512-HSmBF/Z8DsOvJHIQdS0jFesyIdL8yIeR5ureaeeRYob7I5WFOLrbXkr8N6m63dVR7emFxEDyp/l+jDdzADkaeg==", "dependencies": { "debug": "^4.4.0", "lodash": "^4.17.21", @@ -11831,12 +11831,12 @@ "link": true }, "node_modules/@mongosh/arg-parser": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-3.20.0.tgz", - "integrity": "sha512-qHSnY93HML7roL0UljEOoHG6KwJxIaiV2aJiL07nWb/oAq6Rw4Ruk2JG3zD37lbaefz1MHxGE5icVjN3o8o4XQ==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-3.22.0.tgz", + "integrity": "sha512-VoQ3lzkMLF76rCZXONGto4zC0RQ74NG2hDXtR/oZGZjdpngR+E9anVGJjT7TymqcFRbXtqvR/Kau9F6a9zctEQ==", "dependencies": { "@mongosh/errors": "2.4.4", - "@mongosh/i18n": "^2.17.0", + "@mongosh/i18n": "^2.19.0", "mongodb-connection-string-url": "^3.0.2" }, "engines": { @@ -11879,13 +11879,13 @@ } }, "node_modules/@mongosh/autocomplete": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/autocomplete/-/autocomplete-3.24.0.tgz", - "integrity": "sha512-majMseTHgvszF/zyJ8dzdY0Dnd077x2TEiZtw04LnfojNhxBqsOHM9rJMHZXREEAhD8ASWSkxjEFlWXD/E7KnQ==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/autocomplete/-/autocomplete-3.26.0.tgz", + "integrity": "sha512-IqT06c/gCQ6hhHJPjX8rZC37TLNUJlECF3MEfG10W6JoAM2iEJwf/X6ZhVfABIalTxw0/DGtF+vxBqx957Uhbg==", "dependencies": { "@mongodb-js/mongodb-constants": "^0.10.1", "@mongodb-js/mongodb-ts-autocomplete": "^0.4.7", - "@mongosh/shell-api": "^3.24.0", + "@mongosh/shell-api": "^3.26.0", "semver": "^7.5.4" }, "engines": { @@ -11893,15 +11893,15 @@ } }, "node_modules/@mongosh/browser-repl": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/browser-repl/-/browser-repl-3.24.0.tgz", - "integrity": "sha512-4ocd2lCTEtzCOVg5Kf9sCOMjB+UqN4l0xtlbjDmZ9J4CQ1q3sJkimAUFsPmiyusyiA/WAeKXf0wqnJra5m20Qg==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/browser-repl/-/browser-repl-3.26.0.tgz", + "integrity": "sha512-NwO5OKv8lUfdGLrRL+1ry2EjUDWKGTPHEOU3CaJZwoAFvn/OjKA9Se5YFHJiZA8Z9Ugo7gTP0CZ5ar1Z+v8noQ==", "dependencies": { - "@mongosh/browser-runtime-core": "^3.24.0", + "@mongosh/browser-runtime-core": "^3.26.0", "@mongosh/errors": "2.4.4", "@mongosh/history": "2.4.9", - "@mongosh/i18n": "^2.17.0", - "@mongosh/node-runtime-worker-thread": "3.3.26", + "@mongosh/i18n": "^2.19.0", + "@mongosh/node-runtime-worker-thread": "3.3.28", "@mongosh/service-provider-core": "3.6.1", "@mongosh/shell-bson": "1.0.2", "bson": "^6.10.4", @@ -11928,14 +11928,14 @@ } }, "node_modules/@mongosh/browser-runtime-core": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/browser-runtime-core/-/browser-runtime-core-3.24.0.tgz", - "integrity": "sha512-yl3oNerLLwLiMjGdJmYb6+YoAzmZtimjV+QBjH0IqYHyh8etcMDQjhzPPkana88XdzoIczmqVJc6WQtbjWr04w==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/browser-runtime-core/-/browser-runtime-core-3.26.0.tgz", + "integrity": "sha512-wY1YpF8NosflO03aH4h8jHScT+YvZ9PTNSmA2kQnSfP0Ttlf52tW4CztaxKQ6lKKmDbG7mVcyIp28S3zzsDETw==", "dependencies": { - "@mongosh/autocomplete": "^3.24.0", + "@mongosh/autocomplete": "^3.26.0", "@mongosh/service-provider-core": "3.6.1", - "@mongosh/shell-api": "^3.24.0", - "@mongosh/shell-evaluator": "^3.24.0" + "@mongosh/shell-api": "^3.26.0", + "@mongosh/shell-evaluator": "^3.26.0" }, "engines": { "node": ">=14.15.1" @@ -11979,9 +11979,9 @@ } }, "node_modules/@mongosh/i18n": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.17.0.tgz", - "integrity": "sha512-B8vFQSCiUKgOAu63aFQyH1a+Psuof1+kUM7+XyKVVC8jKy9VSNiaNPS2YErAZrg0ACmgIPCHZUbE3us1UhoSBg==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.19.0.tgz", + "integrity": "sha512-evi+Ep+osBn2CSRX0KWxgthlIMly2qyi+5H2/+wmkQH/oJIobN0EXVz/pzrsLudjehCil/gLlF7Q/TbjTgB3QA==", "dependencies": { "@mongosh/errors": "2.4.4" }, @@ -11990,16 +11990,16 @@ } }, "node_modules/@mongosh/logging": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/@mongosh/logging/-/logging-3.15.1.tgz", - "integrity": "sha512-GylZIbmuvt+Njvp5+tWuv8Bpa6T4XalXYa7+95UqLPBZLsSVlMJfdZZ9NnONx68klaLkfUknymVrWwVDMLoGjQ==", + "version": "3.15.3", + "resolved": "https://registry.npmjs.org/@mongosh/logging/-/logging-3.15.3.tgz", + "integrity": "sha512-hPRG50vfJ5IDGJsmtTpOE18AEtaT9oWS5FFi1MBoKwRi/dbRjEIG0JgZ0cTdsEq20aRmegI/Xwfjs/v8Qu6AQA==", "dependencies": { "@mongodb-js/device-id": "^0.2.1", "@mongodb-js/devtools-connect": "^3.9.4", "@mongosh/errors": "2.4.4", "@mongosh/history": "2.4.9", "@mongosh/types": "^3.14.0", - "mongodb-log-writer": "^2.3.1", + "mongodb-log-writer": "^2.4.3", "mongodb-redact": "^1.1.5", "native-machine-id": "^0.1.1" }, @@ -12008,9 +12008,9 @@ } }, "node_modules/@mongosh/node-runtime-worker-thread": { - "version": "3.3.26", - "resolved": "https://registry.npmjs.org/@mongosh/node-runtime-worker-thread/-/node-runtime-worker-thread-3.3.26.tgz", - "integrity": "sha512-5vTKT/PaU0JBji5lln0CFZQkjmX5ED+Z8twr3uTTPUyaHHcvRPecL5lhmNKiajd0j8gDNLNmnvS+MKCZUZwC+w==", + "version": "3.3.28", + "resolved": "https://registry.npmjs.org/@mongosh/node-runtime-worker-thread/-/node-runtime-worker-thread-3.3.28.tgz", + "integrity": "sha512-Xuz/ReSyhW00XyH41XpUtWEQAg9gGC9slRe6nPh9zgCVUu9felhdmnBLkP3uegJKV//sLGEi046RfgaTLpYNcQ==", "dependencies": { "interruptor": "^1.0.1", "system-ca": "^2.0.1", @@ -12054,16 +12054,16 @@ } }, "node_modules/@mongosh/shell-api": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/shell-api/-/shell-api-3.24.0.tgz", - "integrity": "sha512-GunonZ9ZPubq+hZx819+18CQCKsTnxlszQOXA7JKhCeCrGcR/xmVs8g9vPSJiNvW2MBKwig0prMjTbPJ2LEIIQ==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/shell-api/-/shell-api-3.26.0.tgz", + "integrity": "sha512-q3/nTGTNpkp3i67FlYTGEB496spSOXmvMtCXppxhdIjHGRBnenI2a/oAiE94KiklgUuevMrqE0YNVI3aRVF1oQ==", "dependencies": { "@babel/core": "^7.26.10", "@babel/types": "^7.26.10", - "@mongosh/arg-parser": "^3.20.0", + "@mongosh/arg-parser": "^3.22.0", "@mongosh/errors": "2.4.4", "@mongosh/history": "2.4.9", - "@mongosh/i18n": "^2.17.0", + "@mongosh/i18n": "^2.19.0", "@mongosh/service-provider-core": "3.6.1", "@mongosh/shell-bson": "1.0.2", "mongodb-redact": "^1.1.5", @@ -12088,13 +12088,13 @@ } }, "node_modules/@mongosh/shell-evaluator": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/shell-evaluator/-/shell-evaluator-3.24.0.tgz", - "integrity": "sha512-+KbRQ+0kU0ejO5WGA0hAkBfrwIuHKfV+avWczQ4yFAZTjzSFitQbok0KFRO4bMa5rbWqrZw3MNMrG+thBVuAKg==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/shell-evaluator/-/shell-evaluator-3.26.0.tgz", + "integrity": "sha512-hHj7L/x68nVmt13GgyVnAVzlh+YswG1xcksHqwTsS1VdSkuwqlh3evF98VmZMRGM2Uo4ioBTGMjOs4dSFP+UoQ==", "dependencies": { "@mongosh/async-rewriter2": "2.4.10", "@mongosh/history": "2.4.9", - "@mongosh/shell-api": "^3.24.0" + "@mongosh/shell-api": "^3.26.0" }, "engines": { "node": ">=14.15.1" @@ -35375,10 +35375,9 @@ } }, "node_modules/mongodb-log-writer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/mongodb-log-writer/-/mongodb-log-writer-2.4.1.tgz", - "integrity": "sha512-kTVWtiUbayr2S54WeOeHpXvR80ASwlmoMsA3LIxH+PVZle8ddq7cXJXM3O5kkuT+Uni9+YNOTBwoRYVQlIAEUQ==", - "license": "Apache-2.0", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/mongodb-log-writer/-/mongodb-log-writer-2.4.4.tgz", + "integrity": "sha512-vGOzdF9ta+wUiHsqbEcRQ1COzTIKXy4vhOWkPCvOacWCeNsFS7LLp6Vg9LT95Z/09gSjnD1WDeYhxTqZXEgcWQ==", "dependencies": { "heap-js": "^2.3.0" }, @@ -47946,7 +47945,7 @@ "license": "SSPL", "dependencies": { "@mongodb-js/device-id": "^0.2.0", - "@mongosh/node-runtime-worker-thread": "^3.3.26", + "@mongosh/node-runtime-worker-thread": "^3.3.28", "clipboard": "^2.0.6", "kerberos": "^2.2.1", "keytar": "^7.9.0", @@ -52404,9 +52403,9 @@ "@mongodb-js/compass-user-data": "^0.11.0", "@mongodb-js/compass-utils": "^0.9.21", "@mongodb-js/compass-workspaces": "^0.67.0", - "@mongosh/browser-repl": "^3.24.0", - "@mongosh/logging": "^3.15.1", - "@mongosh/node-runtime-worker-thread": "^3.3.26", + "@mongosh/browser-repl": "^3.26.0", + "@mongosh/logging": "^3.15.3", + "@mongosh/node-runtime-worker-thread": "^3.3.28", "bson": "^6.10.4", "compass-preferences-model": "^2.64.0", "react": "^17.0.2", @@ -66193,9 +66192,9 @@ "@mongodb-js/prettier-config-compass": "^1.2.9", "@mongodb-js/testing-library-compass": "^1.3.17", "@mongodb-js/tsconfig-compass": "^1.2.12", - "@mongosh/browser-repl": "^3.24.0", - "@mongosh/logging": "^3.15.1", - "@mongosh/node-runtime-worker-thread": "^3.3.26", + "@mongosh/browser-repl": "^3.26.0", + "@mongosh/logging": "^3.15.3", + "@mongosh/node-runtime-worker-thread": "^3.3.28", "bson": "^6.10.4", "chai": "^4.2.0", "compass-preferences-model": "^2.64.0", @@ -67897,11 +67896,11 @@ } }, "@mongodb-js/mongodb-ts-autocomplete": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@mongodb-js/mongodb-ts-autocomplete/-/mongodb-ts-autocomplete-0.4.8.tgz", - "integrity": "sha512-n2Alr6a8LZzADBxZRbQKBvSetfkr8bPZkNS9Duht6pluiiaKGasBKfv4xGUTtOP+UatnEiDuK/DuF6DTeXVnYA==", + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/mongodb-ts-autocomplete/-/mongodb-ts-autocomplete-0.4.9.tgz", + "integrity": "sha512-czJlyJzORTuCHf5xUtoQP0BKMvB3Uh3rlB4YiQNmNublvH3746JfIeRH9+pnqRPMbVU/lwwBMt/B9tPub8T73A==", "requires": { - "@mongodb-js/ts-autocomplete": "^0.4.7", + "@mongodb-js/ts-autocomplete": "^0.4.8", "@mongosh/shell-api": "^3.16.2", "debug": "^4.4.0", "lodash": "^4.17.21", @@ -68715,9 +68714,9 @@ } }, "@mongodb-js/ts-autocomplete": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/@mongodb-js/ts-autocomplete/-/ts-autocomplete-0.4.7.tgz", - "integrity": "sha512-H3ARdz3tlv2yGGCmzz6GfFwoHv1QSFDl9jBMigRQCblftFxU5lv2diJDh7qGhUrRUeu76knUdaAC2CektgqVWA==", + "version": "0.4.8", + "resolved": "https://registry.npmjs.org/@mongodb-js/ts-autocomplete/-/ts-autocomplete-0.4.8.tgz", + "integrity": "sha512-HSmBF/Z8DsOvJHIQdS0jFesyIdL8yIeR5ureaeeRYob7I5WFOLrbXkr8N6m63dVR7emFxEDyp/l+jDdzADkaeg==", "requires": { "debug": "^4.4.0", "lodash": "^4.17.21", @@ -69249,12 +69248,12 @@ } }, "@mongosh/arg-parser": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-3.20.0.tgz", - "integrity": "sha512-qHSnY93HML7roL0UljEOoHG6KwJxIaiV2aJiL07nWb/oAq6Rw4Ruk2JG3zD37lbaefz1MHxGE5icVjN3o8o4XQ==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-3.22.0.tgz", + "integrity": "sha512-VoQ3lzkMLF76rCZXONGto4zC0RQ74NG2hDXtR/oZGZjdpngR+E9anVGJjT7TymqcFRbXtqvR/Kau9F6a9zctEQ==", "requires": { "@mongosh/errors": "2.4.4", - "@mongosh/i18n": "^2.17.0", + "@mongosh/i18n": "^2.19.0", "mongodb-connection-string-url": "^3.0.2" }, "dependencies": { @@ -69290,26 +69289,26 @@ } }, "@mongosh/autocomplete": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/autocomplete/-/autocomplete-3.24.0.tgz", - "integrity": "sha512-majMseTHgvszF/zyJ8dzdY0Dnd077x2TEiZtw04LnfojNhxBqsOHM9rJMHZXREEAhD8ASWSkxjEFlWXD/E7KnQ==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/autocomplete/-/autocomplete-3.26.0.tgz", + "integrity": "sha512-IqT06c/gCQ6hhHJPjX8rZC37TLNUJlECF3MEfG10W6JoAM2iEJwf/X6ZhVfABIalTxw0/DGtF+vxBqx957Uhbg==", "requires": { "@mongodb-js/mongodb-constants": "^0.10.1", "@mongodb-js/mongodb-ts-autocomplete": "^0.4.7", - "@mongosh/shell-api": "^3.24.0", + "@mongosh/shell-api": "^3.26.0", "semver": "^7.5.4" } }, "@mongosh/browser-repl": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/browser-repl/-/browser-repl-3.24.0.tgz", - "integrity": "sha512-4ocd2lCTEtzCOVg5Kf9sCOMjB+UqN4l0xtlbjDmZ9J4CQ1q3sJkimAUFsPmiyusyiA/WAeKXf0wqnJra5m20Qg==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/browser-repl/-/browser-repl-3.26.0.tgz", + "integrity": "sha512-NwO5OKv8lUfdGLrRL+1ry2EjUDWKGTPHEOU3CaJZwoAFvn/OjKA9Se5YFHJiZA8Z9Ugo7gTP0CZ5ar1Z+v8noQ==", "requires": { - "@mongosh/browser-runtime-core": "^3.24.0", + "@mongosh/browser-runtime-core": "^3.26.0", "@mongosh/errors": "2.4.4", "@mongosh/history": "2.4.9", - "@mongosh/i18n": "^2.17.0", - "@mongosh/node-runtime-worker-thread": "3.3.26", + "@mongosh/i18n": "^2.19.0", + "@mongosh/node-runtime-worker-thread": "3.3.28", "@mongosh/service-provider-core": "3.6.1", "@mongosh/shell-bson": "1.0.2", "bson": "^6.10.4", @@ -69325,14 +69324,14 @@ } }, "@mongosh/browser-runtime-core": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/browser-runtime-core/-/browser-runtime-core-3.24.0.tgz", - "integrity": "sha512-yl3oNerLLwLiMjGdJmYb6+YoAzmZtimjV+QBjH0IqYHyh8etcMDQjhzPPkana88XdzoIczmqVJc6WQtbjWr04w==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/browser-runtime-core/-/browser-runtime-core-3.26.0.tgz", + "integrity": "sha512-wY1YpF8NosflO03aH4h8jHScT+YvZ9PTNSmA2kQnSfP0Ttlf52tW4CztaxKQ6lKKmDbG7mVcyIp28S3zzsDETw==", "requires": { - "@mongosh/autocomplete": "^3.24.0", + "@mongosh/autocomplete": "^3.26.0", "@mongosh/service-provider-core": "3.6.1", - "@mongosh/shell-api": "^3.24.0", - "@mongosh/shell-evaluator": "^3.24.0" + "@mongosh/shell-api": "^3.26.0", + "@mongosh/shell-evaluator": "^3.26.0" } }, "@mongosh/errors": { @@ -69369,32 +69368,32 @@ } }, "@mongosh/i18n": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.17.0.tgz", - "integrity": "sha512-B8vFQSCiUKgOAu63aFQyH1a+Psuof1+kUM7+XyKVVC8jKy9VSNiaNPS2YErAZrg0ACmgIPCHZUbE3us1UhoSBg==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.19.0.tgz", + "integrity": "sha512-evi+Ep+osBn2CSRX0KWxgthlIMly2qyi+5H2/+wmkQH/oJIobN0EXVz/pzrsLudjehCil/gLlF7Q/TbjTgB3QA==", "requires": { "@mongosh/errors": "2.4.4" } }, "@mongosh/logging": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/@mongosh/logging/-/logging-3.15.1.tgz", - "integrity": "sha512-GylZIbmuvt+Njvp5+tWuv8Bpa6T4XalXYa7+95UqLPBZLsSVlMJfdZZ9NnONx68klaLkfUknymVrWwVDMLoGjQ==", + "version": "3.15.3", + "resolved": "https://registry.npmjs.org/@mongosh/logging/-/logging-3.15.3.tgz", + "integrity": "sha512-hPRG50vfJ5IDGJsmtTpOE18AEtaT9oWS5FFi1MBoKwRi/dbRjEIG0JgZ0cTdsEq20aRmegI/Xwfjs/v8Qu6AQA==", "requires": { "@mongodb-js/device-id": "^0.2.1", "@mongodb-js/devtools-connect": "^3.9.4", "@mongosh/errors": "2.4.4", "@mongosh/history": "2.4.9", "@mongosh/types": "^3.14.0", - "mongodb-log-writer": "^2.3.1", + "mongodb-log-writer": "^2.4.3", "mongodb-redact": "^1.1.5", "native-machine-id": "^0.1.1" } }, "@mongosh/node-runtime-worker-thread": { - "version": "3.3.26", - "resolved": "https://registry.npmjs.org/@mongosh/node-runtime-worker-thread/-/node-runtime-worker-thread-3.3.26.tgz", - "integrity": "sha512-5vTKT/PaU0JBji5lln0CFZQkjmX5ED+Z8twr3uTTPUyaHHcvRPecL5lhmNKiajd0j8gDNLNmnvS+MKCZUZwC+w==", + "version": "3.3.28", + "resolved": "https://registry.npmjs.org/@mongosh/node-runtime-worker-thread/-/node-runtime-worker-thread-3.3.28.tgz", + "integrity": "sha512-Xuz/ReSyhW00XyH41XpUtWEQAg9gGC9slRe6nPh9zgCVUu9felhdmnBLkP3uegJKV//sLGEi046RfgaTLpYNcQ==", "requires": { "interruptor": "^1.0.1", "system-ca": "^2.0.1", @@ -69434,16 +69433,16 @@ } }, "@mongosh/shell-api": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/shell-api/-/shell-api-3.24.0.tgz", - "integrity": "sha512-GunonZ9ZPubq+hZx819+18CQCKsTnxlszQOXA7JKhCeCrGcR/xmVs8g9vPSJiNvW2MBKwig0prMjTbPJ2LEIIQ==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/shell-api/-/shell-api-3.26.0.tgz", + "integrity": "sha512-q3/nTGTNpkp3i67FlYTGEB496spSOXmvMtCXppxhdIjHGRBnenI2a/oAiE94KiklgUuevMrqE0YNVI3aRVF1oQ==", "requires": { "@babel/core": "^7.26.10", "@babel/types": "^7.26.10", - "@mongosh/arg-parser": "^3.20.0", + "@mongosh/arg-parser": "^3.22.0", "@mongosh/errors": "2.4.4", "@mongosh/history": "2.4.9", - "@mongosh/i18n": "^2.17.0", + "@mongosh/i18n": "^2.19.0", "@mongosh/service-provider-core": "3.6.1", "@mongosh/shell-bson": "1.0.2", "mongodb-redact": "^1.1.5", @@ -69459,13 +69458,13 @@ } }, "@mongosh/shell-evaluator": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@mongosh/shell-evaluator/-/shell-evaluator-3.24.0.tgz", - "integrity": "sha512-+KbRQ+0kU0ejO5WGA0hAkBfrwIuHKfV+avWczQ4yFAZTjzSFitQbok0KFRO4bMa5rbWqrZw3MNMrG+thBVuAKg==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@mongosh/shell-evaluator/-/shell-evaluator-3.26.0.tgz", + "integrity": "sha512-hHj7L/x68nVmt13GgyVnAVzlh+YswG1xcksHqwTsS1VdSkuwqlh3evF98VmZMRGM2Uo4ioBTGMjOs4dSFP+UoQ==", "requires": { "@mongosh/async-rewriter2": "2.4.10", "@mongosh/history": "2.4.9", - "@mongosh/shell-api": "^3.24.0" + "@mongosh/shell-api": "^3.26.0" } }, "@mongosh/types": { @@ -88071,7 +88070,7 @@ "@mongodb-js/testing-library-compass": "^1.3.17", "@mongodb-js/tsconfig-compass": "^1.2.12", "@mongodb-js/webpack-config-compass": "^1.10.11", - "@mongosh/node-runtime-worker-thread": "^3.3.26", + "@mongosh/node-runtime-worker-thread": "^3.3.28", "@segment/analytics-node": "^1.1.4", "@types/minimatch": "^5.1.2", "bson": "^6.10.4", @@ -88766,9 +88765,9 @@ } }, "mongodb-log-writer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/mongodb-log-writer/-/mongodb-log-writer-2.4.1.tgz", - "integrity": "sha512-kTVWtiUbayr2S54WeOeHpXvR80ASwlmoMsA3LIxH+PVZle8ddq7cXJXM3O5kkuT+Uni9+YNOTBwoRYVQlIAEUQ==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/mongodb-log-writer/-/mongodb-log-writer-2.4.4.tgz", + "integrity": "sha512-vGOzdF9ta+wUiHsqbEcRQ1COzTIKXy4vhOWkPCvOacWCeNsFS7LLp6Vg9LT95Z/09gSjnD1WDeYhxTqZXEgcWQ==", "requires": { "heap-js": "^2.3.0" } diff --git a/packages/compass-shell/package.json b/packages/compass-shell/package.json index c51e5c1720b..1d91a40e1c1 100644 --- a/packages/compass-shell/package.json +++ b/packages/compass-shell/package.json @@ -58,9 +58,9 @@ "@mongodb-js/compass-user-data": "^0.11.0", "@mongodb-js/compass-utils": "^0.9.21", "@mongodb-js/compass-workspaces": "^0.67.0", - "@mongosh/browser-repl": "^3.24.0", - "@mongosh/logging": "^3.15.1", - "@mongosh/node-runtime-worker-thread": "^3.3.26", + "@mongosh/browser-repl": "^3.26.0", + "@mongosh/logging": "^3.15.3", + "@mongosh/node-runtime-worker-thread": "^3.3.28", "bson": "^6.10.4", "compass-preferences-model": "^2.64.0", "react": "^17.0.2", diff --git a/packages/compass/package.json b/packages/compass/package.json index 91d3552e6b9..ff1229d2b85 100644 --- a/packages/compass/package.json +++ b/packages/compass/package.json @@ -182,7 +182,7 @@ }, "dependencies": { "@mongodb-js/device-id": "^0.2.0", - "@mongosh/node-runtime-worker-thread": "^3.3.26", + "@mongosh/node-runtime-worker-thread": "^3.3.28", "clipboard": "^2.0.6", "kerberos": "^2.2.1", "keytar": "^7.9.0",