diff --git a/package-lock.json b/package-lock.json index c0e6b4a41..a336d0088 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "cypress-split": "^1.24.14", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.7", - "eslint-plugin-cypress": "^5.1.0", + "eslint-plugin-cypress": "^5.3.0", "happy-dom": "^20.0.8", "postcss": "^8.5.6", "stylelint": "^17.14.0", @@ -4934,9 +4934,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4951,9 +4948,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4968,9 +4962,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4985,9 +4976,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5002,9 +4990,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5019,9 +5004,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5036,9 +5018,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5053,9 +5032,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5070,9 +5046,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5087,9 +5060,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5104,9 +5074,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5121,9 +5088,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5138,9 +5102,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -10109,13 +10070,13 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", - "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.3.0.tgz", + "integrity": "sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^16.2.0" + "globals": "^16.5.0" }, "peerDependencies": { "eslint": ">=9" @@ -16594,6 +16555,21 @@ } } }, + "node_modules/rollup-plugin-license/node_modules/picomatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", + "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/package.json b/package.json index 49c63622b..c1fb7eaca 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "cypress-split": "^1.24.14", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.7", - "eslint-plugin-cypress": "^5.1.0", + "eslint-plugin-cypress": "^5.3.0", "happy-dom": "^20.0.8", "postcss": "^8.5.6", "stylelint": "^17.14.0",