From 61eccfee5a7985c48babf8c35bfa84d0e100911f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 19:21:59 +0000 Subject: [PATCH] Bump cypress-axe from 0.12.2 to 0.13.0 Bumps [cypress-axe](https://github.com/component-driven/cypress-axe) from 0.12.2 to 0.13.0. - [Release notes](https://github.com/component-driven/cypress-axe/releases) - [Commits](https://github.com/component-driven/cypress-axe/compare/v0.12.2...v0.13.0) --- updated-dependencies: - dependency-name: cypress-axe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91bdac5bb92..2e39d426d53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1916,9 +1916,9 @@ } }, "cypress-axe": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-0.12.2.tgz", - "integrity": "sha512-gn+rVJ2JnvUWhBshbZ/8dkJdANaEB96zgtAEClJ7vNvDgmqAYb+HhQpW0GM04EqtIiPhenqUeKNQDoqrquY5+w==" + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-0.13.0.tgz", + "integrity": "sha512-fCIy7RiDCm7t30U3C99gGwQrUO307EYE1QqXNaf9ToK4DVqW8y5on+0a/kUHMrHdlls2rENF6TN9ZPpPpwLrnw==" }, "damerau-levenshtein": { "version": "1.0.6", diff --git a/package.json b/package.json index fad0147b3d1..01ad0e3c20c 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "classnames": "2.3.1", "countup.js": "^2.0.7", "cssnano": "^5.0.8", - "cypress-axe": "^0.12.2", + "cypress-axe": "^0.13.0", "esbuild": "^0.12.24", "event-stream": "3.3.4", "gsap": "^3.7.0",