diff --git a/package.json b/package.json index 7b50d636c7..3ee47e0b0a 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/preset-react": "7.0.0", "@babel/preset-typescript": "7.3.3", "@babel/plugin-syntax-dynamic-import": "7.2.0", - "babel-plugin-dynamic-import-node": "2.2.0", + "babel-plugin-dynamic-import-node": "2.3.0", "@semantic-release/changelog": "3.0.4", "@semantic-release/git": "7.0.12", "@semantic-release/npm": "5.1.9", diff --git a/yarn.lock b/yarn.lock index 6bb31a37f0..92e82b01bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3278,6 +3278,13 @@ babel-plugin-dynamic-import-node@2.2.0: dependencies: object.assign "^4.1.0" +babel-plugin-dynamic-import-node@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f" + integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== + dependencies: + object.assign "^4.1.0" + babel-plugin-emotion@^10.0.9: version "10.0.9" resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.9.tgz#04a0404d5a4084d5296357a393d344c0f8303ae4"