From 273993ef20cd9f21cb7e4151a9cdd5e55396222a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 18:21:54 +0000 Subject: [PATCH] Bump eslint-plugin-qunit from 6.2.0 to 7.3.4 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 6.2.0 to 7.3.4. - [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/v6.2.0...v7.3.4) --- updated-dependencies: - dependency-name: eslint-plugin-qunit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 377dc44..a64efef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-ember": "^10.5.8", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-qunit": "^6.2.0", + "eslint-plugin-qunit": "^7.3.4", "loader.js": "^4.7.0", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", @@ -11726,16 +11726,16 @@ } }, "node_modules/eslint-plugin-qunit": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-6.2.0.tgz", - "integrity": "sha512-KvPmkIC2MHpfRxs/r8WUeeGkG6y+3qwSi2AZIBtjcM/YG6Z3k0GxW5Hbu3l7X0TDhljVCeBb9Q5puUkHzl83Mw==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz", + "integrity": "sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", "requireindex": "^1.2.0" }, "engines": { - "node": "10.x || 12.x || >=14.0.0" + "node": "12.x || 14.x || >=16.0.0" } }, "node_modules/eslint-plugin-qunit/node_modules/eslint-utils": { @@ -31945,9 +31945,9 @@ } }, "eslint-plugin-qunit": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-6.2.0.tgz", - "integrity": "sha512-KvPmkIC2MHpfRxs/r8WUeeGkG6y+3qwSi2AZIBtjcM/YG6Z3k0GxW5Hbu3l7X0TDhljVCeBb9Q5puUkHzl83Mw==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz", + "integrity": "sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==", "dev": true, "requires": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index ee2483a..48fb0ee 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-ember": "^10.5.8", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-qunit": "^6.2.0", + "eslint-plugin-qunit": "^7.3.4", "loader.js": "^4.7.0", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", diff --git a/yarn.lock b/yarn.lock index 6589c30..5ee1710 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4656,9 +4656,9 @@ eslint-plugin-prettier@^4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-qunit@^6.2.0: - version "6.2.0" - resolved "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-6.2.0.tgz" +eslint-plugin-qunit@^7.3.4: + version "7.3.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz#2465b6f29ff56fbe9b741bde2740dec109ee9bec" dependencies: eslint-utils "^3.0.0" requireindex "^1.2.0"