From 3e551993bd35f21ff861e2c0eb20d176184d4c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:10:16 +0000 Subject: [PATCH] Bump jest-axe from 7.0.1 to 8.0.0 Bumps [jest-axe](https://github.com/nickcolley/jest-axe) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/nickcolley/jest-axe/releases) - [Changelog](https://github.com/NickColley/jest-axe/blob/main/CHANGELOG.md) - [Commits](https://github.com/nickcolley/jest-axe/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: jest-axe dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++-------------- package.json | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index da976a7425..e0fbba42f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "gulp-svgmin": "^4.1.0", "husky": "^8.0.2", "jest": "^29.0.0", - "jest-axe": "^7.0.0", + "jest-axe": "^8.0.0", "jest-environment-jsdom": "^29.2.2", "lint-staged": "^13.1.0", "lodash": "^4.17.20", @@ -18670,12 +18670,12 @@ } }, "node_modules/jest-axe": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/jest-axe/-/jest-axe-7.0.1.tgz", - "integrity": "sha512-1JoEla6gL4rcsTxEWm+VBcWMwOhP3f9w4dH7/YW3H41nU08Dds3gUFqxgdAq/pzBNPpauC3QPr/BuO+0W8eamg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/jest-axe/-/jest-axe-8.0.0.tgz", + "integrity": "sha512-4kNcNn7J0jPO4jANEYZOHeQ/tSBvkXS+MxTbX1CKbXGd0+ZbRGDn/v/8IYWI/MmYX15iLVyYRnRev9X3ksePWA==", "dev": true, "dependencies": { - "axe-core": "4.5.1", + "axe-core": "4.7.2", "chalk": "4.1.2", "jest-matcher-utils": "29.2.2", "lodash.merge": "4.6.2" @@ -18699,15 +18699,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-axe/node_modules/axe-core": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.5.1.tgz", - "integrity": "sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/jest-axe/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", diff --git a/package.json b/package.json index 44643a0904..e06a956cc7 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "gulp-svgmin": "^4.1.0", "husky": "^8.0.2", "jest": "^29.0.0", - "jest-axe": "^7.0.0", + "jest-axe": "^8.0.0", "jest-environment-jsdom": "^29.2.2", "lint-staged": "^13.1.0", "lodash": "^4.17.20",