Skip to content

Commit e1bc977

Browse files
chore(deps-dev): bump eslint-plugin-cypress from 2.13.3 to 2.14.0 (#310)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.13.3 to 2.14.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v2.13.3...v2.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50654e7 commit e1bc977

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"eslint": "^8.46.0",
1414
"eslint-config-prettier": "^9.0.0",
1515
"eslint-plugin-markdown": "^3.0.1",
16-
"eslint-plugin-cypress": "^2.13.3",
16+
"eslint-plugin-cypress": "^2.14.0",
1717
"eslint-plugin-prefer-let": "^3.0.1",
1818
"jest": "^29.6.2",
1919
"prettier": "^3.0.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,12 +1680,12 @@ eslint-module-utils@^2.7.4:
16801680
dependencies:
16811681
debug "^3.2.7"
16821682

1683-
eslint-plugin-cypress@^2.13.3:
1684-
version "2.13.3"
1685-
resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.3.tgz#5fc1afdc939aaa7daa9181f651f2f35429733ff2"
1686-
integrity sha512-nAPjZE5WopCsgJwl3vHm5iafpV+ZRO76Z9hMyRygWhmg5ODXDPd+9MaPl7kdJ2azj+sO87H3P1PRnggIrz848g==
1683+
eslint-plugin-cypress@^2.14.0:
1684+
version "2.14.0"
1685+
resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz#c65e1f592680dd25bbd00c86194ee85fecf59bd7"
1686+
integrity sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==
16871687
dependencies:
1688-
globals "^11.12.0"
1688+
globals "^13.20.0"
16891689

16901690
eslint-plugin-es@^3.0.0:
16911691
version "3.0.1"
@@ -2157,12 +2157,12 @@ glob@^7.1.3, glob@^7.1.4:
21572157
once "^1.3.0"
21582158
path-is-absolute "^1.0.0"
21592159

2160-
globals@^11.1.0, globals@^11.12.0:
2160+
globals@^11.1.0:
21612161
version "11.12.0"
21622162
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
21632163
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
21642164

2165-
globals@^13.19.0:
2165+
globals@^13.19.0, globals@^13.20.0:
21662166
version "13.20.0"
21672167
resolved "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
21682168
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==

0 commit comments

Comments
 (0)