Skip to content

Commit ceb2999

Browse files
Update dependency serverless-webpack to v5.9.1
1 parent 6631ac2 commit ceb2999

File tree

2 files changed

+137
-18
lines changed

2 files changed

+137
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"serverless-dotenv-plugin": "3.0.0",
2828
"serverless-dynamodb-local": "0.2.39",
2929
"serverless-offline": "6.8.0",
30-
"serverless-webpack": "5.3.5",
30+
"serverless-webpack": "5.9.1",
3131
"ts-loader": "8.0.7",
3232
"typescript": "3.9.5",
3333
"webpack": "4.44.2",

yarn.lock

Lines changed: 136 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,6 +2695,19 @@ archiver@^5.0.0, archiver@^5.0.2:
26952695
tar-stream "^2.1.4"
26962696
zip-stream "^4.0.0"
26972697

2698+
archiver@^5.3.1:
2699+
version "5.3.1"
2700+
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.1.tgz#21e92811d6f09ecfce649fbefefe8c79e57cbbb6"
2701+
integrity sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==
2702+
dependencies:
2703+
archiver-utils "^2.1.0"
2704+
async "^3.2.3"
2705+
buffer-crc32 "^0.2.1"
2706+
readable-stream "^3.6.0"
2707+
readdir-glob "^1.0.0"
2708+
tar-stream "^2.2.0"
2709+
zip-stream "^4.1.0"
2710+
26982711
are-we-there-yet@~1.1.2:
26992712
version "1.1.5"
27002713
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
@@ -2828,6 +2841,11 @@ async@^3.2.0:
28282841
resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
28292842
integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
28302843

2844+
async@^3.2.3:
2845+
version "3.2.4"
2846+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
2847+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
2848+
28312849
asynckit@^0.4.0:
28322850
version "0.4.0"
28332851
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -3318,11 +3336,16 @@ bufferutil@^4.0.1:
33183336
dependencies:
33193337
node-gyp-build "^4.2.0"
33203338

3321-
builtin-modules@^3.0.0, builtin-modules@^3.1.0:
3339+
builtin-modules@^3.1.0:
33223340
version "3.1.0"
33233341
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484"
33243342
integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==
33253343

3344+
builtin-modules@^3.3.0:
3345+
version "3.3.0"
3346+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
3347+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
3348+
33263349
builtin-status-codes@^3.0.0:
33273350
version "3.0.0"
33283351
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
@@ -3886,6 +3909,16 @@ compress-commons@^4.0.0:
38863909
normalize-path "^3.0.0"
38873910
readable-stream "^3.6.0"
38883911

3912+
compress-commons@^4.1.0:
3913+
version "4.1.1"
3914+
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-4.1.1.tgz#df2a09a7ed17447642bad10a85cc9a19e5c42a7d"
3915+
integrity sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==
3916+
dependencies:
3917+
buffer-crc32 "^0.2.13"
3918+
crc32-stream "^4.0.2"
3919+
normalize-path "^3.0.0"
3920+
readable-stream "^3.6.0"
3921+
38893922
38903923
version "0.0.1"
38913924
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
@@ -3999,6 +4032,11 @@ [email protected]:
39994032
path-type "^4.0.0"
40004033
yaml "^1.7.2"
40014034

4035+
crc-32@^1.2.0:
4036+
version "1.2.2"
4037+
resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
4038+
integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==
4039+
40024040
crc32-stream@^4.0.0:
40034041
version "4.0.0"
40044042
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-4.0.0.tgz#05b7ca047d831e98c215538666f372b756d91893"
@@ -4007,6 +4045,14 @@ crc32-stream@^4.0.0:
40074045
crc "^3.4.4"
40084046
readable-stream "^3.4.0"
40094047

4048+
crc32-stream@^4.0.2:
4049+
version "4.0.2"
4050+
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-4.0.2.tgz#c922ad22b38395abe9d3870f02fa8134ed709007"
4051+
integrity sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==
4052+
dependencies:
4053+
crc-32 "^1.2.0"
4054+
readable-stream "^3.4.0"
4055+
40104056
crc@^3.4.4:
40114057
version "3.8.0"
40124058
resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6"
@@ -5443,6 +5489,16 @@ fs-extra@^8.1.0:
54435489
jsonfile "^4.0.0"
54445490
universalify "^0.1.0"
54455491

5492+
fs-extra@^9.1.0:
5493+
version "9.1.0"
5494+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
5495+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
5496+
dependencies:
5497+
at-least-node "^1.0.0"
5498+
graceful-fs "^4.2.0"
5499+
jsonfile "^6.0.1"
5500+
universalify "^2.0.0"
5501+
54465502
fs-minipass@^1.2.5:
54475503
version "1.2.7"
54485504
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
@@ -5632,7 +5688,7 @@ [email protected]:
56325688
once "^1.3.0"
56335689
path-is-absolute "^1.0.0"
56345690

5635-
[email protected], glob@^7.0.5, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5691+
[email protected], glob@^7.0.5, glob@^7.1.3, glob@^7.1.4:
56365692
version "7.1.6"
56375693
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
56385694
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -5655,6 +5711,18 @@ glob@^7.1.1, glob@^7.1.2:
56555711
once "^1.3.0"
56565712
path-is-absolute "^1.0.0"
56575713

5714+
glob@^7.2.3:
5715+
version "7.2.3"
5716+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
5717+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
5718+
dependencies:
5719+
fs.realpath "^1.0.0"
5720+
inflight "^1.0.4"
5721+
inherits "2"
5722+
minimatch "^3.1.1"
5723+
once "^1.3.0"
5724+
path-is-absolute "^1.0.0"
5725+
56585726
global-dirs@^2.0.1:
56595727
version "2.0.1"
56605728
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.0.1.tgz#acdf3bb6685bcd55cb35e8a052266569e9469201"
@@ -6338,12 +6406,12 @@ is-buffer@~2.0.3:
63386406
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
63396407
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
63406408

6341-
is-builtin-module@^3.0.0:
6342-
version "3.0.0"
6343-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.0.0.tgz#137d3d2425023a19a660fb9dd6ddfabe52c03466"
6344-
integrity sha512-/93sDihsAD652hrMEbJGbMAVBf1qc96kyThHQ0CAOONHaE3aROLpTjDe4WQ5aoC5ITHFxEq1z8XqSU7km+8amw==
6409+
is-builtin-module@^3.2.0:
6410+
version "3.2.0"
6411+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
6412+
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==
63456413
dependencies:
6346-
builtin-modules "^3.0.0"
6414+
builtin-modules "^3.3.0"
63476415

63486416
is-callable@^1.1.4:
63496417
version "1.2.0"
@@ -7647,6 +7715,11 @@ [email protected], lodash@^4.17.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14
76477715
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
76487716
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
76497717

7718+
lodash@^4.17.21:
7719+
version "4.17.21"
7720+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
7721+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
7722+
76507723
lodash@^4.17.4:
76517724
version "4.17.14"
76527725
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
@@ -7760,6 +7833,13 @@ lru-cache@^5.0.0, lru-cache@^5.1.1:
77607833
dependencies:
77617834
yallist "^3.0.2"
77627835

7836+
lru-cache@^6.0.0:
7837+
version "6.0.0"
7838+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
7839+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
7840+
dependencies:
7841+
yallist "^4.0.0"
7842+
77637843
77647844
version "0.1.0"
77657845
resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
@@ -7999,6 +8079,13 @@ [email protected], minimatch@^3.0.2, minimatch@^3.0.4:
79998079
dependencies:
80008080
brace-expansion "^1.1.7"
80018081

8082+
minimatch@^3.1.1:
8083+
version "3.1.2"
8084+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8085+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
8086+
dependencies:
8087+
brace-expansion "^1.1.7"
8088+
80028089
minimist@^1.1.1:
80038090
version "1.2.0"
80048091
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
@@ -9759,6 +9846,13 @@ semver@^7.1.3, semver@^7.3.2:
97599846
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
97609847
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
97619848

9849+
semver@^7.3.7:
9850+
version "7.3.7"
9851+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9852+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
9853+
dependencies:
9854+
lru-cache "^6.0.0"
9855+
97629856
serialize-javascript@^4.0.0:
97639857
version "4.0.0"
97649858
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
@@ -9820,18 +9914,18 @@ [email protected]:
98209914
velocityjs "^2.0.0"
98219915
ws "^7.2.1"
98229916

9823-
serverless-webpack@5.3.5:
9824-
version "5.3.5"
9825-
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.3.5.tgz#3148433752893e9a91c6101dda78718a414e182e"
9826-
integrity sha512-px1ISPVAVTxCl1sSbkLBcD7rx5kAPC2hKOI6fzXRHi1e6o7EDha9jUahjztmW6zMYDz0Uesau+uo7ZqdbrtdQg==
9917+
serverless-webpack@5.9.1:
9918+
version "5.9.1"
9919+
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.9.1.tgz#46bf25d4b013b2bc1e5522c8a2eddee37506f439"
9920+
integrity sha512-Xkry+xNTjc8MVPXluePxxDhy8/7ZYL8gs0YuxuVbrrAyEbeviPWKGxHg41559fcQEpEoYN/1Ko29b5303iv1vQ==
98279921
dependencies:
9828-
archiver "^5.0.2"
9922+
archiver "^5.3.1"
98299923
bluebird "^3.7.2"
9830-
fs-extra "^9.0.1"
9831-
glob "^7.1.6"
9832-
is-builtin-module "^3.0.0"
9833-
lodash "^4.17.20"
9834-
semver "^7.3.2"
9924+
fs-extra "^9.1.0"
9925+
glob "^7.2.3"
9926+
is-builtin-module "^3.2.0"
9927+
lodash "^4.17.21"
9928+
semver "^7.3.7"
98359929
optionalDependencies:
98369930
ts-node ">= 8.3.0"
98379931

@@ -10601,6 +10695,17 @@ tar-stream@^2.1.4:
1060110695
inherits "^2.0.3"
1060210696
readable-stream "^3.1.1"
1060310697

10698+
tar-stream@^2.2.0:
10699+
version "2.2.0"
10700+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
10701+
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
10702+
dependencies:
10703+
bl "^4.0.3"
10704+
end-of-stream "^1.4.1"
10705+
fs-constants "^1.0.0"
10706+
inherits "^2.0.3"
10707+
readable-stream "^3.1.1"
10708+
1060410709
tar@^4.4.8:
1060510710
version "4.4.13"
1060610711
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
@@ -11585,6 +11690,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
1158511690
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
1158611691
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
1158711692

11693+
yallist@^4.0.0:
11694+
version "4.0.0"
11695+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
11696+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
11697+
1158811698
[email protected], yaml-ast-parser@^0.0.43:
1158911699
version "0.0.43"
1159011700
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz#e8a23e6fb4c38076ab92995c5dca33f3d3d7c9bb"
@@ -11772,3 +11882,12 @@ zip-stream@^4.0.0:
1177211882
archiver-utils "^2.1.0"
1177311883
compress-commons "^4.0.0"
1177411884
readable-stream "^3.6.0"
11885+
11886+
zip-stream@^4.1.0:
11887+
version "4.1.0"
11888+
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-4.1.0.tgz#51dd326571544e36aa3f756430b313576dc8fc79"
11889+
integrity sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==
11890+
dependencies:
11891+
archiver-utils "^2.1.0"
11892+
compress-commons "^4.1.0"
11893+
readable-stream "^3.6.0"

0 commit comments

Comments
 (0)