From 0cc012d15757c57e5e80335349a038ee7e2e0dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:07:51 +0000 Subject: [PATCH] chore(deps-dev): bump qunit from 2.22.0 to 2.23.1 in /ember Bumps [qunit](https://github.com/qunitjs/qunit) from 2.22.0 to 2.23.1. - [Release notes](https://github.com/qunitjs/qunit/releases) - [Changelog](https://github.com/qunitjs/qunit/blob/main/History.md) - [Commits](https://github.com/qunitjs/qunit/compare/2.22.0...2.23.1) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ember/package.json | 2 +- ember/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ember/package.json b/ember/package.json index 10a71977..25631ee5 100644 --- a/ember/package.json +++ b/ember/package.json @@ -110,7 +110,7 @@ "eslint-plugin-qunit": "^8.1.1", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", - "qunit": "^2.22.0", + "qunit": "^2.23.1", "qunit-dom": "^3.1.2" }, "//": [ diff --git a/ember/yarn.lock b/ember/yarn.lock index e27902d2..7298c7dd 100644 --- a/ember/yarn.lock +++ b/ember/yarn.lock @@ -11453,10 +11453,10 @@ qunit-theme-ember@^1.0.0: resolved "https://registry.yarnpkg.com/qunit-theme-ember/-/qunit-theme-ember-1.0.0.tgz#3b750b9e3ab2837cc3b31cc5b73a0b71b964b0db" integrity sha512-vdMVVo6ecdCkWttMTKeyq1ZTLGHcA6zdze2zhguNuc3ritlJMhOXY5RDseqazOwqZVfCg3rtlmL3fMUyIzUyFQ== -qunit@^2.22.0: - version "2.22.0" - resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.22.0.tgz#77c26ebfc337bbf82e0e69d4192f0e4454ef134d" - integrity sha512-wPYvAvpjTL3zlUeyCX75T8gfZfdVXZa8y1EVkGe/XZNORIsCH/WI2X8R2KlemT921X9EKSZUL6CLGSPC7Ks08g== +qunit@^2.23.1: + version "2.23.1" + resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.23.1.tgz#392874807cb904d0a9a906d72064bbbdcd793acf" + integrity sha512-CGrsGy7NhkQmfiyOixBpbexh2PT7ekIb35uWiBi/hBNdTJF1W98UonyACFJJs8UmcP96lH+YJlX99dYZi5rZkg== dependencies: commander "7.2.0" node-watch "0.7.3"