From dda096ab75c6186fb8b08b41da3668fe3b27625b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 8 Apr 2019 18:05:00 +0000 Subject: [PATCH 1/2] fix(package): update broccoli-plugin to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16d5e16..9dcbd4c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@html-next/flexi-config": "2.1.1", "broccoli-funnel": "^2.0.1", "broccoli-merge-trees": "^3.0.0", - "broccoli-plugin": "^1.2.1", + "broccoli-plugin": "^2.0.0", "chalk": "^2.1.0", "debug": "^3.0.1", "ember-cli-babel": "^6.6.0", From 3640d47f397e9286f8deb46fe41ba08545c90613 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 8 Apr 2019 18:05:03 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/yarn.lock b/yarn.lock index d38cc0e..cc9bf3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1450,6 +1450,16 @@ broccoli-plugin@^1.0.0, broccoli-plugin@^1.1.0, broccoli-plugin@^1.2.0, broccoli rimraf "^2.3.4" symlink-or-copy "^1.1.8" +broccoli-plugin@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/broccoli-plugin/-/broccoli-plugin-2.0.0.tgz#c248d0241ba14be42b3253f6707370ee9d71c88e" + integrity sha512-p/p6pqDI+FlXwPSnwlFhzUgHNn1yj/EKaBys4/gL094+cVRbdsojFStrIjDoOtL8j+7iU+DazPnH3+/rD9PuLA== + dependencies: + promise-map-series "^0.2.1" + quick-temp "^0.1.3" + rimraf "^2.3.4" + symlink-or-copy "^1.1.8" + broccoli-sass-source-maps@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/broccoli-sass-source-maps/-/broccoli-sass-source-maps-2.2.0.tgz#1f1a0794136152b096188638b59b42b17a4bdc68"