From 49187466bea5a62a418da7f3a531c0b6998e2693 Mon Sep 17 00:00:00 2001 From: attest-team-ci <48030122+attest-team-ci@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:44:32 -0400 Subject: [PATCH] chore: Update @axe-core/watcher (#161) 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 8d5d7b9..fdd088f 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.15.2", + "@axe-core/watcher": "^3.16.0", "@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.15.2", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.15.2.tgz", - "integrity": "sha512-LmdiaDBnSn4fE97IrdJSs367XI4RclAf+inpCi0He3PtEy68Lqz6kjtq3O0bhBZ848v6T9a1iC+xEceDqO0Y/w==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.16.0.tgz", + "integrity": "sha512-RSTY9ZpDnnoEfTL5LME1Tis1Q5dujCbJGwdASeQ146o7hGmPNqifLY3M4Xi6z6vVrKAvgKviXqV0NJip2nQYxw==", "dev": true, "dependencies": { "debug": "^4.3.5", @@ -7636,9 +7636,9 @@ }, "dependencies": { "@axe-core/watcher": { - "version": "3.15.2", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.15.2.tgz", - "integrity": "sha512-LmdiaDBnSn4fE97IrdJSs367XI4RclAf+inpCi0He3PtEy68Lqz6kjtq3O0bhBZ848v6T9a1iC+xEceDqO0Y/w==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.16.0.tgz", + "integrity": "sha512-RSTY9ZpDnnoEfTL5LME1Tis1Q5dujCbJGwdASeQ146o7hGmPNqifLY3M4Xi6z6vVrKAvgKviXqV0NJip2nQYxw==", "dev": true, "requires": { "debug": "^4.3.5", diff --git a/example/package.json b/example/package.json index 8a0c9f2..9aff0ef 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "react-router-dom": "^6.8.2" }, "devDependencies": { - "@axe-core/watcher": "^3.15.2", + "@axe-core/watcher": "^3.16.0", "@types/html-webpack-plugin": "^3.2.6", "@types/mocha": "^10.0.1", "@types/node": "^18.14.6",