From fbbf117ac847024b378a611f368fa4f2b572985e Mon Sep 17 00:00:00 2001 From: stephenmathieson <571265+stephenmathieson@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:30:18 +0000 Subject: [PATCH] chore: Update @axe-core/watcher --- example/package-lock.json | 33 +++++++++++++++++---------------- example/package.json | 2 +- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index e2057fc..26f813b 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.17.2", + "@axe-core/watcher": "^3.18.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.17.2", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.17.2.tgz", - "integrity": "sha512-Wvw4gmlgfaKLZgUFftKbKb57CZ1pwwB9vlfPTB4BR/TaZf3cczTkoF49kRo5z6rjRVmZdF83BYWAAD2J2QXXuA==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.18.0.tgz", + "integrity": "sha512-En79K8XhB6Y5eYGxTWZb2knkLg9KESrM/jlAPNj+WmumgC5JZeUheBg06vcMBCF4GMkHQXwbdLtFh6ZiZ+1cUg==", "dev": true, "license": "UNLICENSED", "dependencies": { @@ -51,7 +51,7 @@ "eventemitter3": "^5.0.1", "node-fetch": "^2.6.7", "sync-request": "^6.1.0", - "uuid": "^10.0.0" + "uuid": "^11.0.3" } }, "node_modules/@axe-core/watcher/node_modules/debug": { @@ -78,16 +78,17 @@ "dev": true }, "node_modules/@axe-core/watcher/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/@babel/code-frame": { @@ -7637,16 +7638,16 @@ }, "dependencies": { "@axe-core/watcher": { - "version": "3.17.2", - "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.17.2.tgz", - "integrity": "sha512-Wvw4gmlgfaKLZgUFftKbKb57CZ1pwwB9vlfPTB4BR/TaZf3cczTkoF49kRo5z6rjRVmZdF83BYWAAD2J2QXXuA==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/@axe-core/watcher/-/watcher-3.18.0.tgz", + "integrity": "sha512-En79K8XhB6Y5eYGxTWZb2knkLg9KESrM/jlAPNj+WmumgC5JZeUheBg06vcMBCF4GMkHQXwbdLtFh6ZiZ+1cUg==", "dev": true, "requires": { "debug": "^4.3.5", "eventemitter3": "^5.0.1", "node-fetch": "^2.6.7", "sync-request": "^6.1.0", - "uuid": "^10.0.0" + "uuid": "^11.0.3" }, "dependencies": { "debug": { @@ -7665,9 +7666,9 @@ "dev": true }, "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "dev": true } } diff --git a/example/package.json b/example/package.json index 10e4c90..b5311bc 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "react-router-dom": "^6.8.2" }, "devDependencies": { - "@axe-core/watcher": "^3.17.2", + "@axe-core/watcher": "^3.18.0", "@types/html-webpack-plugin": "^3.2.6", "@types/mocha": "^10.0.1", "@types/node": "^18.14.6",