Skip to content

Commit b53778a

Browse files
committed
Update mock-fs to fix appFrame.html test
1 parent 252f967 commit b53778a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/microapps-router-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"@aws-sdk/client-dynamodb": "3.78.0",
3030
"@types/aws-lambda": "8.10.110",
3131
"@types/lambda-log": "^2.2.0",
32-
"@types/mock-fs": "4.13.1",
32+
"@types/mock-fs": "4.13.4",
3333
"@types/node": "^18.0.0",
3434
"@types/source-map-support": "0.5.6",
3535
"fs-extra": "^9.1.0",
3636
"lambda-log": "^3.1.0",
37-
"mock-fs": "5.2.0",
37+
"mock-fs": "5.5.0",
3838
"source-map-support": "0.5.21",
3939
"tslib": "^2.1.0"
4040
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3971,10 +3971,10 @@
39713971
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz"
39723972
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
39733973

3974-
"@types/mock-fs@4.13.1":
3975-
version "4.13.1"
3976-
resolved "https://registry.yarnpkg.com/@types/mock-fs/-/mock-fs-4.13.1.tgz#9201554ceb23671badbfa8ac3f1fa9e0706305be"
3977-
integrity sha512-m6nFAJ3lBSnqbvDZioawRvpLXSaPyn52Srf7OfzjubYbYX8MTUdIgDxQl0wEapm4m/pNYSd9TXocpQ0TvZFlYA==
3974+
"@types/mock-fs@4.13.4":
3975+
version "4.13.4"
3976+
resolved "https://registry.yarnpkg.com/@types/mock-fs/-/mock-fs-4.13.4.tgz#e73edb4b4889d44d23f1ea02d6eebe50aa30b09a"
3977+
integrity sha512-mXmM0o6lULPI8z3XNnQCpL0BGxPwx1Ul1wXYEPBGl4efShyxW2Rln0JOPEWGyZaYZMM6OVXM/15zUuFMY52ljg==
39783978
dependencies:
39793979
"@types/node" "*"
39803980

@@ -9319,10 +9319,10 @@ mnemonist@0.38.3:
93199319
dependencies:
93209320
obliterator "^1.6.1"
93219321

9322-
mock-fs@5.2.0:
9323-
version "5.2.0"
9324-
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.2.0.tgz#3502a9499c84c0a1218ee4bf92ae5bf2ea9b2b5e"
9325-
integrity sha512-2dF2R6YMSZbpip1V1WHKGLNjr/k48uQClqMVb5H3MOvwc9qhYis3/IWbj02qIg/Y8MDXKFF4c5v0rxx2o6xTZw==
9322+
mock-fs@5.5.0:
9323+
version "5.5.0"
9324+
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.5.0.tgz#94a46d299aaa588e735a201cbe823c876e91f385"
9325+
integrity sha512-d/P1M/RacgM3dB0sJ8rjeRNXxtapkPCUnMGmIN0ixJ16F/E4GUZCvWcSGfWGz8eaXYvn1s9baUwNjI4LOPEjiA==
93269326

93279327
modify-values@^1.0.1:
93289328
version "1.0.1"

0 commit comments

Comments
 (0)