From 5562ee17800902ec900987399ed3e03a9c7197c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:02:32 +0000 Subject: [PATCH] Bump cypress-axe from 1.6.0 to 1.7.0 in the testing group Bumps the testing group with 1 update: [cypress-axe](https://github.com/component-driven/cypress-axe). Updates `cypress-axe` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/component-driven/cypress-axe/releases) - [Commits](https://github.com/component-driven/cypress-axe/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: cypress-axe dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4284cc4158..792621d275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,7 +118,7 @@ "copy-webpack-plugin": "^6.4.1", "cross-env": "^7.0.3", "cypress": "^13.17.0", - "cypress-axe": "^1.6.0", + "cypress-axe": "^1.7.0", "deep-freeze": "0.0.1", "eslint": "^8.39.0", "eslint-plugin-deprecation": "^1.4.1", @@ -10311,16 +10311,17 @@ } }, "node_modules/cypress-axe": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.6.0.tgz", - "integrity": "sha512-C/ij50G8eebBrl/WsGT7E+T/SFyIsRZ3Epx9cRTLrPL9Y1GcxlQGFoAVdtSFWRrHSCWXq9HC6iJQMaI89O9yvQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.7.0.tgz", + "integrity": "sha512-zzJpvAAjauEB3GZl0KYXb8i3w6MztWAt2WM3czYTFyNVC30alDmqCm9E7GwZ4bgkldZJlmHakaVEyu73R5St4w==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "peerDependencies": { "axe-core": "^3 || ^4", - "cypress": "^10 || ^11 || ^12 || ^13 || ^14" + "cypress": "^10 || ^11 || ^12 || ^13 || ^14 || ^15" } }, "node_modules/cypress/node_modules/cli-truncate": { diff --git a/package.json b/package.json index 5fc97ee515..494769cf73 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "copy-webpack-plugin": "^6.4.1", "cross-env": "^7.0.3", "cypress": "^13.17.0", - "cypress-axe": "^1.6.0", + "cypress-axe": "^1.7.0", "deep-freeze": "0.0.1", "eslint": "^8.39.0", "eslint-plugin-deprecation": "^1.4.1",