From a932f3b2cbac67c6c46aa45f624bbe1fed6c50c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Oct 2021 02:19:16 +0000 Subject: [PATCH] chore(deps): update dependency cypress-axe to v0.13.0 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e34b41a..262d2fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "babel-preset-gatsby": "0.5.14", "codecov": "3.8.1", "cypress": "5.6.0", - "cypress-axe": "0.12.2", + "cypress-axe": "0.13.0", "cypress-file-upload": "4.1.1", "dotenv": "8.2.0", "husky": "4.3.0", @@ -16604,16 +16604,16 @@ } }, "node_modules/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==", "dev": true, "engines": { "node": ">=10" }, "peerDependencies": { "axe-core": "^3 || ^4", - "cypress": "^3 || ^4 || ^5 || ^6" + "cypress": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, "node_modules/cypress-file-upload": { @@ -59450,9 +59450,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==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 04993d48..bb3e71c5 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "babel-preset-gatsby": "0.5.14", "codecov": "3.8.1", "cypress": "5.6.0", - "cypress-axe": "0.12.2", + "cypress-axe": "0.13.0", "cypress-file-upload": "4.1.1", "dotenv": "8.2.0", "husky": "4.3.0",