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

Commit 5d40c88

Browse files
fix(deps): update dependency fs-extra to v11
1 parent edd6a53 commit 5d40c88

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.1.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.27.0",
2929
"@types/archiver": "5.3.1",
3030
"@types/aws-lambda": "8.10.111",
31-
"@types/fs-extra": "9.0.13",
31+
"@types/fs-extra": "11.0.1",
3232
"@types/node": "18.14.6",
3333
"@types/uuid": "8.3.4",
3434
"archiver": "5.3.1",

plugin/yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,11 +1107,12 @@
11071107
"@types/node" "*"
11081108
"@types/responselike" "*"
11091109

1110-
"@types/fs-extra@9.0.13":
1111-
version "9.0.13"
1112-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
1113-
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
1110+
"@types/fs-extra@11.0.1":
1111+
version "11.0.1"
1112+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.1.tgz#f542ec47810532a8a252127e6e105f487e0a6ea5"
1113+
integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
11141114
dependencies:
1115+
"@types/jsonfile" "*"
11151116
"@types/node" "*"
11161117

11171118
"@types/glob@*":
@@ -1127,6 +1128,13 @@
11271128
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
11281129
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
11291130

1131+
"@types/jsonfile@*":
1132+
version "6.1.1"
1133+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b"
1134+
integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
1135+
dependencies:
1136+
"@types/node" "*"
1137+
11301138
"@types/keyv@*":
11311139
version "3.1.4"
11321140
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"
@@ -2318,6 +2326,15 @@ fs-extra@^10.1.0:
23182326
jsonfile "^6.0.1"
23192327
universalify "^2.0.0"
23202328

2329+
fs-extra@^11.0.0:
2330+
version "11.1.0"
2331+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
2332+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
2333+
dependencies:
2334+
graceful-fs "^4.2.0"
2335+
jsonfile "^6.0.1"
2336+
universalify "^2.0.0"
2337+
23212338
fs-extra@^9.1.0:
23222339
version "9.1.0"
23232340
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"

0 commit comments

Comments
 (0)