diff --git a/package-lock.json b/package-lock.json index 37e1ff50b7..c030801b55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "wrap-ansi": "9.0.0" }, "devDependencies": { - "@axe-core/playwright": "4.10.1", + "@axe-core/playwright": "4.10.2", "@eslint-community/eslint-plugin-eslint-comments": "4.5.0", "@playwright/test": "1.52.0", "@stoplight/spectral-cli": "6.15.0", @@ -164,13 +164,13 @@ } }, "node_modules/@axe-core/playwright": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.10.1.tgz", - "integrity": "sha512-EV5t39VV68kuAfMKqb/RL+YjYKhfuGim9rgIaQ6Vntb2HgaCaau0h98Y3WEUqW1+PbdzxDtDNjFAipbtZuBmEA==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.10.2.tgz", + "integrity": "sha512-6/b5BJjG6hDaRNtgzLIfKr5DfwyiLHO4+ByTLB0cJgWSM8Ll7KqtdblIS6bEkwSF642/Ex91vNqIl3GLXGlceg==", "dev": true, "license": "MPL-2.0", "dependencies": { - "axe-core": "~4.10.2" + "axe-core": "~4.10.3" }, "peerDependencies": { "playwright-core": ">= 1.0.0" diff --git a/package.json b/package.json index 7e6b2eeb92..214705863c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "wrap-ansi": "9.0.0" }, "devDependencies": { - "@axe-core/playwright": "4.10.1", + "@axe-core/playwright": "4.10.2", "@eslint-community/eslint-plugin-eslint-comments": "4.5.0", "@playwright/test": "1.52.0", "@stoplight/spectral-cli": "6.15.0",