From 3a377d4ac060c3f68f2af043d90ea5042270a05e Mon Sep 17 00:00:00 2001 From: attest-team-ci <48030122+attest-team-ci@users.noreply.github.com> Date: Sat, 7 Sep 2024 11:39:19 -0400 Subject: [PATCH] chore: Update @axe-core/watcher (#157) This patch updates version of [`@axe-core/watcher`](https://npmjs.org/@axe-core/watcher) to the latest version. This PR was opened by a robot :robot: :tada:. Co-authored-by: stephenmathieson <571265+stephenmathieson@users.noreply.github.com> --- example/package-lock.json | 14 +++++++------- example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index b0ab5ba..cd824dc 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,7 +13,7 @@ "react-router-dom": "^6.8.2" }, "devDependencies": { - "@axe-core/watcher": "^3.14.2", + "@axe-core/watcher": "^3.14.3", "@types/html-webpack-plugin": "^3.2.6", "@types/mocha": "^10.0.1", "@types/node": "^18.14.6", @@ -41,9 +41,9 @@ } }, "node_modules/@axe-core/watcher": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.14.2.tgz", - "integrity": "sha512-2TENI2cyQmFM7NTEFXqExqLB+XGoUuw2n3cnSkCxkXMZ+Dzk5LDnWSI0aWwd6ufRWh2rVTpWkKh+NG3DkPidJA==", + "version": "3.14.3", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.14.3.tgz", + "integrity": "sha512-ubbVBg7rlj9La9TIUUIhH+OL+0iXQXPRXLijZ1mXljgRyR4DsH8GvOBEF9shLs05ycqZkOcT2PwVDWCLZBzB6A==", "dev": true, "dependencies": { "debug": "^4.3.5", @@ -7636,9 +7636,9 @@ }, "dependencies": { "@axe-core/watcher": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.14.2.tgz", - "integrity": "sha512-2TENI2cyQmFM7NTEFXqExqLB+XGoUuw2n3cnSkCxkXMZ+Dzk5LDnWSI0aWwd6ufRWh2rVTpWkKh+NG3DkPidJA==", + "version": "3.14.3", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.14.3.tgz", + "integrity": "sha512-ubbVBg7rlj9La9TIUUIhH+OL+0iXQXPRXLijZ1mXljgRyR4DsH8GvOBEF9shLs05ycqZkOcT2PwVDWCLZBzB6A==", "dev": true, "requires": { "debug": "^4.3.5", diff --git a/example/package.json b/example/package.json index 7b9ef90..d85621f 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "react-router-dom": "^6.8.2" }, "devDependencies": { - "@axe-core/watcher": "^3.14.2", + "@axe-core/watcher": "^3.14.3", "@types/html-webpack-plugin": "^3.2.6", "@types/mocha": "^10.0.1", "@types/node": "^18.14.6",