From 854f087771724a1eff607f6e5a369402b61b7b48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 06:12:15 +0000 Subject: [PATCH] Bump @ember/test-helpers from 1.7.0 to 1.7.1 Bumps [@ember/test-helpers](https://github.com/emberjs/ember-test-helpers) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/emberjs/ember-test-helpers/releases) - [Changelog](https://github.com/emberjs/ember-test-helpers/blob/master/CHANGELOG.md) - [Commits](https://github.com/emberjs/ember-test-helpers/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1581890f..bfa6ec29 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test": "ember try:each" }, "dependencies": { - "@ember/test-helpers": "^1.7.0", + "@ember/test-helpers": "^1.7.1", "broccoli-funnel": "^2.0.2", "broccoli-merge-trees": "^3.0.2", "common-tags": "^1.4.0", diff --git a/yarn.lock b/yarn.lock index 6546fb94..f4320c16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -853,10 +853,10 @@ ember-cli-babel "^6.16.0" ember-compatibility-helpers "^1.1.1" -"@ember/test-helpers@^1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.7.0.tgz#c05af19d786e7e141aa1a1e5e9d45cf56f28ccf4" - integrity sha512-TbVILhMMA57ssR16gb0jJZnTNxQ9XFVIAwbn8wBY/x7Cb5F8s9EX4QbyzaSxs79cngNCOUklvCIoXrsMA6LEGA== +"@ember/test-helpers@^1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.7.1.tgz#cc22a954b3b46856518f034bd492a74e0482389f" + integrity sha512-+ioumnanSRJzZ0ZH30FIkB0r41UhVyuWQ9R9Yp1phDWJQDLumxg+25WDr40relwcH6z0Cn6LIEzeTVujO/0Rww== dependencies: broccoli-debug "^0.6.5" broccoli-funnel "^2.0.2"