Skip to content

Commit

Permalink
Update dependency serverless-webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 4, 2018
1 parent 9614a8f commit edb2ea9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"awesome-typescript-loader": "3.5.0",
"aws-sdk": "2.202.0",
"serverless": "1.26.0",
"serverless-webpack": "4.3.0",
"serverless-webpack": "5.1.4",
"tslint": "5.9.1",
"tslint-config-prettier": "1.9.0",
"typescript": "2.7.2",
Expand Down
28 changes: 16 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ archiver@^1.1.0:
walkdir "^0.0.11"
zip-stream "^1.1.0"

archiver@^2.0.0:
archiver@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/archiver/-/archiver-2.1.1.tgz#ff662b4a78201494a3ee544d3a33fe7496509ebc"
dependencies:
Expand Down Expand Up @@ -470,7 +470,7 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

bluebird@^3.5.0:
bluebird@^3.5.0, bluebird@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"

Expand Down Expand Up @@ -1618,7 +1618,7 @@ fs-extra@^0.26.7:
path-is-absolute "^1.0.0"
rimraf "^2.2.8"

fs-extra@^4.0.2:
fs-extra@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
dependencies:
Expand Down Expand Up @@ -2450,6 +2450,10 @@ lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, l
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

lodash@^4.17.10:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"

longest@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
Expand Down Expand Up @@ -3418,7 +3422,7 @@ semver-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-1.0.0.tgz#92a4969065f9c70c694753d55248fc68f8f652c9"

"semver@2 || 3 || 4 || 5", semver@^5.4.1:
"semver@2 || 3 || 4 || 5", semver@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"

Expand All @@ -3434,17 +3438,17 @@ serialize-javascript@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.4.0.tgz#7c958514db6ac2443a8abc062dc9f7886a7f6005"

serverless-webpack@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-4.3.0.tgz#6fd662d9a9e8a0ab1d5f08ce911b21080c4cb9c7"
serverless-webpack@5.1.4:
version "5.1.4"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.1.4.tgz#5431389f1a1a37b3d6f7cd97a3aad6754b9deef4"
dependencies:
archiver "^2.0.0"
bluebird "^3.5.0"
fs-extra "^4.0.2"
archiver "^2.1.1"
bluebird "^3.5.1"
fs-extra "^4.0.3"
glob "^7.1.2"
is-builtin-module "^1.0.0"
lodash "^4.17.4"
semver "^5.4.1"
lodash "^4.17.10"
semver "^5.5.0"
ts-node "^3.2.0"

serverless@1.26.0:
Expand Down

0 comments on commit edb2ea9

Please sign in to comment.