From 7e9678562c178cc80bcbc0c9e6f6af5730548e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 00:08:35 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress in /console/atest-ui Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- console/atest-ui/package-lock.json | 30 +++++++++++++++--------------- console/atest-ui/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) 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",