Update dependency @ember/test-helpers to v2.9.4

This commit is contained in:
renovate[bot] 2023-06-15 17:41:03 +00:00 committed by Daniel Lockyer
parent c1d90df181
commit 6ad1e5be68
2 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
"@ember/jquery": "2.0.0",
"@ember/optional-features": "2.0.0",
"@ember/render-modifiers": "2.0.4",
"@ember/test-helpers": "2.9.3",
"@ember/test-helpers": "2.9.4",
"@embroider/macros": "1.11.1",
"@glimmer/component": "1.1.2",
"@html-next/vertical-collection": "3.0.0",

View File

@ -2355,10 +2355,10 @@
dependencies:
ember-cli-babel "^7.4.0"
"@ember/test-helpers@2.9.3":
version "2.9.3"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.9.3.tgz#c2a9d6ab1c367af92cf1a334f97eb19b8e06e6e1"
integrity sha512-ejVg4Dj+G/6zyLvQsYOvmGiOLU6AS94tY4ClaO1E2oVvjjtVJIRmVLFN61I+DuyBg9hS3cFoPjQRTZB9MRIbxQ==
"@ember/test-helpers@2.9.4":
version "2.9.4"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.9.4.tgz#985022e9ba05cfc918bcf08b77cbb355f85b723e"
integrity sha512-z+Qs1NYWyIVDmrY6WdmOS5mdG1lJ5CFfzh6dRhLfs9lq45deDaDrVNcaCYhnNeJZTvUBK2XR2SvPcZm0RloXdA==
dependencies:
"@ember/test-waiters" "^3.0.0"
"@embroider/macros" "^1.10.0"