diff --git a/package.json b/package.json index 50ea207..df9c448 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@ant-design/icons": "^4.2.2", "@render-props/toggle": "^0.1.30", "antd": "^4.5.4", - "babel-plugin-import": "^1.13.0", + "babel-plugin-import": "^1.13.2", "customize-cra": "^1.0.0", "less": "^3.12.2", "less-loader": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index 1d2644a..eaea805 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2556,10 +2556,10 @@ babel-plugin-dynamic-import-node@^2.3.3: dependencies: object.assign "^4.1.0" -babel-plugin-import@^1.13.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.13.0.tgz#c532fd533df9db53b47d4d4db3676090fc5c07a5" - integrity sha512-bHU8m0SrY89ub2hBBuYjbennOeH0YUYkVpH6jxKFk0uD8rhN+0jNHIPtXnac+Vn7N/hgkLGGDcIoYK7je3Hhew== +babel-plugin-import@^1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.13.2.tgz#dba5ee3a523f44ef55a3dae9539d86f2da6455dc" + integrity sha512-QkEQzD3jhINK/rRcapxMPFjcuPiv/YRSC9y4fiLjs8H3SVAE2N/8UjFD/rj2YHSZzOJxX/OYUUislysz3ZEKIw== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/runtime" "^7.0.0"