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.3 " ,
32
32
"@types/node" : " 18.17.9" ,
33
33
"@types/uuid" : " 8.3.4" ,
34
34
"archiver" : " 6.0.0" ,
Original file line number Diff line number Diff line change 1949
1949
" @types/node" " *"
1950
1950
" @types/responselike" " *"
1951
1951
1952
- " @types/fs-extra@9 .0.13 " :
1953
- version "9 .0.13 "
1954
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9 .0.13 .tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45 "
1955
- integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA ==
1952
+ " @types/fs-extra@11 .0.3 " :
1953
+ version "11 .0.3 "
1954
+ resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11 .0.3 .tgz#72c3a247c8dd5703c93d900c584e006476146866 "
1955
+ integrity sha512-sF59BlXtUdzEAL1u0MSvuzWd7PdZvZEtnaVkzX5mjpdWTJ8brG0jUqve3jPCzSzvAKKMHTG8F8o/WMQLtleZdQ ==
1956
1956
dependencies :
1957
+ " @types/jsonfile" " *"
1957
1958
" @types/node" " *"
1958
1959
1959
1960
" @types/http-cache-semantics@* " :
1960
1961
version "4.0.1"
1961
1962
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
1962
1963
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
1963
1964
1965
+ " @types/jsonfile@* " :
1966
+ version "6.1.3"
1967
+ resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.3.tgz#683d447b413119393e913ecd414a2bc0e5d0f4b9"
1968
+ integrity sha512-/yqTk2SZ1wIezK0hiRZD7RuSf4B3whFxFamB1kGStv+8zlWScTMcHanzfc0XKWs5vA1TkHeckBlOyM8jxU8nHA==
1969
+ dependencies :
1970
+ " @types/node" " *"
1971
+
1964
1972
" @types/keyv@* " :
1965
1973
version "3.1.4"
1966
1974
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"
@@ -3239,6 +3247,15 @@ fs-extra@^10.1.0:
3239
3247
jsonfile "^6.0.1"
3240
3248
universalify "^2.0.0"
3241
3249
3250
+ fs-extra@^11.0.0 :
3251
+ version "11.1.1"
3252
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
3253
+ integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
3254
+ dependencies :
3255
+ graceful-fs "^4.2.0"
3256
+ jsonfile "^6.0.1"
3257
+ universalify "^2.0.0"
3258
+
3242
3259
fs-extra@^9.1.0 :
3243
3260
version "9.1.0"
3244
3261
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