Update dependency babel-loader to v8.0.5

This commit is contained in:
Renovate Bot 2019-01-28 06:57:44 +00:00 committed by Jérémie Astori
parent 8c142811ef
commit 579118eb72
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8
2 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@
"@babel/core": "7.2.2",
"@babel/preset-env": "7.3.1",
"@fortawesome/fontawesome-free": "5.6.3",
"babel-loader": "8.0.4",
"babel-loader": "8.0.5",
"chai": "4.2.0",
"copy-webpack-plugin": "4.6.0",
"css-loader": "0.28.11",

View file

@ -1141,11 +1141,11 @@ babel-generator@^6.18.0:
source-map "^0.5.7"
trim-right "^1.0.1"
babel-loader@8.0.4:
version "8.0.4"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.4.tgz#7bbf20cbe4560629e2e41534147692d3fecbdce6"
babel-loader@8.0.5:
version "8.0.5"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
dependencies:
find-cache-dir "^1.0.0"
find-cache-dir "^2.0.0"
loader-utils "^1.0.2"
mkdirp "^0.5.1"
util.promisify "^1.0.0"