This repository was archived by the owner on Mar 10, 2025. It is now read-only.
File tree 2 files changed +23
-6
lines changed
2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 21
21
"@aws-sdk/client-lambda" : " ^3.154.0" ,
22
22
"@aws-sdk/client-sqs" : " ^3.154.0" ,
23
23
"dynamoose" : " 3.2.0" ,
24
- "fs-extra" : " ^10.1 .0" ,
24
+ "fs-extra" : " ^11.0 .0" ,
25
25
"uuid" : " ^8.3.2"
26
26
},
27
27
"devDependencies" : {
28
28
"@serverless/typescript" : " 3.30.1" ,
29
29
"@types/archiver" : " 5.3.2" ,
30
30
"@types/aws-lambda" : " 8.10.119" ,
31
- "@types/fs-extra" : " 9 .0.13 " ,
31
+ "@types/fs-extra" : " 11 .0.1 " ,
32
32
"@types/node" : " 18.17.1" ,
33
33
"@types/uuid" : " 8.3.4" ,
34
34
"archiver" : " 5.3.1" ,
Original file line number Diff line number Diff line change 1933
1933
" @types/node" " *"
1934
1934
" @types/responselike" " *"
1935
1935
1936
- " @types/fs-extra@9 .0.13 " :
1937
- version "9 .0.13 "
1938
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9 .0.13 .tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45 "
1939
- integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA ==
1936
+ " @types/fs-extra@11 .0.1 " :
1937
+ version "11 .0.1 "
1938
+ resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11 .0.1 .tgz#f542ec47810532a8a252127e6e105f487e0a6ea5 "
1939
+ integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA ==
1940
1940
dependencies :
1941
+ " @types/jsonfile" " *"
1941
1942
" @types/node" " *"
1942
1943
1943
1944
" @types/http-cache-semantics@* " :
1944
1945
version "4.0.1"
1945
1946
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
1946
1947
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
1947
1948
1949
+ " @types/jsonfile@* " :
1950
+ version "6.1.1"
1951
+ resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b"
1952
+ integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
1953
+ dependencies :
1954
+ " @types/node" " *"
1955
+
1948
1956
" @types/keyv@* " :
1949
1957
version "3.1.4"
1950
1958
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"
@@ -3182,6 +3190,15 @@ fs-extra@^10.1.0:
3182
3190
jsonfile "^6.0.1"
3183
3191
universalify "^2.0.0"
3184
3192
3193
+ fs-extra@^11.0.0 :
3194
+ version "11.1.1"
3195
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
3196
+ integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
3197
+ dependencies :
3198
+ graceful-fs "^4.2.0"
3199
+ jsonfile "^6.0.1"
3200
+ universalify "^2.0.0"
3201
+
3185
3202
fs-extra@^9.1.0 :
3186
3203
version "9.1.0"
3187
3204
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
You can’t perform that action at this time.
0 commit comments