From 27dd660f9c7b49f296559c4e1e25bfc81400fc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:20:38 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-chai-friendly from 1.0.0 to 1.0.1 (#10430) Bumps [eslint-plugin-chai-friendly](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases) - [Commits](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-chai-friendly dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 d7fd81d943..550419fda9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,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": "^1.0.0", + "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-icedfrisby": "^0.1.0", "eslint-plugin-import": "^2.29.1", @@ -11634,9 +11634,9 @@ } }, "node_modules/eslint-plugin-chai-friendly": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-1.0.0.tgz", - "integrity": "sha512-M7pDQ/H5IiMz1LsfNi7Js4LvKx7cx0VMJHT/u1d35GOXxkQdJ2vAeaLC5q6GW126KVOnUMJ8WvBMWWLxtfdcog==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-1.0.1.tgz", + "integrity": "sha512-dxD/uz1YKJ8U4yah1i+V/p/u+kHRy3YxTPe2nJGqb5lCR+ucan/KIexfZ5+q4X+tkllyMe86EBbAkdlwxNy3oQ==", "dev": true, "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 3b3f4c0320..398d88628c 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,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": "^1.0.0", + "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-icedfrisby": "^0.1.0", "eslint-plugin-import": "^2.29.1", -- GitLab