From 255f4de0ce700384418c3fe168c0725e6e6cd215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:31:29 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 10.1.0 to 10.2.0 in /frontend Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.1.0...10.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 03758365cf..114cf634c5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -95,7 +95,7 @@ "eslint-plugin-import": "2.28.1", "eslint-plugin-jest": "27.4.2", "eslint-plugin-jsx-a11y": "6.7.1", - "eslint-plugin-mocha": "10.1.0", + "eslint-plugin-mocha": "10.2.0", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.0.0", @@ -10973,13 +10973,13 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz", - "integrity": "sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz", + "integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", - "rambda": "^7.1.0" + "rambda": "^7.4.0" }, "engines": { "node": ">=14.0.0" diff --git a/frontend/package.json b/frontend/package.json index 2ee4f75b66..80a24c50a6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -116,7 +116,7 @@ "eslint-plugin-import": "2.28.1", "eslint-plugin-jest": "27.4.2", "eslint-plugin-jsx-a11y": "6.7.1", - "eslint-plugin-mocha": "10.1.0", + "eslint-plugin-mocha": "10.2.0", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.0.0",