Skip to content

Commit

Permalink
Update dependency serverless-webpack to v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 19, 2019
1 parent fbf841f commit 3ee1592
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 25 deletions.
50 changes: 31 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"serverless-domain-manager": "2.6.12",
"serverless-offline": "3.33.0",
"serverless-plugin-aws-alerts": "1.2.4",
"serverless-webpack": "5.2.0",
"serverless-webpack": "5.3.1",
"sinon": "5.1.1",
"sinon-chai": "3.3.0",
"webpack": "4.29.0",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,10 @@ bluebird@^3.5.0, bluebird@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"

bluebird@^3.5.4:
version "3.5.5"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"

bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
version "4.11.8"
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
Expand Down Expand Up @@ -4438,6 +4442,10 @@ lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.16.6, l
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"

lodash@^4.17.11:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

log-driver@^1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
Expand Down Expand Up @@ -5998,16 +6006,16 @@ [email protected]:
dependencies:
lodash "^4.16.6"

serverless-webpack@5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.2.0.tgz#3ad2de29506ad79a25d0ac8dc3f0a647b4944175"
serverless-webpack@5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.3.1.tgz#39c3d0b23f92273702ac418fd33fa7029e085176"
dependencies:
archiver "^2.1.1"
bluebird "^3.5.1"
bluebird "^3.5.4"
fs-extra "^4.0.3"
glob "^7.1.2"
is-builtin-module "^1.0.0"
lodash "^4.17.10"
lodash "^4.17.11"
semver "^5.5.0"
ts-node "^3.2.0"

Expand Down

0 comments on commit 3ee1592

Please sign in to comment.