Skip to content

Commit

Permalink
chore(deps): serverless-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 30, 2019
1 parent a528c15 commit 941ed9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.12.5",
"serverless": "1.35.1",
"serverless-offline": "4.2.2",
"serverless-webpack": "4.4.0",
"serverless-webpack": "5.3.0",
"travis-deploy-once": "5.0.11",
"ts-loader": "5.3.3",
"ts-node": "8.0.3",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,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 @@ -1559,7 +1559,7 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3:
bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714"
integrity sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==
Expand Down Expand Up @@ -3672,7 +3672,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 @@ -7823,18 +7823,18 @@ [email protected]:
trim-newlines "^2.0.0"
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.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.3.0.tgz#27f49ada4a44c5b86052152efef88ccb12418dc3"
integrity sha512-Jdf0xelsbpqsq5r5jrSajV+8l8kF0Rz580VCfWbw96qXEa93aAI+XIBmBpkUp96xo6S/3pxXUeM15USikS2kGg==
dependencies:
archiver "^2.0.0"
bluebird "^3.5.0"
fs-extra "^4.0.2"
archiver "^2.1.1"
bluebird "^3.5.4"
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.11"
semver "^5.5.0"
ts-node "^3.2.0"

[email protected]:
Expand Down

0 comments on commit 941ed9a

Please sign in to comment.