From 3e4144750a95744d8b991fb702fccf4747c22c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:22:51 +0000 Subject: [PATCH] chore(deps-dev): bump qunit from 2.22.0 to 2.23.1 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b30ff24..d238a7f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-import": "2.29.1", "node-qunit-phantomjs": "2.1.1", "prettier": "3.3.3", - "qunit": "2.22.0", + "qunit": "2.23.1", "rollup": "4.24.2", "rollup-plugin-babel": "4.4.0", "rollup-plugin-replace": "2.2.0", diff --git a/yarn.lock b/yarn.lock index 5b3d9c7..963127f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3276,10 +3276,10 @@ qunit-reporter-junit@^1.1.1: resolved "https://registry.yarnpkg.com/qunit-reporter-junit/-/qunit-reporter-junit-1.1.1.tgz#eeb6226457896993e795a11940f18af6afa579b4" integrity sha1-7rYiZFeJaZPnlaEZQPGK9q+lebQ= -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"