From 495584b004dc30e88fcc827a6a6d7b0652738001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:12:18 +0000 Subject: [PATCH] Bump eslint-plugin-chai-friendly from 1.0.1 to 1.1.0 in /cy Bumps [eslint-plugin-chai-friendly](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases) - [Commits](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-chai-friendly dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cy/package-lock.json | 9 +++++---- cy/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cy/package-lock.json b/cy/package-lock.json index 9da5c590..805969a3 100644 --- a/cy/package-lock.json +++ b/cy/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "eslint": "^9.8.0", - "eslint-plugin-chai-friendly": "^1.0.1", + "eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-cypress": "^3.4.0" } }, @@ -1097,10 +1097,11 @@ } }, "node_modules/eslint-plugin-chai-friendly": { - "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==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-1.1.0.tgz", + "integrity": "sha512-+T1rClpDdXkgBAhC16vRQMI5umiWojVqkj9oUTdpma50+uByCZM/oBfxitZiOkjMRlm725mwFfz/RVgyDRvCKA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" }, diff --git a/cy/package.json b/cy/package.json index 879153f9..f52aa0ab 100644 --- a/cy/package.json +++ b/cy/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "eslint": "^9.8.0", - "eslint-plugin-chai-friendly": "^1.0.1", + "eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-cypress": "^3.4.0" }, "homepage": "https://github.com/govcms-tests/tests#readme",