diff --git a/package.json b/package.json index 204aa46..a7d6324 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/plugin-transform-runtime": "7.5.5", "@babel/preset-env": "7.5.5", "babel-eslint": "10.0.2", - "babel-plugin-import": "1.11.0", + "babel-plugin-import": "1.12.2", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-plugin-import": "2.17.2", diff --git a/yarn.lock b/yarn.lock index 0c3ab98..a1dc3c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -954,9 +954,10 @@ babel-plugin-dynamic-import-node@^2.3.0: dependencies: object.assign "^4.1.0" -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" +babel-plugin-import@1.12.2: + version "1.12.2" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.12.2.tgz#bb8e11dabae68fbff4484c8e2bc2db1e086286a8" + integrity sha512-Vz9s+I6vAnsY8sYczU/cdtkKAHSorapa/2St6K+OzowplKizpWxul4HLi3kj1eRmHMFjhbROSMGXP+mFna2nUw== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/runtime" "^7.0.0"