From b8113cbd794faff08bc8786bd60aedcdf8403d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:26:37 -0400 Subject: [PATCH] chore(deps-dev): Bump @axe-core/playwright from 4.7.1 to 4.7.2 in /core (#27585) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) from 4.7.1 to 4.7.2.
Release notes

Sourced from @​axe-core/playwright's releases.

Release 4.7.2

Bug Fixes

Changelog

Sourced from @​axe-core/playwright's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@axe-core/playwright&package-manager=npm_and_yarn&previous-version=4.7.1&new-version=4.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/package-lock.json | 43 ++++++++---------------------------------- core/package.json | 2 +- 2 files changed, 9 insertions(+), 36 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 5c2daaa060..eb70c18221 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -14,7 +14,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@axe-core/playwright": "^4.7.1", + "@axe-core/playwright": "^4.7.2", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "^2.0.0", "@jest/core": "^27.5.1", @@ -53,15 +53,15 @@ "dev": true }, "node_modules/@axe-core/playwright": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.7.1.tgz", - "integrity": "sha512-09UDwLChlGiqw9004QJib6Maesy99EOZ9zsLfhBYAt2s5UwufabnD+MoTAmwe+PCv2Jex9k1taeUhebDwIJKqw==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.7.2.tgz", + "integrity": "sha512-k5f6KGVkPsZ7wR56XnRZYS4b1Wd8wkVTpjqeScFYZMTJxKVv3FGKoBqQVBoCphWtP0oMWQc41zQgHO6gaYTcQw==", "dev": true, "dependencies": { "axe-core": "^4.7.0" }, "peerDependencies": { - "playwright": ">= 1.0.0" + "playwright-core": ">= 1.0.0" } }, "node_modules/@babel/code-frame": { @@ -8149,23 +8149,6 @@ "node": ">=8" } }, - "node_modules/playwright": { - "version": "1.34.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.34.1.tgz", - "integrity": "sha512-RonTwQifzkCZHsjZKYUKsOJkQAVe1HArnyLcSRrkyDxN46Ytpwki5XzQFdpuv0XD8WtAjs4gI3oMYJiEj5Qo6g==", - "dev": true, - "hasInstallScript": true, - "peer": true, - "dependencies": { - "playwright-core": "1.34.1" - }, - "bin": { - "playwright": "cli.js" - }, - "engines": { - "node": ">=14" - } - }, "node_modules/playwright-core": { "version": "1.34.1", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.1.tgz", @@ -10352,9 +10335,9 @@ }, "dependencies": { "@axe-core/playwright": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.7.1.tgz", - "integrity": "sha512-09UDwLChlGiqw9004QJib6Maesy99EOZ9zsLfhBYAt2s5UwufabnD+MoTAmwe+PCv2Jex9k1taeUhebDwIJKqw==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.7.2.tgz", + "integrity": "sha512-k5f6KGVkPsZ7wR56XnRZYS4b1Wd8wkVTpjqeScFYZMTJxKVv3FGKoBqQVBoCphWtP0oMWQc41zQgHO6gaYTcQw==", "dev": true, "requires": { "axe-core": "^4.7.0" @@ -16274,16 +16257,6 @@ "find-up": "^4.0.0" } }, - "playwright": { - "version": "1.34.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.34.1.tgz", - "integrity": "sha512-RonTwQifzkCZHsjZKYUKsOJkQAVe1HArnyLcSRrkyDxN46Ytpwki5XzQFdpuv0XD8WtAjs4gI3oMYJiEj5Qo6g==", - "dev": true, - "peer": true, - "requires": { - "playwright-core": "1.34.1" - } - }, "playwright-core": { "version": "1.34.1", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.1.tgz", diff --git a/core/package.json b/core/package.json index 3014518410..ad42cfa693 100644 --- a/core/package.json +++ b/core/package.json @@ -36,7 +36,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@axe-core/playwright": "^4.7.1", + "@axe-core/playwright": "^4.7.2", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "^2.0.0", "@jest/core": "^27.5.1",