From 0783530cf2369aeace12a4e43a2d9865bf8f5469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:06:28 +0000 Subject: [PATCH] [skip netlify]: Bump eslint-plugin-qunit from 8.1.1 to 8.1.2 Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/platinumazure/eslint-plugin-qunit/releases) - [Changelog](https://github.com/platinumazure/eslint-plugin-qunit/blob/main/CHANGELOG.md) - [Commits](https://github.com/platinumazure/eslint-plugin-qunit/commits) --- 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 c8e96081..8c1ae84c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-ember": "^11.12.0", "eslint-plugin-n": "^17.10.2", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-qunit": "^8.1.1", + "eslint-plugin-qunit": "^8.1.2", "field-guide": "^2.4.0", "field-guide-default-template": "^3.0.0", "loader.js": "^4.7.0", diff --git a/yarn.lock b/yarn.lock index fd9bf72e..91f770ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8237,10 +8237,10 @@ eslint-plugin-prettier@^5.2.1: prettier-linter-helpers "^1.0.0" synckit "^0.9.1" -eslint-plugin-qunit@^8.1.1: - version "8.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-8.1.1.tgz#08c0663a6c9d58d6435c3c6d9283df2752a9003b" - integrity sha512-j3xhiAf2Wvr8Dfwl5T6tlJ+F55vqYE9ZdAHUOTzq1lGerYrXzOS46RvK4SSWug2D8sl3ZYr2lA4/hgVXgLloxw== +eslint-plugin-qunit@^8.1.2: + version "8.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-8.1.2.tgz#ac740615e73377dd531429da02769dc2ca205fe1" + integrity sha512-2gDQdHlQW8GVXD7YYkO8vbm9Ldc60JeGMuQN5QlD48OeZ8znBvvoHWZZMeXjvoDPReGaLEvyuWrDtrI8bDbcqw== dependencies: eslint-utils "^3.0.0" requireindex "^1.2.0"