diff --git a/package.json b/package.json index 204aa46..0dab78c 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.1", "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..04e9b7b 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.1: + version "1.12.1" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.12.1.tgz#a63b0a6f8f7484db660c59665185aa3b0c2f9f3f" + integrity sha512-3BwVJFEByTUyqZWOxizr/YwYcqqre2EebmgSUtXyToJbHzJv6rTxA0LApDntvwERlmIvcM6lUktUN0snMTjOsA== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/runtime" "^7.0.0"