File tree 3 files changed +6
-6
lines changed
packages/mongodb-memory-server-core/src
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
"husky" : " 8.0.3" ,
24
24
"jest" : " 29.7.0" ,
25
25
"lint-staged" : " 13.2.3" ,
26
- "prettier" : " 3.2.5 " ,
26
+ "prettier" : " 3.3.3 " ,
27
27
"ts-jest" : " 29.1.4" ,
28
28
"typedoc" : " ^0.24.8" ,
29
29
"typescript" : " 5.0.4"
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ export class MongoMemoryReplSet extends EventEmitter implements ManagerAdvanced
661
661
const isInMemory = this . servers [ 0 ] . instanceInfo ?. storageEngine === 'ephemeralForTest' ;
662
662
663
663
const extraOptions = this . _ranCreateAuth
664
- ? this . servers [ 0 ] . instanceInfo ?. instance . extraConnectionOptions ?? { }
664
+ ? ( this . servers [ 0 ] . instanceInfo ?. instance . extraConnectionOptions ?? { } )
665
665
: { } ;
666
666
667
667
const con : MongoClient = await MongoClient . connect ( uris [ 0 ] , {
Original file line number Diff line number Diff line change @@ -3901,10 +3901,10 @@ prettier-linter-helpers@^1.0.0:
3901
3901
dependencies :
3902
3902
fast-diff "^1.1.2"
3903
3903
3904
- prettier@3.2.5 :
3905
- version "3.2.5 "
3906
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5 .tgz#e52bc3090586e824964a8813b09aba6233b28368 "
3907
- integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A ==
3904
+ prettier@3.3.3 :
3905
+ version "3.3.3 "
3906
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3 .tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105 "
3907
+ integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew ==
3908
3908
3909
3909
pretty-format@^29.0.0, pretty-format@^29.7.0 :
3910
3910
version "29.7.0"
You can’t perform that action at this time.
0 commit comments