Skip to content

Commit 26f9430

Browse files
chore(deps): bump the compass group with 3 updates (#1026)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gagik Amaryan <[email protected]>
1 parent de7518b commit 26f9430

File tree

3 files changed

+24
-29
lines changed

3 files changed

+24
-29
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,8 +1315,8 @@
13151315
"@babel/core": "^7.25.8",
13161316
"@babel/parser": "^7.25.8",
13171317
"@babel/traverse": "^7.25.7",
1318-
"@mongodb-js/compass-components": "^1.34.8",
1319-
"@mongodb-js/connection-form": "1.47.8",
1318+
"@mongodb-js/compass-components": "^1.35.1",
1319+
"@mongodb-js/connection-form": "1.48.1",
13201320
"@mongodb-js/connection-info": "^0.11.9",
13211321
"@mongodb-js/device-id": "^0.2.0",
13221322
"@mongodb-js/mongodb-constants": "^0.11.1",

src/connectionController.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,7 @@ export default class ConnectionController {
480480

481481
const connectionOptions = adjustConnectionOptionsBeforeConnect({
482482
connectionOptions: connectionInfo.connectionOptions,
483-
connectionInfo: {
484-
id: connectionId,
485-
isAtlas: getBuildInfo.isAtlas(
486-
connectionInfo.connectionOptions.connectionString
487-
),
488-
},
483+
connectionId,
489484
defaultAppName: `${packageJSON.name} ${packageJSON.version}`,
490485
notifyDeviceFlow,
491486
preferences: {

0 commit comments

Comments
 (0)