Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 1294019

Browse files
fix(deps): update dependency fs-extra to v11
1 parent b788da0 commit 1294019

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@aws-sdk/client-lambda": "^3.154.0",
2222
"@aws-sdk/client-sqs": "^3.154.0",
2323
"dynamoose": "3.2.0",
24-
"fs-extra": "^10.1.0",
24+
"fs-extra": "^11.0.0",
2525
"uuid": "^8.3.2"
2626
},
2727
"devDependencies": {
2828
"@serverless/typescript": "3.30.1",
2929
"@types/archiver": "6.0.0",
3030
"@types/aws-lambda": "8.10.119",
31-
"@types/fs-extra": "9.0.13",
31+
"@types/fs-extra": "11.0.4",
3232
"@types/node": "20.8.9",
3333
"@types/uuid": "8.3.4",
3434
"archiver": "6.0.0",

plugin/yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,18 +1976,26 @@
19761976
"@types/node" "*"
19771977
"@types/responselike" "*"
19781978

1979-
"@types/fs-extra@9.0.13":
1980-
version "9.0.13"
1981-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
1982-
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
1979+
"@types/fs-extra@11.0.4":
1980+
version "11.0.4"
1981+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45"
1982+
integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==
19831983
dependencies:
1984+
"@types/jsonfile" "*"
19841985
"@types/node" "*"
19851986

19861987
"@types/http-cache-semantics@*":
19871988
version "4.0.1"
19881989
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
19891990
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
19901991

1992+
"@types/jsonfile@*":
1993+
version "6.1.4"
1994+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702"
1995+
integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==
1996+
dependencies:
1997+
"@types/node" "*"
1998+
19911999
"@types/keyv@*":
19922000
version "3.1.4"
19932001
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"
@@ -3268,6 +3276,15 @@ fs-extra@^10.1.0:
32683276
jsonfile "^6.0.1"
32693277
universalify "^2.0.0"
32703278

3279+
fs-extra@^11.0.0:
3280+
version "11.1.1"
3281+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
3282+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
3283+
dependencies:
3284+
graceful-fs "^4.2.0"
3285+
jsonfile "^6.0.1"
3286+
universalify "^2.0.0"
3287+
32713288
fs-extra@^9.1.0:
32723289
version "9.1.0"
32733290
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"

0 commit comments

Comments
 (0)