Update dependency babel-loader to ^8.0.5 (#3157)

This commit is contained in:
renovate[bot] 2019-04-03 04:10:28 +02:00 committed by Felix Becker
parent cea8a3b775
commit b1804eaa70
2 changed files with 12 additions and 2 deletions

View File

@ -115,7 +115,7 @@
"@types/yargs": "12.0.11",
"abort-controller": "^2.0.0",
"autoprefixer": "^9.4.3",
"babel-loader": "^8.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"browserslist": "^4.3.6",
"bundlesize": "^0.17.0",

View File

@ -3466,7 +3466,7 @@ babel-jest@^24.5.0:
chalk "^2.4.2"
slash "^2.0.0"
babel-loader@8.0.4, babel-loader@^8.0.0:
babel-loader@8.0.4:
version "8.0.4"
resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.4.tgz#7bbf20cbe4560629e2e41534147692d3fecbdce6"
integrity sha512-fhBhNkUToJcW9nV46v8w87AJOwAJDz84c1CL57n3Stj73FANM/b9TbCUK4YhdOwEyZ+OxhYpdeZDNzSI29Firw==
@ -3476,6 +3476,16 @@ babel-loader@8.0.4, babel-loader@^8.0.0:
mkdirp "^0.5.1"
util.promisify "^1.0.0"
babel-loader@^8.0.5:
version "8.0.5"
resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
integrity sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==
dependencies:
find-cache-dir "^2.0.0"
loader-utils "^1.0.2"
mkdirp "^0.5.1"
util.promisify "^1.0.0"
babel-plugin-dynamic-import-node@2.2.0:
version "2.2.0"
resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz#c0adfb07d95f4a4495e9aaac6ec386c4d7c2524e"