From 14e5c216f12df8aee514da767c7bf8112f157c84 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 17 Mar 2025 13:01:42 -0400 Subject: [PATCH] chore: bump system tests yarn project deps to work with Cy 14 (#31301) --- .../package.json | 4 ++-- .../yarn-v4.3.1-pnp-dep-resolution/yarn.lock | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/package.json b/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/package.json index 21a08c0349..a1a2a05209 100644 --- a/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/package.json +++ b/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/package.json @@ -2,8 +2,8 @@ "name": "yarn-v4.3.1-pnp-dep-resolution", "version": "0.0.0-test", "devDependencies": { - "axe-core": "4.9.1", - "cypress-axe": "1.5.0" + "axe-core": "^4.10.3", + "cypress-axe": "^1.6.0" }, "packageManager": "yarn@4.3.1" } diff --git a/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/yarn.lock b/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/yarn.lock index 2b96b6854e..1c62c075c4 100644 --- a/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/yarn.lock +++ b/system-tests/projects/yarn-v4.3.1-pnp-dep-resolution/yarn.lock @@ -5,20 +5,20 @@ __metadata: version: 8 cacheKey: 10c0 -"axe-core@npm:4.9.1": - version: 4.9.1 - resolution: "axe-core@npm:4.9.1" - checksum: 10c0/ac9e5a0c6fa115a43ebffc32a1d2189e1ca6431b5a78e88cdcf94a72a25c5964185682edd94fe6bdb1cb4266c0d06301b022866e0e50dcdf6e3cefe556470110 +"axe-core@npm:^4.10.3": + version: 4.10.3 + resolution: "axe-core@npm:4.10.3" + checksum: 10c0/1b1c24f435b2ffe89d76eca0001cbfff42dbf012ad9bd37398b70b11f0d614281a38a28bc3069e8972e3c90ec929a8937994bd24b0ebcbaab87b8d1e241ab0c7 languageName: node linkType: hard -"cypress-axe@npm:1.5.0": - version: 1.5.0 - resolution: "cypress-axe@npm:1.5.0" +"cypress-axe@npm:^1.6.0": + version: 1.6.0 + resolution: "cypress-axe@npm:1.6.0" peerDependencies: axe-core: ^3 || ^4 - cypress: ^10 || ^11 || ^12 || ^13 - checksum: 10c0/bc9aab239fbed99bc64801b1f83c4835047264a4f34f801649e41579014cc1bddbd1379efaf3c4a9e6ff42f359bb7fc028df039d6fba637852370d77be0af5ec + cypress: ^10 || ^11 || ^12 || ^13 || ^14 + checksum: 10c0/c2cda25355dfa9bd1894357a6231985c9c61ff97a1b60b3b57a44bd2ae364ae3a82dd8be8d3deecc7f9ceabb52b8d441c762586f11ce4e2a322c44168ef3b84b languageName: node linkType: hard @@ -26,7 +26,7 @@ __metadata: version: 0.0.0-use.local resolution: "yarn-v4.3.1-pnp-dep-resolution@workspace:." dependencies: - axe-core: "npm:4.9.1" - cypress-axe: "npm:1.5.0" + axe-core: "npm:^4.10.3" + cypress-axe: "npm:^1.6.0" languageName: unknown linkType: soft