From ed814132cd7e997c0c57ce6bbb535f3b8e781fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:32:12 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-chai-friendly from 0.7.2 to 0.7.4 (#9893) Bumps [eslint-plugin-chai-friendly](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) from 0.7.2 to 0.7.4. - [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases) - [Commits](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/compare/v0.7.2...v0.7.4) --- updated-dependencies: - dependency-name: eslint-plugin-chai-friendly dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ae44db7cf..713f8fcc53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "eslint-config-standard": "17.1.0", "eslint-config-standard-jsx": "11.0.0", "eslint-config-standard-react": "13.0.0", - "eslint-plugin-chai-friendly": "^0.7.2", + "eslint-plugin-chai-friendly": "^0.7.4", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-icedfrisby": "^0.1.0", "eslint-plugin-import": "^2.29.1", @@ -11299,9 +11299,9 @@ } }, "node_modules/eslint-plugin-chai-friendly": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.7.2.tgz", - "integrity": "sha512-LOIfGx5sZZ5FwM1shr2GlYAWV9Omdi+1/3byuVagvQNoGUuU0iHhp7AfjA1uR+4dJ4Isfb4+FwBJgQajIw9iAg==", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.7.4.tgz", + "integrity": "sha512-PGPjJ8diYgX1mjLxGJqRop2rrGwZRKImoEOwUOgoIhg0p80MkTaqvmFLe5TF7/iagZHggasvIfQlUyHIhK/PYg==", "dev": true, "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index d141609e6c..fc467d185d 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "eslint-config-standard": "17.1.0", "eslint-config-standard-jsx": "11.0.0", "eslint-config-standard-react": "13.0.0", - "eslint-plugin-chai-friendly": "^0.7.2", + "eslint-plugin-chai-friendly": "^0.7.4", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-icedfrisby": "^0.1.0", "eslint-plugin-import": "^2.29.1",