diff --git a/.nvmrc b/.nvmrc index 4a1f488b6..02c8b485e 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.17.1 +18.18.0 diff --git a/package.json b/package.json index c6508164a..50fb7fc42 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "cypress": "^13.2.0", "cz-conventional-changelog": "3.3.0", "eslint": "^8.49.0", - "eslint-plugin-cypress": "^2.14.0", + "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", @@ -161,7 +161,7 @@ "node": ">=v16.20.2" }, "volta": { - "node": "18.17.1", + "node": "18.18.0", "yarn": "1.22.19" } } diff --git a/yarn.lock b/yarn.lock index 780938f87..b449573aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3094,10 +3094,10 @@ eslint-module-utils@^2.8.0: dependencies: debug "^3.2.7" -eslint-plugin-cypress@^2.14.0: - version "2.14.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz#c65e1f592680dd25bbd00c86194ee85fecf59bd7" - integrity sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg== +eslint-plugin-cypress@^2.15.1: + version "2.15.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz#336afa7e8e27451afaf65aa359c9509e0a4f3a7b" + integrity sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w== dependencies: globals "^13.20.0"