From 2db9df93ba11b2563a308084fb78e56d87705fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:09:51 +0000 Subject: [PATCH 1/7] chore: bump follow-redirects from 1.15.2 to 1.15.4 in /playwright (#421) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- playwright/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playwright/package-lock.json b/playwright/package-lock.json index 4d95ec0d..e8081584 100644 --- a/playwright/package-lock.json +++ b/playwright/package-lock.json @@ -138,9 +138,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "dev": true, "funding": [ { @@ -552,9 +552,9 @@ "dev": true }, "follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "dev": true }, "function-bind": { From 196453b518466876e536321618fa2cbe30ba2b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:20:48 +0000 Subject: [PATCH 2/7] chore: bump follow-redirects from 1.15.2 to 1.15.4 in /selenium (#422) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- selenium/package-lock.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/selenium/package-lock.json b/selenium/package-lock.json index 6975b97e..5104d59c 100644 --- a/selenium/package-lock.json +++ b/selenium/package-lock.json @@ -128,7 +128,9 @@ "license": "MIT" }, "node_modules/follow-redirects": { - "version": "1.15.2", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "dev": true, "funding": [ { @@ -136,7 +138,6 @@ "url": "https://github.com/sponsors/RubenVerborgh" } ], - "license": "MIT", "engines": { "node": ">=4.0" }, @@ -504,7 +505,9 @@ "dev": true }, "follow-redirects": { - "version": "1.15.2", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "dev": true }, "function-bind": { From 76554a8e30637c5dd23e7dc9ca88f6174dc8527f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:53:27 +0000 Subject: [PATCH 3/7] chore: bump actions/cache from 3 to 4 (#426) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf4e3249..efd5cc8e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: distribution: "temurin" - name: Cache npm dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: npm-cache with: path: "**/node_modules" @@ -27,7 +27,7 @@ jobs: restore-keys: | npm-cache-v1-${{ runner.os }}- - name: Cache Maven dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: maven-cache with: path: ~/.m2/repository @@ -69,7 +69,7 @@ jobs: java: [8, 11, 17] steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Restore npm cache id: npm-cache with: @@ -77,7 +77,7 @@ jobs: key: npm-cache-v1-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | npm-cache-v1-${{ runner.os }}- - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Restore Maven cache id: maven-cache with: @@ -100,7 +100,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Restore npm cache id: npm-cache with: @@ -108,7 +108,7 @@ jobs: key: npm-cache-v1-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | npm-cache-v1-${{ runner.os }}- - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Restore Maven cache id: maven-cache with: From 7e22b2d5c2d4fa013bf06c01e4f79b7e1fc49c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:55:10 +0000 Subject: [PATCH 4/7] chore: bump the maven-low-risk group with 2 updates (#427) Bumps the maven-low-risk group with 2 updates: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) Updates `com.microsoft.playwright:playwright` from 1.40.0 to 1.41.1 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.40.0...v1.41.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-low-risk - dependency-name: com.microsoft.playwright:playwright dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-low-risk ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- playwright/pom.xml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playwright/pom.xml b/playwright/pom.xml index c3519df2..187a83ec 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -161,7 +161,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.3 + 3.2.5 @{argLine} -more -arguments alphabetical @@ -220,7 +220,7 @@ com.microsoft.playwright playwright - 1.40.0 + 1.41.1 diff --git a/pom.xml b/pom.xml index 4e3973a7..5c1cd1a6 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.3 + 3.2.5 alphabetical From c69699033437088bd9bf1f90a0e498d3185dd44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:57:27 +0000 Subject: [PATCH 5/7] chore: bump husky from 8.0.3 to 9.0.7 (#428) Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 49 +++++++++++------------------------------------ package.json | 2 +- 2 files changed, 12 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86d7ecab..21c7e65f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "axe-core-maven-html", - "version": "4.8.0", + "version": "4.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "axe-core-maven-html", - "version": "4.8.0", + "version": "4.8.1", "license": "ISC", "devDependencies": { "conventional-changelog-cli": "^4.1.0", "copyfiles": "^2.4.1", "del-cli": "^5.1.0", - "husky": "^8.0.3", + "husky": "^9.0.7", "standard-version": "^9.5.0", "xml-js": "^1.6.11" } @@ -179,12 +179,6 @@ "node": ">=0.10.0" } }, - "node_modules/axe-test-fixtures": { - "version": "1.0.0", - "resolved": "git+ssh://git@github.com/dequelabs/axe-test-fixtures.git#23f638c574dd9be2a725fa81854f1560d858dcce", - "dev": true, - "license": "MPL-2.0" - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -1994,15 +1988,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -3379,16 +3373,6 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, - "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", @@ -3660,11 +3644,6 @@ "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", "dev": true }, - "axe-test-fixtures": { - "version": "git+ssh://git@github.com/dequelabs/axe-test-fixtures.git#23f638c574dd9be2a725fa81854f1560d858dcce", - "dev": true, - "from": "git+ssh://git@github.com/dequelabs/axe-test-fixtures.git#23f638c574dd9be2a725fa81854f1560d858dcce" - }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -4986,9 +4965,9 @@ } }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true }, "ignore": { @@ -6008,12 +5987,6 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "dev": true - }, "validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", diff --git a/package.json b/package.json index 3ef678cc..fe773753 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "conventional-changelog-cli": "^4.1.0", "copyfiles": "^2.4.1", "del-cli": "^5.1.0", - "husky": "^8.0.3", + "husky": "^9.0.7", "standard-version": "^9.5.0", "xml-js": "^1.6.11" } From 420562350aa0ff8a2b1e98e1ec8ff53bdda56312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:25:18 -0500 Subject: [PATCH 6/7] fix: Update axe-core to v4.8.4 (#429) * fix: Update axe-core to v4.8.4 --------- Co-authored-by: michael-siek Co-authored-by: michael-siek --- playwright/package-lock.json | 14 +++++++------- playwright/package.json | 2 +- selenium/package-lock.json | 14 +++++++------- selenium/package.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/playwright/package-lock.json b/playwright/package-lock.json index 481c5c8d..f705bd15 100644 --- a/playwright/package-lock.json +++ b/playwright/package-lock.json @@ -9,7 +9,7 @@ "version": "4.8.1", "license": "MPL", "dependencies": { - "axe-core": "^4.8.3" + "axe-core": "^4.8.4" }, "devDependencies": { "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1", @@ -41,9 +41,9 @@ } }, "node_modules/axe-core": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.3.tgz", - "integrity": "sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", + "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==", "engines": { "node": ">=4" } @@ -477,9 +477,9 @@ } }, "axe-core": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.3.tgz", - "integrity": "sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw==" + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", + "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==" }, "axe-test-fixtures": { "version": "git+ssh://git@github.com/dequelabs/axe-test-fixtures.git#09469d613991c108cd76f070839cc46f59668ebb", diff --git a/playwright/package.json b/playwright/package.json index f6c9017c..b23ec295 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -8,7 +8,7 @@ "start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent" }, "dependencies": { - "axe-core": "^4.8.3" + "axe-core": "^4.8.4" }, "devDependencies": { "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1", diff --git a/selenium/package-lock.json b/selenium/package-lock.json index 40b97995..1e2868a1 100644 --- a/selenium/package-lock.json +++ b/selenium/package-lock.json @@ -9,7 +9,7 @@ "version": "4.8.1", "license": "UNLICENSED", "dependencies": { - "axe-core": "^4.8.3" + "axe-core": "^4.8.4" }, "devDependencies": { "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1", @@ -39,9 +39,9 @@ } }, "node_modules/axe-core": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.3.tgz", - "integrity": "sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", + "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==", "engines": { "node": ">=4" } @@ -446,9 +446,9 @@ } }, "axe-core": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.3.tgz", - "integrity": "sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw==" + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", + "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==" }, "axe-test-fixtures": { "version": "git+ssh://git@github.com/dequelabs/axe-test-fixtures.git#23f638c574dd9be2a725fa81854f1560d858dcce", diff --git a/selenium/package.json b/selenium/package.json index 0109df05..d489d610 100644 --- a/selenium/package.json +++ b/selenium/package.json @@ -8,7 +8,7 @@ "start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 8001 --silent" }, "dependencies": { - "axe-core": "^4.8.3" + "axe-core": "^4.8.4" }, "devDependencies": { "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1", From a93c378ef7209e79a89fa9f297c8a975947828a8 Mon Sep 17 00:00:00 2001 From: API Team CI User Date: Mon, 12 Feb 2024 19:18:23 +0000 Subject: [PATCH 7/7] chore: RC v4.8.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- playwright/package.json | 2 +- playwright/pom.xml | 8 ++++---- pom.xml | 4 ++-- selenium/package.json | 2 +- selenium/pom.xml | 8 ++++---- utilities/pom.xml | 6 +++--- 8 files changed, 25 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db0a4fd..18fe9c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.8.2](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.1...v4.8.2) (2024-02-12) + + +### Bug Fixes + +* Update axe-core to v4.8.4 ([#429](https://github.com/dequelabs/axe-core-maven-html/issues/429)) ([4205623](https://github.com/dequelabs/axe-core-maven-html/commit/420562350aa0ff8a2b1e98e1ec8ff53bdda56312)) + + + ## [4.8.1](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.0...v4.8.1) (2024-01-09) diff --git a/package.json b/package.json index fe773753..1b01e7f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axe-core-maven-html", - "version": "4.8.1", + "version": "4.8.2", "license": "ISC", "repository": "dequelabs/axe-core-maven-html", "scripts": { diff --git a/playwright/package.json b/playwright/package.json index b23ec295..7b98f3a8 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -1,6 +1,6 @@ { "name": "axe-core-maven-html-playwright", - "version": "4.8.1", + "version": "4.8.2", "license": "MPL", "private": true, "repository": "dequelabs/axe-core-maven-html", diff --git a/playwright/pom.xml b/playwright/pom.xml index 187a83ec..06ebc119 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -2,12 +2,12 @@ 4.0.0 playwright - 4.8.1 + 4.8.2 jar com.deque.html.axe-core virtual-superpackage - 4.8.1 + 4.8.2 ../pom.xml Axe-core Playwright Java @@ -273,8 +273,8 @@ com.deque.html.axe-core dequeutilites - 4.8.1 + 4.8.2 compile - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 5c1cd1a6..9125d8dc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.deque.html.axe-core virtual-superpackage - 4.8.1 + 4.8.2 pom Axe-core-maven-html Superpackage axe-core-maven-html superpackage containing; selenium, playwright, and, utilities @@ -117,4 +117,4 @@ - \ No newline at end of file + diff --git a/selenium/package.json b/selenium/package.json index d489d610..a91f0358 100644 --- a/selenium/package.json +++ b/selenium/package.json @@ -1,6 +1,6 @@ { "name": "axe-core-maven-html-selenium", - "version": "4.8.1", + "version": "4.8.2", "license": "UNLICENSED", "private": true, "repository": "dequelabs/axe-core-maven-html", diff --git a/selenium/pom.xml b/selenium/pom.xml index 9aa13abb..fbb9e04f 100644 --- a/selenium/pom.xml +++ b/selenium/pom.xml @@ -2,12 +2,12 @@ 4.0.0 selenium - 4.8.1 + 4.8.2 jar com.deque.html.axe-core virtual-superpackage - 4.8.1 + 4.8.2 ../pom.xml @@ -208,8 +208,8 @@ com.deque.html.axe-core dequeutilites - 4.8.1 + 4.8.2 compile - \ No newline at end of file + diff --git a/utilities/pom.xml b/utilities/pom.xml index 8c2ed582..42e0453c 100644 --- a/utilities/pom.xml +++ b/utilities/pom.xml @@ -4,14 +4,14 @@ com.deque.html.axe-core virtual-superpackage - 4.8.1 + 4.8.2 ../pom.xml Axe-core maven utilities axe-core-maven-html utility classes used in all packages https://github.com/dequelabs/axe-core-maven-html dequeutilites - 4.8.1 + 4.8.2 jar @@ -121,4 +121,4 @@ compile - \ No newline at end of file +