diff --git a/package.json b/package.json index 7fa2aef8b..0fd67c12e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-eslint": "10.0.1", "babel-loader": "8.0.4", "babel-minify-webpack-plugin": "0.3.1", - "babel-plugin-import": "1.9.1", + "babel-plugin-import": "1.11.0", "babel-plugin-syntax-async-functions": "6.13.0", "babili-webpack-plugin": "0.1.2", "eslint": "5.7.0", diff --git a/yarn.lock b/yarn.lock index 3ba849741..df6243dbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -891,10 +891,10 @@ babel-minify-webpack-plugin@0.3.1: babel-preset-minify "^0.3.0" webpack-sources "^1.0.1" -babel-plugin-import@1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.9.1.tgz#ceb3b37e4920cec094a075fee674fb3dddafc9c8" - integrity sha512-1IRnjAhCC9SxD9y9iqOfMf4U7b88mWZJHWfA2DSKq0FjYM63tYzWrTp81X6yZuCV7iDVSH9jMqxfwBxLJRXV7Q== +babel-plugin-import@1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.11.0.tgz#78ac908e6b225206babb734e19eae5f78d6d1035" + integrity sha512-de9dWdU1YjmWRPYurlHRKD2hTd24z0bIQ0/JgyXqLMXML+TsvEkVhtqzOsNtu9MmCuvwBiTTTjZBbZXA1Xu7TQ== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/runtime" "^7.0.0"