From 3121739fe037f4a7f1afbf335abbe80afc9d97c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:22:09 +0000 Subject: [PATCH] Bump the testing group with 2 updates Bumps the testing group with 2 updates: [axe-core](https://github.com/dequelabs/axe-core) and [cypress](https://github.com/cypress-io/cypress). Updates `axe-core` from 4.12.0 to 4.12.1 - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v4.12.0...v4.12.1) Updates `cypress` from 15.16.0 to 15.18.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v15.16.0...v15.18.0) --- updated-dependencies: - dependency-name: axe-core dependency-version: 4.12.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: cypress dependency-version: 15.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18ae2d037e9..e72841c51e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,12 +114,12 @@ "@typescript-eslint/parser": "^8.60.1", "@typescript-eslint/rule-tester": "^8.60.1", "@typescript-eslint/utils": "^8.47.0", - "axe-core": "^4.12.0", + "axe-core": "^4.12.1", "commander": "^14.0.3", "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^14.0.0", "cross-env": "^10.1.0", - "cypress": "^15.16.0", + "cypress": "^15.18.0", "cypress-axe": "^1.7.0", "deep-freeze": "0.0.1", "eslint": "^9.39.4", @@ -11688,9 +11688,9 @@ "license": "MIT" }, "node_modules/axe-core": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.12.0.tgz", - "integrity": "sha512-FTavr/7Ba0IptwGOPxnQvdyW2tAsdLBMTBXz7rKH6xJ2skpyxpBxyHkDdBs4lf69yRqYpkqCdfhnwS8YULGOmg==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.12.1.tgz", + "integrity": "sha512-s7iGf5GaVMxEG0ENN9x+xTr7GFZCb1ZP/1uATUpCEK2X78nDB3RwbtFCo9pGAf9ru+VwoQ464DkaLEeRM08wJA==", "dev": true, "license": "MPL-2.0", "engines": { @@ -13174,9 +13174,9 @@ "dev": true }, "node_modules/cypress": { - "version": "15.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.16.0.tgz", - "integrity": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==", + "version": "15.18.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz", + "integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index f5673d8bd4f..5f99972e681 100644 --- a/package.json +++ b/package.json @@ -182,12 +182,12 @@ "@typescript-eslint/parser": "^8.60.1", "@typescript-eslint/rule-tester": "^8.60.1", "@typescript-eslint/utils": "^8.47.0", - "axe-core": "^4.12.0", + "axe-core": "^4.12.1", "commander": "^14.0.3", "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^14.0.0", "cross-env": "^10.1.0", - "cypress": "^15.16.0", + "cypress": "^15.18.0", "cypress-axe": "^1.7.0", "deep-freeze": "0.0.1", "eslint": "^9.39.4",