diff --git a/cy/package-lock.json b/cy/package-lock.json index 9da5c59..eab3b56 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.2.1", "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.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-1.2.1.tgz", + "integrity": "sha512-mV3EOJLDr8+L+LS8uCkP711fnNHz+4PsmPyz18xwkvjJwfLRlnx0Eu6CFnb5B+dW5ahoav2jVer2KFYsmIuv3A==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" }, diff --git a/cy/package.json b/cy/package.json index bbd7471..24b717d 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.2.1", "eslint-plugin-cypress": "^3.4.0" }, "allowScripts": {