Skip to content

Commit

Permalink
chore(deps): update dependency serverless-webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 9, 2018
1 parent 347229e commit 18c1be7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"semantic-release": "15.10.8",
"serverless": "1.32.0",
"serverless-offline": "3.31.2",
"serverless-webpack": "4.4.0",
"serverless-webpack": "5.2.0",
"travis-deploy-once": "5.0.9",
"ts-loader": "3.5.0",
"ts-node": "7.0.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,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"
integrity sha1-/2YrSnggFJSj7lRNOjP+dJZQnrw=
Expand Down Expand Up @@ -3526,7 +3526,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"
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
Expand Down Expand Up @@ -7443,18 +7443,18 @@ serverless-offline@3.31.2:
uuid "^3.3.2"
velocityjs "^1.1.2"

serverless-webpack@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-4.4.0.tgz#cae551a52fe9c7112107ef0a98786702025c5265"
integrity sha512-yezTtL5on2QQfv1wG2tWLEu1UOjV8mLco4HfE9nO3tUsHPgT3nyL0HXWMpdf21KhIEFnDbgrbu4UYZm4lPrSyA==
serverless-webpack@5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.2.0.tgz#3ad2de29506ad79a25d0ac8dc3f0a647b4944175"
integrity sha512-6nELLxkx+FSvzdIrhX0x67SJIBjm938EMhO9/+NFIX6WmuPplVaVF/VARZ3X7uTWj+WrkauOXn/F4bzayTfPkw==
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.32.0:
Expand Down

0 comments on commit 18c1be7

Please sign in to comment.