From 8f7a600c95223f557957d838f37a2c5a78439e09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 08:06:16 +0000 Subject: [PATCH] Update dependency eslint-plugin-qunit to v6.1.1 (#715) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c2166b23..159edb41 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "7.26.0", "eslint-config-simplabs": "0.4.0", "eslint-plugin-ember": "10.4.2", - "eslint-plugin-qunit": "6.1.0", + "eslint-plugin-qunit": "6.1.1", "lerna-changelog": "1.0.1", "loader.js": "4.7.0", "mocha": "8.4.0", diff --git a/yarn.lock b/yarn.lock index 0dab7137..fc64e681 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5465,12 +5465,12 @@ eslint-plugin-ember@10.4.2: requireindex "^1.2.0" snake-case "^3.0.3" -eslint-plugin-qunit@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-6.1.0.tgz#72345e0a98088cdae69929acad37cfe0daccbf6c" - integrity sha512-FT101NNIwxyFiznlORzjhV9uSvl4JXDdNUyiMEHedMqvdTv0z5kOjaNv3UlFq5uL7znPlz23RmJUtPxw3fH3HA== +eslint-plugin-qunit@6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-qunit/-/eslint-plugin-qunit-6.1.1.tgz#f0a02fab4f61dc02b96b3ce25cbeb480623e1cc5" + integrity sha512-XAEULG0Std1wtAZrFDzL//TcJDQhLBOe2DeZDCQ4fxjbk9grDkKaWh4xpNhPQdCp4cL0Wx3PVE2yP7s4VCMH2g== dependencies: - eslint-utils "^2.1.0" + eslint-utils "^3.0.0" requireindex "^1.2.0" eslint-scope@^4.0.3: @@ -5496,6 +5496,13 @@ eslint-utils@^2.1.0: dependencies: eslint-visitor-keys "^1.1.0" +eslint-utils@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== + dependencies: + eslint-visitor-keys "^2.0.0" + eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"