From c06177dadc9063e3a0f91bfb35a225a1cde94a91 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:19:59 +0200 Subject: [PATCH] chore(deps): update eslint-plugins mocha and cypress (#832) Update to eslint-plugin-mocha@10.4.3 eslint-plugin-cypress@3.0.2 --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ee28ee15..8a1bf3adb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,9 +16,9 @@ "@bahmutov/print-env": "1.3.0", "cypress": "13.8.1", "eslint": "8.57.0", - "eslint-plugin-cypress": "2.15.2", + "eslint-plugin-cypress": "3.0.2", "eslint-plugin-json-format": "2.0.1", - "eslint-plugin-mocha": "10.4.2", + "eslint-plugin-mocha": "10.4.3", "globby": "11.1.0", "husky": "9.0.6", "semantic-release": "21.1.2", @@ -2894,15 +2894,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", - "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.2.tgz", + "integrity": "sha512-5hIWc3SqXSuR+Sd7gmNMzx8yJ3LWQQS0e+qLvEVF4C1JfFtu1s9imtEm1KxlCBCcKb7+6CyR9KQYs0GiI02AlA==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7 <9" } }, "node_modules/eslint-plugin-json-format": { @@ -2928,9 +2928,9 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.2.tgz", - "integrity": "sha512-cur4dVYnSEWTBwdqIBQFxa/9siAhesu0TX+lbJ4ClE9j0eNMNe6BSx3vkFFNz6tGoveyMyELFXa30f3fvuAVDg==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz", + "integrity": "sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 2f53c6e12..870801530 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "@bahmutov/print-env": "1.3.0", "cypress": "13.8.1", "eslint": "8.57.0", - "eslint-plugin-cypress": "2.15.2", + "eslint-plugin-cypress": "3.0.2", "eslint-plugin-json-format": "2.0.1", - "eslint-plugin-mocha": "10.4.2", + "eslint-plugin-mocha": "10.4.3", "globby": "11.1.0", "husky": "9.0.6", "semantic-release": "21.1.2",