From 32933f208a73d15d911662d57180372f1ea46586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:53:58 +0000 Subject: [PATCH] Bump taiko-accessibility from 0.3.2 to 0.3.3 Bumps [taiko-accessibility](https://github.com/andreas-ku/taiko-accessibility) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/andreas-ku/taiko-accessibility/releases) - [Commits](https://github.com/andreas-ku/taiko-accessibility/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: taiko-accessibility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbc6aa6..7b63036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3972,11 +3972,11 @@ } }, "node_modules/taiko-accessibility": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/taiko-accessibility/-/taiko-accessibility-0.3.2.tgz", - "integrity": "sha512-H4VqEt8vU9f3bpCov3AjpO0ITtzkg02B+wAmETCm6VA5ohBavXKw25H2GmbUC35h6juDbQ40vp5BJAX8iXFv+Q==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/taiko-accessibility/-/taiko-accessibility-0.3.3.tgz", + "integrity": "sha512-LIL2BbUhWMqlGC64Dedx5WBCfq/8c6UBIz8O8kKikxHrgh69j7swyrwEbFBmu/HgoxMEQoUY7tiSVUQzNxekwQ==", "dependencies": { - "axe-core": "^4.3.5" + "axe-core": "^4.9.1" } }, "node_modules/tiny-invariant": {