Skip to content

Commit

Permalink
build: bump cache-loader from 1.2.0 to 1.2.2 in /www (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and taneliang committed Feb 28, 2018
1 parent a25377c commit b0bdafd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-register": "^6.26.0",
"cache-loader": "^1.2.0",
"cache-loader": "^1.2.2",
"chalk": "^2.3.1",
"cheerio": "^1.0.0-rc.2",
"clean-webpack-plugin": "^0.1.18",
Expand Down
12 changes: 8 additions & 4 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1539,13 +1539,13 @@ cache-base@^1.0.1:
union-value "^1.0.0"
unset-value "^1.0.0"

cache-loader@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-1.2.0.tgz#cdc313ae53b3c13ce8ee0c9296cf16c736b15252"
cache-loader@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-1.2.2.tgz#6d5c38ded959a09cc5d58190ab5af6f73bd353f5"
dependencies:
async "^2.4.1"
loader-utils "^1.1.0"
mkdirp "^0.5.1"
neo-async "^2.5.0"
schema-utils "^0.4.2"

caller-path@^0.1.0:
Expand Down Expand Up @@ -5737,6 +5737,10 @@ negotiator@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"

neo-async@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.5.0.tgz#76b1c823130cca26acfbaccc8fbaf0a2fa33b18f"

no-case@^2.2.0:
version "2.3.2"
resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
Expand Down

0 comments on commit b0bdafd

Please sign in to comment.