From f6302ed845f4075226b3dfd2eaa41d4554f4e543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 23:44:51 +0300 Subject: [PATCH] chore(deps): update dependency babel-plugin-transform-define to v2 (#4050) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 888f8163..7e46c36b 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "babel-plugin-lodash": "^3.3.4", "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-transform-builtin-extend": "^1.1.2", - "babel-plugin-transform-define": "1.3.2", + "babel-plugin-transform-define": "2.0.0", "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 824679c8..a9484497 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4594,10 +4594,10 @@ babel-plugin-transform-builtin-extend@^1.1.2: babel-runtime "^6.2.0" babel-template "^6.3.0" -babel-plugin-transform-define@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-1.3.2.tgz#4bdbfe35a839fc206e0f60a7a9ae3b82d5e11808" - integrity sha512-fieU/nFuZjTxIttXoucN1fOIrej8I989IXqATMvKVcgTnfi53BjEwLzkw2KA6Q4gRRl4Cf3iiRVpwiB4PHFuWA== +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== dependencies: lodash "^4.17.11" traverse "0.6.6"