diff --git a/cy/package-lock.json b/cy/package-lock.json index 9da5c59..805969a 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 879153f..f52aa0a 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",