diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6aeb5fc34..ccf4da1b2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -250,8 +250,8 @@ importers: specifier: ^10.1.0 version: 10.1.0(jiti@2.6.1) eslint-plugin-cypress: - specifier: ^5.3.0 - version: 5.3.0(eslint@10.1.0(jiti@2.6.1)) + specifier: ^6.2.1 + version: 6.2.1(eslint@10.1.0(jiti@2.6.1)) eslint-plugin-vitest: specifier: ^0.5.4 version: 0.5.4(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.57.2(eslint@10.1.0(jiti@2.6.1))(typescript@5.9.3))(eslint@10.1.0(jiti@2.6.1))(typescript@5.9.3))(eslint@10.1.0(jiti@2.6.1))(typescript@5.9.3)(vitest@4.1.1) @@ -3963,8 +3963,8 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-plugin-cypress@5.3.0: - resolution: {integrity: sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==} + eslint-plugin-cypress@6.2.1: + resolution: {integrity: sha512-pbjvNE2GKG3hlerT3SIQcRnsMfzFnpAyg0V17D+Gm/a18cxBOVLUxWWANAs7LzykdTPn+SKgzczhF0+IODFs7w==} peerDependencies: eslint: '>=9' @@ -4348,10 +4348,6 @@ packages: resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} engines: {node: '>=10'} - globals@16.5.0: - resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} - engines: {node: '>=18'} - globals@17.4.0: resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==} engines: {node: '>=18'} @@ -12114,10 +12110,10 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-plugin-cypress@5.3.0(eslint@10.1.0(jiti@2.6.1)): + eslint-plugin-cypress@6.2.1(eslint@10.1.0(jiti@2.6.1)): dependencies: eslint: 10.1.0(jiti@2.6.1) - globals: 16.5.0 + globals: 17.4.0 eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.57.2(eslint@10.1.0(jiti@2.6.1))(typescript@5.9.3))(eslint@10.1.0(jiti@2.6.1))(typescript@5.9.3))(eslint@10.1.0(jiti@2.6.1))(typescript@5.9.3)(vitest@4.1.1): dependencies: @@ -12596,8 +12592,6 @@ snapshots: dependencies: ini: 2.0.0 - globals@16.5.0: {} - globals@17.4.0: {} globby@11.1.0: diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 231b79b2e..5a78df19e 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -93,7 +93,7 @@ "del": "^8.0.1", "dts-bundle-generator": "^9.5.1", "eslint": "^10.1.0", - "eslint-plugin-cypress": "^5.3.0", + "eslint-plugin-cypress": "^6.2.1", "eslint-plugin-vitest": "^0.5.4", "execa": "^9.6.1", "globals": "^17.4.0",