Skip to content

Commit c101122

Browse files
authored
chore(deps): bump driver to 4.6.0 MONGOSH-1217 (#1282)
This also means dropping the FLE2 feature flag.
1 parent 72d84f5 commit c101122

File tree

13 files changed

+129
-291
lines changed

13 files changed

+129
-291
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"karma-typescript": "^5.5.1",
124124
"lerna": "^4.0.0",
125125
"mocha": "^7.1.2",
126-
"mongodb": "^4.5.0",
126+
"mongodb": "^4.6.0",
127127
"mongodb-download-url": "^1.1.2",
128128
"mongodb-js-precommit": "^2.0.0",
129129
"nock": "^13.0.11",

packages/arg-parser/package-lock.json

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

packages/cli-repl/test/e2e-fle.spec.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,7 @@ describe('FLE tests', () => {
240240
skipIfServerVersion(testServer, '< 6.0'); // FLE2 only available on 6.0+
241241

242242
it('drops fle2 collection with all helper collections when encryptedFields options are in listCollections', async() => {
243-
const shell = TestShell.start({
244-
args: ['--nodb'],
245-
env: {
246-
...process.env,
247-
MONGOSH_FLE2_SUPPORT: 'true'
248-
},
249-
});
243+
const shell = TestShell.start({ args: ['--nodb'] });
250244
const uri = JSON.stringify(await testServer.connectionString());
251245

252246
await shell.waitForPrompt();

0 commit comments

Comments
 (0)