From 06aed2d56c2c053064eff388c4150b04cf3f5bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:57:27 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-qunit from 8.0.0 to 8.0.1 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/platinumazure/eslint-plugin-qunit/releases) - [Changelog](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/CHANGELOG.md) - [Commits](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-qunit dependency-type: direct:development update-type: version-update:semver-patch ... 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 2cf2b0e9..cc80e55b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-import": "2.28.1", "eslint-plugin-n": "16.1.0", "eslint-plugin-prettier": "5.0.0", - "eslint-plugin-qunit": "8.0.0", + "eslint-plugin-qunit": "8.0.1", "loader.js": "4.7.0", "prettier": "3.0.3", "qunit": "2.20.0", diff --git a/yarn.lock b/yarn.lock index 5878a56c..28e1f341 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7167,10 +7167,10 @@ eslint-plugin-prettier@5.0.0: prettier-linter-helpers "^1.0.0" synckit "^0.8.5" -eslint-plugin-qunit@8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-8.0.0.tgz#92df9b8cc144a67edaf961e9c4db75d98065ce85" - integrity sha512-ly2x/pmJPcS0ztGAPap6qLC13GjOFwhBbvun0K1dAjaxaC6KB3TYjeBo+5pGvXqL3WdicmYxEKhTGwmhvoxMBQ== +eslint-plugin-qunit@8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-8.0.1.tgz#4969c2a5a13c7362cee1b38a2c0c06b60437a931" + integrity sha512-3bFOPryXoQOez95oP/JfWTxHBc/bgDQQZqTuv9uYTwH5sdIvSM2TES1iHDcy/F/LvqiqIpscDAOPAjlqSCnNPg== dependencies: eslint-utils "^3.0.0" requireindex "^1.2.0"