diff --git a/package.json b/package.json index f316652e..84090b4a 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "babel-plugin-inline-react-svg": "^2.0.0", "babel-plugin-lodash": "^3.3.4", "babel-plugin-transform-builtin-extend": "^1.1.2", - "babel-plugin-transform-define": "2.0.0", + "babel-plugin-transform-define": "2.0.1", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "cache-me-outside": "^0.0.10", diff --git a/yarn.lock b/yarn.lock index bb7673e4..69ef07a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5048,10 +5048,10 @@ babel-plugin-transform-builtin-extend@^1.1.2: babel-runtime "^6.2.0" babel-template "^6.3.0" -babel-plugin-transform-define@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-2.0.0.tgz#79c3536635f899aabaf830b194b25519465675a4" - integrity sha512-0dv5RNRUlUKxGYIIErl01lpvi8b7W2R04Qcl1mCj70ahwZcgiklfXnFlh4FGnRh6aayCfSZKdhiMryVzcq5Dmg== +babel-plugin-transform-define@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-2.0.1.tgz#6a34fd6ea89989feb75721ee4cce817ec779be7f" + integrity sha512-7lDR1nFGSJHmhq/ScQtp9LTDmNE2yKPoLtwfiu+WQZnj84XL/J/5AZWZXwYcOwbDtUPhtg+y0yxTiP/oGDU6Kw== dependencies: lodash "^4.17.11" traverse "0.6.6"