diff --git a/console/atest-ui/package-lock.json b/console/atest-ui/package-lock.json index 104fc6da..9084f5a4 100644 --- a/console/atest-ui/package-lock.json +++ b/console/atest-ui/package-lock.json @@ -39,7 +39,7 @@ "@vue/tsconfig": "^0.4.0", "cypress": "^13.1.0", "eslint": "^9.27.0", - "eslint-plugin-cypress": "^4.1.0", + "eslint-plugin-cypress": "^4.3.0", "eslint-plugin-vue": "^9.32.0", "fetch-mock-jest": "^1.5.1", "jest": "^29.6.1", @@ -5312,22 +5312,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": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz", + "integrity": "sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^15.11.0" + "globals": "^15.15.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": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", "dev": true, "license": "MIT", "engines": { @@ -16287,18 +16287,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": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz", + "integrity": "sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==", "dev": true, "requires": { - "globals": "^15.11.0" + "globals": "^15.15.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": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", "dev": true } } diff --git a/console/atest-ui/package.json b/console/atest-ui/package.json index d2991ec6..f0758a85 100644 --- a/console/atest-ui/package.json +++ b/console/atest-ui/package.json @@ -47,7 +47,7 @@ "@vue/tsconfig": "^0.4.0", "cypress": "^13.1.0", "eslint": "^9.27.0", - "eslint-plugin-cypress": "^4.1.0", + "eslint-plugin-cypress": "^4.3.0", "eslint-plugin-vue": "^9.32.0", "fetch-mock-jest": "^1.5.1", "jest": "^29.6.1",