chore(deps): update dependency babel-loader to ^8.0.6 (#5706)

This commit is contained in:
renovate[bot] 2019-05-12 12:38:14 +04:30 committed by Pooya Parsa
parent 852cca9218
commit 126c8c14ce
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
"@nuxt/babel-preset-app": "2.6.3", "@nuxt/babel-preset-app": "2.6.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0", "@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
"@nuxt/utils": "2.6.3", "@nuxt/utils": "2.6.3",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.6",
"cache-loader": "^3.0.0", "cache-loader": "^3.0.0",
"caniuse-lite": "^1.0.30000967", "caniuse-lite": "^1.0.30000967",
"chalk": "^2.4.2", "chalk": "^2.4.2",

View File

@ -2507,15 +2507,15 @@ babel-jest@^24.8.0:
chalk "^2.4.2" chalk "^2.4.2"
slash "^2.0.0" slash "^2.0.0"
babel-loader@^8.0.5: babel-loader@^8.0.6:
version "8.0.5" version "8.0.6"
resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33" resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb"
integrity sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw== integrity sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw==
dependencies: dependencies:
find-cache-dir "^2.0.0" find-cache-dir "^2.0.0"
loader-utils "^1.0.2" loader-utils "^1.0.2"
mkdirp "^0.5.1" mkdirp "^0.5.1"
util.promisify "^1.0.0" pify "^4.0.1"
babel-plugin-dynamic-import-node@^2.2.0: babel-plugin-dynamic-import-node@^2.2.0:
version "2.2.0" version "2.2.0"