Skip to content

Commit

Permalink
Update dependency sw-precache-webpack-plugin to v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 11, 2017
1 parent a676c0d commit 28e3c4b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"routes": "2.1.0",
"style-loader": "0.16.1",
"sw-precache": "5.2.0",
"sw-precache-webpack-plugin": "0.9.2",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.5.9",
"webpack": "1.15.0",
"webpack-dashboard": "0.3.0",
Expand Down
40 changes: 16 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ [email protected], [email protected], commander@^2.8.1, commander@^2.9.0:
dependencies:
graceful-readlink ">= 1.0.0"

commander@^2.11.0:
commander@^2.11.0, commander@~2.12.1:
version "2.12.2"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"

Expand Down Expand Up @@ -6612,7 +6612,7 @@ source-map@^0.4.4, source-map@~0.4.1:
dependencies:
amdefine ">=0.0.4"

source-map@^0.6.1:
source-map@^0.6.1, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

Expand Down Expand Up @@ -6794,15 +6794,15 @@ svgo@^0.7.0:
sax "~1.2.1"
whet.extend "~0.9.9"

sw-precache-webpack-plugin@0.9.2:
version "0.9.2"
resolved "https://registry.yarnpkg.com/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.9.2.tgz#34209de819bc6aeab352ea8ce7eba2daf5f93b71"
sw-precache-webpack-plugin@0.11.4:
version "0.11.4"
resolved "https://registry.yarnpkg.com/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.11.4.tgz#a695017e54eed575551493a519dc1da8da2dc5e0"
dependencies:
del "^2.2.2"
sw-precache "^5.0.0"
uglify-js "^2.8.5"
sw-precache "^5.1.1"
uglify-js "^3.0.13"

[email protected]:
[email protected], sw-precache@^5.1.1:
version "5.2.0"
resolved "https://registry.yarnpkg.com/sw-precache/-/sw-precache-5.2.0.tgz#eb6225ce580ceaae148194578a0ad01ab7ea199c"
dependencies:
Expand All @@ -6817,21 +6817,6 @@ [email protected]:
sw-toolbox "^3.4.0"
update-notifier "^1.0.3"

sw-precache@^5.0.0:
version "5.1.0"
resolved "https://registry.npmjs.org/sw-precache/-/sw-precache-5.1.0.tgz#0d79a0574fc85dc425340dc457dc45d4c5c2c9d5"
dependencies:
dom-urls "^1.1.0"
es6-promise "^4.0.5"
glob "^7.1.1"
lodash.defaults "^4.2.0"
lodash.template "^4.4.0"
meow "^3.7.0"
mkdirp "^0.5.1"
pretty-bytes "^4.0.2"
sw-toolbox "^3.4.0"
update-notifier "^1.0.3"

sw-toolbox@^3.4.0:
version "3.6.0"
resolved "https://registry.npmjs.org/sw-toolbox/-/sw-toolbox-3.6.0.tgz#26df1d1c70348658e4dea2884319149b7b3183b5"
Expand Down Expand Up @@ -7023,7 +7008,7 @@ ua-parser-js@^0.7.9:
version "0.7.12"
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.12.tgz#04c81a99bdd5dc52263ea29d24c6bf8d4818a4bb"

[email protected], uglify-js@^2.6, uglify-js@^2.8.5:
[email protected], uglify-js@^2.6:
version "2.8.21"
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.21.tgz#1733f669ae6f82fc90c7b25ec0f5c783ee375314"
dependencies:
Expand All @@ -7032,6 +7017,13 @@ [email protected], uglify-js@^2.6, uglify-js@^2.8.5:
optionalDependencies:
uglify-to-browserify "~1.0.0"

uglify-js@^3.0.13:
version "3.2.2"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.2.2.tgz#870e4b34ed733d179284f9998efd3293f7fd73f6"
dependencies:
commander "~2.12.1"
source-map "~0.6.1"

uglify-js@~2.7.3:
version "2.7.5"
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz#4612c0c7baaee2ba7c487de4904ae122079f2ca8"
Expand Down

0 comments on commit 28e3c4b

Please sign in to comment.