From 95e86ac124541f7eab9e6190f7459bb72ea3c5b6 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:22:12 +0200 Subject: [PATCH] chore(deps): update eslint-plugins mocha and cypress --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05a961873..061500e11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,9 +16,9 @@ "@bahmutov/print-env": "1.3.0", "cypress": "13.7.3", "eslint": "8.57.0", - "eslint-plugin-cypress": "2.15.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-json-format": "2.0.1", - "eslint-plugin-mocha": "10.4.1", + "eslint-plugin-mocha": "10.4.2", "globby": "11.1.0", "husky": "9.0.6", "semantic-release": "21.1.2", @@ -2894,9 +2894,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", + "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", "dev": true, "dependencies": { "globals": "^13.20.0" @@ -2928,9 +2928,9 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz", - "integrity": "sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.2.tgz", + "integrity": "sha512-cur4dVYnSEWTBwdqIBQFxa/9siAhesu0TX+lbJ4ClE9j0eNMNe6BSx3vkFFNz6tGoveyMyELFXa30f3fvuAVDg==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index ac11f9eb2..2d27db0c0 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "@bahmutov/print-env": "1.3.0", "cypress": "13.7.3", "eslint": "8.57.0", - "eslint-plugin-cypress": "2.15.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-json-format": "2.0.1", - "eslint-plugin-mocha": "10.4.1", + "eslint-plugin-mocha": "10.4.2", "globby": "11.1.0", "husky": "9.0.6", "semantic-release": "21.1.2",