From 6accd27f9a02060d6da880035de6d9de031a00a3 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 5 Sep 2024 18:00:15 +0200 Subject: [PATCH] chore(deps): bump devtools-proxy-support, devtools-connect to latest --- package-lock.json | 118 ++++++++++-------- packages/atlas-service/package.json | 4 +- .../compass-preferences-model/package.json | 2 +- packages/compass/package.json | 2 +- packages/data-service/package.json | 4 +- 5 files changed, 72 insertions(+), 58 deletions(-) diff --git a/package-lock.json b/package-lock.json index de478b43f87..d0bd5a90b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44266,8 +44266,8 @@ "@mongodb-js/compass-telemetry": "^1.1.6", "@mongodb-js/compass-user-data": "^0.3.6", "@mongodb-js/compass-utils": "^0.6.11", - "@mongodb-js/devtools-connect": "^3.2.8", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-connect": "^3.2.10", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/oidc-plugin": "^1.1.1", "compass-preferences-model": "^2.28.2", "electron": "^30.4.0", @@ -44299,11 +44299,12 @@ } }, "packages/atlas-service/node_modules/@mongodb-js/devtools-connect": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.8.tgz", - "integrity": "sha512-GVYmehyE5e2Z3KdouQCnub1qhk4N6qimeG/2OJcnBAYHm4G6Tc/LrxTKe/asOmNk41kNa9tskyr6ilDHlq1uMw==", + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.10.tgz", + "integrity": "sha512-x+MhIwJzCKjc5NhGHbns5IGa6yBwj/Nm6uVh0TwmhdKGxBbIP4o0xa4YVRwRajxHHGrxhiKQRNRJsHD6IzVVOw==", + "license": "Apache-2.0", "dependencies": { - "@mongodb-js/devtools-proxy-support": "^0.3.7", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/oidc-http-server-pages": "1.1.3", "lodash.merge": "^4.6.2", "mongodb-connection-string-url": "^3.0.0", @@ -44322,9 +44323,10 @@ } }, "packages/atlas-service/node_modules/@mongodb-js/devtools-proxy-support": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.7.tgz", - "integrity": "sha512-afBjqQo0SXyE6X2U0MJSyX+XTeMZdZONDj9DdeR3DVBg/H6i9menv4Gex9vasxPHANxgs7Yn3gCukifLEBn+gA==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", + "license": "Apache-2.0", "dependencies": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", @@ -44348,6 +44350,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", + "license": "MIT", "engines": { "node": ">= 12" } @@ -44356,6 +44359,7 @@ "version": "4.3.6", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "license": "MIT", "dependencies": { "ms": "2.1.2" }, @@ -44381,6 +44385,7 @@ "version": "11.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", + "license": "ISC", "engines": { "node": "20 || >=22" } @@ -44389,6 +44394,7 @@ "version": "3.3.2", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "license": "MIT", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -44525,7 +44531,7 @@ "@mongodb-js/compass-workspaces": "^0.22.0", "@mongodb-js/connection-info": "^0.7.0", "@mongodb-js/connection-storage": "^0.20.0", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/eslint-config-compass": "^1.1.6", "@mongodb-js/get-os-info": "^0.3.24", "@mongodb-js/mocha-config-compass": "^1.4.1", @@ -46534,7 +46540,7 @@ "dependencies": { "@mongodb-js/compass-logging": "^1.4.6", "@mongodb-js/compass-user-data": "^0.3.6", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "bson": "^6.7.0", "hadron-app-registry": "^9.2.5", "hadron-ipc": "^3.2.22", @@ -46558,9 +46564,10 @@ } }, "packages/compass-preferences-model/node_modules/@mongodb-js/devtools-proxy-support": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.6.tgz", - "integrity": "sha512-si41DJkT/SGhXm3C6BAdnts/5iKy1KJk/QnH0iWL+esMiiYkY929BIJ0v1sg6mm2cE9sX+nUb/a1jEByXWk8Dg==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", + "license": "Apache-2.0", "dependencies": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", @@ -48001,10 +48008,11 @@ } }, "packages/compass/node_modules/@mongodb-js/devtools-proxy-support": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.6.tgz", - "integrity": "sha512-si41DJkT/SGhXm3C6BAdnts/5iKy1KJk/QnH0iWL+esMiiYkY929BIJ0v1sg6mm2cE9sX+nUb/a1jEByXWk8Dg==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", @@ -48342,8 +48350,8 @@ "dependencies": { "@mongodb-js/compass-logging": "^1.4.6", "@mongodb-js/compass-utils": "^0.6.11", - "@mongodb-js/devtools-connect": "^3.2.8", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-connect": "^3.2.10", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "bson": "^6.7.0", "lodash": "^4.17.21", "mongodb": "^6.8.0", @@ -48379,11 +48387,12 @@ } }, "packages/data-service/node_modules/@mongodb-js/devtools-connect": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.8.tgz", - "integrity": "sha512-GVYmehyE5e2Z3KdouQCnub1qhk4N6qimeG/2OJcnBAYHm4G6Tc/LrxTKe/asOmNk41kNa9tskyr6ilDHlq1uMw==", + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.10.tgz", + "integrity": "sha512-x+MhIwJzCKjc5NhGHbns5IGa6yBwj/Nm6uVh0TwmhdKGxBbIP4o0xa4YVRwRajxHHGrxhiKQRNRJsHD6IzVVOw==", + "license": "Apache-2.0", "dependencies": { - "@mongodb-js/devtools-proxy-support": "^0.3.7", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/oidc-http-server-pages": "1.1.3", "lodash.merge": "^4.6.2", "mongodb-connection-string-url": "^3.0.0", @@ -48426,9 +48435,10 @@ } }, "packages/data-service/node_modules/@mongodb-js/devtools-proxy-support": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.7.tgz", - "integrity": "sha512-afBjqQo0SXyE6X2U0MJSyX+XTeMZdZONDj9DdeR3DVBg/H6i9menv4Gex9vasxPHANxgs7Yn3gCukifLEBn+gA==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", + "license": "Apache-2.0", "dependencies": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", @@ -48452,6 +48462,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", + "license": "MIT", "engines": { "node": ">= 12" } @@ -48460,6 +48471,7 @@ "version": "4.3.6", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "license": "MIT", "dependencies": { "ms": "2.1.2" }, @@ -48510,6 +48522,7 @@ "version": "11.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", + "license": "ISC", "engines": { "node": "20 || >=22" } @@ -48518,6 +48531,7 @@ "version": "3.3.2", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "license": "MIT", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -56599,8 +56613,8 @@ "@mongodb-js/compass-telemetry": "^1.1.6", "@mongodb-js/compass-user-data": "^0.3.6", "@mongodb-js/compass-utils": "^0.6.11", - "@mongodb-js/devtools-connect": "^3.2.8", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-connect": "^3.2.10", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/eslint-config-compass": "^1.1.6", "@mongodb-js/mocha-config-compass": "^1.4.1", "@mongodb-js/oidc-plugin": "^1.1.1", @@ -56630,11 +56644,11 @@ }, "dependencies": { "@mongodb-js/devtools-connect": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.8.tgz", - "integrity": "sha512-GVYmehyE5e2Z3KdouQCnub1qhk4N6qimeG/2OJcnBAYHm4G6Tc/LrxTKe/asOmNk41kNa9tskyr6ilDHlq1uMw==", + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.10.tgz", + "integrity": "sha512-x+MhIwJzCKjc5NhGHbns5IGa6yBwj/Nm6uVh0TwmhdKGxBbIP4o0xa4YVRwRajxHHGrxhiKQRNRJsHD6IzVVOw==", "requires": { - "@mongodb-js/devtools-proxy-support": "^0.3.7", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/oidc-http-server-pages": "1.1.3", "kerberos": "^2.1.0", "lodash.merge": "^4.6.2", @@ -56646,9 +56660,9 @@ } }, "@mongodb-js/devtools-proxy-support": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.7.tgz", - "integrity": "sha512-afBjqQo0SXyE6X2U0MJSyX+XTeMZdZONDj9DdeR3DVBg/H6i9menv4Gex9vasxPHANxgs7Yn3gCukifLEBn+gA==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", "requires": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", @@ -69569,7 +69583,7 @@ "requires": { "@mongodb-js/compass-logging": "^1.4.6", "@mongodb-js/compass-user-data": "^0.3.6", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/eslint-config-compass": "^1.1.6", "@mongodb-js/mocha-config-compass": "^1.4.1", "@testing-library/react": "^12.1.5", @@ -69591,9 +69605,9 @@ }, "dependencies": { "@mongodb-js/devtools-proxy-support": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.6.tgz", - "integrity": "sha512-si41DJkT/SGhXm3C6BAdnts/5iKy1KJk/QnH0iWL+esMiiYkY929BIJ0v1sg6mm2cE9sX+nUb/a1jEByXWk8Dg==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", "requires": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", @@ -81276,7 +81290,7 @@ "@mongodb-js/compass-workspaces": "^0.22.0", "@mongodb-js/connection-info": "^0.7.0", "@mongodb-js/connection-storage": "^0.20.0", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/eslint-config-compass": "^1.1.6", "@mongodb-js/get-os-info": "^0.3.24", "@mongodb-js/mocha-config-compass": "^1.4.1", @@ -81338,9 +81352,9 @@ }, "dependencies": { "@mongodb-js/devtools-proxy-support": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.6.tgz", - "integrity": "sha512-si41DJkT/SGhXm3C6BAdnts/5iKy1KJk/QnH0iWL+esMiiYkY929BIJ0v1sg6mm2cE9sX+nUb/a1jEByXWk8Dg==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", "dev": true, "requires": { "@mongodb-js/socksv5": "^0.0.10", @@ -81415,9 +81429,9 @@ "@mongodb-js/compass-logging": "^1.4.6", "@mongodb-js/compass-test-server": "^0.1.21", "@mongodb-js/compass-utils": "^0.6.11", - "@mongodb-js/devtools-connect": "^3.2.8", + "@mongodb-js/devtools-connect": "^3.2.10", "@mongodb-js/devtools-docker-test-envs": "^1.3.3", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/eslint-config-compass": "^1.1.6", "@mongodb-js/mocha-config-compass": "^1.4.1", "@mongodb-js/oidc-plugin": "^1.1.1", @@ -81447,11 +81461,11 @@ }, "dependencies": { "@mongodb-js/devtools-connect": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.8.tgz", - "integrity": "sha512-GVYmehyE5e2Z3KdouQCnub1qhk4N6qimeG/2OJcnBAYHm4G6Tc/LrxTKe/asOmNk41kNa9tskyr6ilDHlq1uMw==", + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-3.2.10.tgz", + "integrity": "sha512-x+MhIwJzCKjc5NhGHbns5IGa6yBwj/Nm6uVh0TwmhdKGxBbIP4o0xa4YVRwRajxHHGrxhiKQRNRJsHD6IzVVOw==", "requires": { - "@mongodb-js/devtools-proxy-support": "^0.3.7", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/oidc-http-server-pages": "1.1.3", "kerberos": "^2.1.0", "lodash.merge": "^4.6.2", @@ -81489,9 +81503,9 @@ } }, "@mongodb-js/devtools-proxy-support": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.7.tgz", - "integrity": "sha512-afBjqQo0SXyE6X2U0MJSyX+XTeMZdZONDj9DdeR3DVBg/H6i9menv4Gex9vasxPHANxgs7Yn3gCukifLEBn+gA==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.3.9.tgz", + "integrity": "sha512-y6EpBQuOYMSbnc3y7lWG3ThFWC7iv6HHZn8+7tRsr9diSMwHRoxM/GNrz2yeldT7xstFdGL4zmmSK/3JcSz+8g==", "requires": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", diff --git a/packages/atlas-service/package.json b/packages/atlas-service/package.json index 8bd4a5712d2..9d7c21acc00 100644 --- a/packages/atlas-service/package.json +++ b/packages/atlas-service/package.json @@ -78,8 +78,8 @@ "@mongodb-js/compass-telemetry": "^1.1.6", "@mongodb-js/compass-user-data": "^0.3.6", "@mongodb-js/compass-utils": "^0.6.11", - "@mongodb-js/devtools-connect": "^3.2.8", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-connect": "^3.2.10", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/oidc-plugin": "^1.1.1", "hadron-app-registry": "^9.2.5", "compass-preferences-model": "^2.28.2", diff --git a/packages/compass-preferences-model/package.json b/packages/compass-preferences-model/package.json index d43cfa2e0a7..9ffa054264f 100644 --- a/packages/compass-preferences-model/package.json +++ b/packages/compass-preferences-model/package.json @@ -51,7 +51,7 @@ "dependencies": { "@mongodb-js/compass-logging": "^1.4.6", "@mongodb-js/compass-user-data": "^0.3.6", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "bson": "^6.7.0", "hadron-app-registry": "^9.2.5", "hadron-ipc": "^3.2.22", diff --git a/packages/compass/package.json b/packages/compass/package.json index 855f24d5de1..1deef76e9ef 100644 --- a/packages/compass/package.json +++ b/packages/compass/package.json @@ -223,7 +223,7 @@ "@mongodb-js/compass-workspaces": "^0.22.0", "@mongodb-js/connection-info": "^0.7.0", "@mongodb-js/connection-storage": "^0.20.0", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "@mongodb-js/eslint-config-compass": "^1.1.6", "@mongodb-js/get-os-info": "^0.3.24", "@mongodb-js/mocha-config-compass": "^1.4.1", diff --git a/packages/data-service/package.json b/packages/data-service/package.json index 2b81f61d573..1d40c5a3a54 100644 --- a/packages/data-service/package.json +++ b/packages/data-service/package.json @@ -53,8 +53,8 @@ "dependencies": { "@mongodb-js/compass-logging": "^1.4.6", "@mongodb-js/compass-utils": "^0.6.11", - "@mongodb-js/devtools-connect": "^3.2.8", - "@mongodb-js/devtools-proxy-support": "^0.3.6", + "@mongodb-js/devtools-connect": "^3.2.10", + "@mongodb-js/devtools-proxy-support": "^0.3.9", "bson": "^6.7.0", "lodash": "^4.17.21", "mongodb": "^6.8.0",