diff --git a/console/atest-ui/package-lock.json b/console/atest-ui/package-lock.json index 86aef9a8..b85c3846 100644 --- a/console/atest-ui/package-lock.json +++ b/console/atest-ui/package-lock.json @@ -40,7 +40,7 @@ "autoprefixer": "^10.4.21", "cypress": "^13.1.0", "eslint": "^9.27.0", - "eslint-plugin-cypress": "^4.1.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "^9.32.0", "fetch-mock-jest": "^1.5.1", "jest": "^29.6.1", @@ -5589,22 +5589,22 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", - "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^15.11.0" + "globals": "^16.2.0" }, "peerDependencies": { "eslint": ">=9" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "15.14.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-15.14.0.tgz", - "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, "license": "MIT", "engines": { @@ -17291,18 +17291,18 @@ "requires": {} }, "eslint-plugin-cypress": { - "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", - "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "dev": true, "requires": { - "globals": "^15.11.0" + "globals": "^16.2.0" }, "dependencies": { "globals": { - "version": "15.14.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-15.14.0.tgz", - "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true } } diff --git a/console/atest-ui/package.json b/console/atest-ui/package.json index 4715792d..364138f1 100644 --- a/console/atest-ui/package.json +++ b/console/atest-ui/package.json @@ -48,7 +48,7 @@ "autoprefixer": "^10.4.21", "cypress": "^13.1.0", "eslint": "^9.27.0", - "eslint-plugin-cypress": "^4.1.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "^9.32.0", "fetch-mock-jest": "^1.5.1", "jest": "^29.6.1",