diff --git a/package-lock.json b/package-lock.json index b7d828165e..646bc8f596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "whatwg-fetch": "^3.6.20" }, "devDependencies": { - "@axe-core/react": "^4.10.0", + "@axe-core/react": "^4.10.1", "@percy/cli": "^1.27.1", "@percy/playwright": "^1.0.6", "@playwright/test": "^1.48.2", @@ -83,12 +83,12 @@ } }, "node_modules/@axe-core/react": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@axe-core/react/-/react-4.10.0.tgz", - "integrity": "sha512-gpFj1+G0zabbd0ZDum1N5FPJtUOfPIfslXNH58WuR7opSK0WTwPJ49ZlYr/Wg2fA4VGI5lfkG5fAZSG9p8ecKw==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/@axe-core/react/-/react-4.10.1.tgz", + "integrity": "sha512-GRGx/3Gbce9WQYXgY0iZzqOaHIRXBNGyV+zoUhJzBuDeoTL+XoeY3u/9PzdIVyH0pbNs1n1RChfsmWBy6hzKPg==", "dev": true, "dependencies": { - "axe-core": "~4.10.0", + "axe-core": "~4.10.2", "requestidlecallback": "^0.3.0" } }, @@ -11137,12 +11137,12 @@ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==" }, "@axe-core/react": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@axe-core/react/-/react-4.10.0.tgz", - "integrity": "sha512-gpFj1+G0zabbd0ZDum1N5FPJtUOfPIfslXNH58WuR7opSK0WTwPJ49ZlYr/Wg2fA4VGI5lfkG5fAZSG9p8ecKw==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/@axe-core/react/-/react-4.10.1.tgz", + "integrity": "sha512-GRGx/3Gbce9WQYXgY0iZzqOaHIRXBNGyV+zoUhJzBuDeoTL+XoeY3u/9PzdIVyH0pbNs1n1RChfsmWBy6hzKPg==", "dev": true, "requires": { - "axe-core": "~4.10.0", + "axe-core": "~4.10.2", "requestidlecallback": "^0.3.0" } }, diff --git a/package.json b/package.json index 6a8cefc10f..ddeb1db033 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "whatwg-fetch": "^3.6.20" }, "devDependencies": { - "@axe-core/react": "^4.10.0", + "@axe-core/react": "^4.10.1", "@percy/cli": "^1.27.1", "@percy/playwright": "^1.0.6", "@playwright/test": "^1.48.2",