From 99c6e43124a5707767aab6760dc2c00559c647f9 Mon Sep 17 00:00:00 2001 From: stephenmathieson <571265+stephenmathieson@users.noreply.github.com> Date: Tue, 17 Sep 2024 02:13:29 +0000 Subject: [PATCH] chore: Update @axe-core/watcher --- 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 cd824dc..8d5d7b9 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.3", + "@axe-core/watcher": "^3.15.2", "@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.3", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.14.3.tgz", - "integrity": "sha512-ubbVBg7rlj9La9TIUUIhH+OL+0iXQXPRXLijZ1mXljgRyR4DsH8GvOBEF9shLs05ycqZkOcT2PwVDWCLZBzB6A==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.15.2.tgz", + "integrity": "sha512-LmdiaDBnSn4fE97IrdJSs367XI4RclAf+inpCi0He3PtEy68Lqz6kjtq3O0bhBZ848v6T9a1iC+xEceDqO0Y/w==", "dev": true, "dependencies": { "debug": "^4.3.5", @@ -7636,9 +7636,9 @@ }, "dependencies": { "@axe-core/watcher": { - "version": "3.14.3", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.14.3.tgz", - "integrity": "sha512-ubbVBg7rlj9La9TIUUIhH+OL+0iXQXPRXLijZ1mXljgRyR4DsH8GvOBEF9shLs05ycqZkOcT2PwVDWCLZBzB6A==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.15.2.tgz", + "integrity": "sha512-LmdiaDBnSn4fE97IrdJSs367XI4RclAf+inpCi0He3PtEy68Lqz6kjtq3O0bhBZ848v6T9a1iC+xEceDqO0Y/w==", "dev": true, "requires": { "debug": "^4.3.5", diff --git a/example/package.json b/example/package.json index d85621f..8a0c9f2 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.3", + "@axe-core/watcher": "^3.15.2", "@types/html-webpack-plugin": "^3.2.6", "@types/mocha": "^10.0.1", "@types/node": "^18.14.6",