From b36c5e75658b1e1e19062a397e6b176bd4abb978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:03:43 +0100 Subject: [PATCH] bump eslint-plugin-qunit from 6.2.0 to 7.3.2 in /app/assets/javascripts (#18927) --- updated-dependencies: - dependency-name: eslint-plugin-qunit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/assets/javascripts/discourse/package.json | 2 +- app/assets/javascripts/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index 654965c4e8a..7ab5cbc9f17 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -70,7 +70,7 @@ "ember-source": "~3.28.10", "ember-test-selectors": "^6.0.0", "eslint": "^8.26.0", - "eslint-plugin-qunit": "^6.2.0", + "eslint-plugin-qunit": "^7.3.2", "handlebars": "^4.7.7", "html-entities": "^2.3.3", "js-yaml": "^4.1.0", diff --git a/app/assets/javascripts/yarn.lock b/app/assets/javascripts/yarn.lock index c0cfb8bc755..1c932c7e83e 100644 --- a/app/assets/javascripts/yarn.lock +++ b/app/assets/javascripts/yarn.lock @@ -5088,10 +5088,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-qunit@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-6.2.0.tgz#f4efda29da99523e560848d9592c39c0590c308d" - integrity sha512-KvPmkIC2MHpfRxs/r8WUeeGkG6y+3qwSi2AZIBtjcM/YG6Z3k0GxW5Hbu3l7X0TDhljVCeBb9Q5puUkHzl83Mw== +eslint-plugin-qunit@^7.3.2: + version "7.3.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.2.tgz#8a42d5e6c9512f2522381c54980efc7848eace67" + integrity sha512-nlG1bfXIPo9DZnF117A2vwz3g3vfDB3E8oxswaLjYXKpnklIBCoUn9XoZHyy7IBbAXkyCYPj4p7tcUw+u/p4+A== dependencies: eslint-utils "^3.0.0" requireindex "^1.2.0"