diff --git a/playbook-website/package.json b/playbook-website/package.json index 2e36f4abf6..7aa2c3ffd2 100644 --- a/playbook-website/package.json +++ b/playbook-website/package.json @@ -32,7 +32,7 @@ "@tiptap/react": "^2.0.2", "@tiptap/starter-kit": "^2.0.2", "@vitejs/plugin-react": "^4.3.1", - "axe-core": "4.10.0", + "axe-core": "4.10.2", "babel-plugin-react-docgen": "^4.2.1", "copy-to-clipboard": "^3.3.3", "eslint": "6.8.0", diff --git a/playbook/package.json b/playbook/package.json index 2af3422d19..8a39b98a8a 100644 --- a/playbook/package.json +++ b/playbook/package.json @@ -64,7 +64,7 @@ "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "@vitejs/plugin-react": "^4.3.1", - "axe-core": "4.4.3", + "axe-core": "4.10.2", "classnames": "^2.2.6", "eslint": "6.8.0", "eslint-plugin-react": "7.31.1", diff --git a/yarn.lock b/yarn.lock index bc890a2c0b..fc3302f1b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4564,20 +4564,10 @@ available-typed-arrays@^1.0.5: resolved "https://npm.powerapp.cloud/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -axe-core@4.10.0: - version "4.10.0" - resolved "https://npm.powerapp.cloud/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59" - integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g== - -axe-core@4.4.3: - version "4.4.3" - resolved "https://npm.powerapp.cloud/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f" - integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w== - -axe-core@^4.0.1: - version "4.6.2" - resolved "https://npm.powerapp.cloud/axe-core/-/axe-core-4.6.2.tgz#6e566ab2a3d29e415f5115bc0fd2597a5eb3e5e3" - integrity sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg== +axe-core@4.10.2, axe-core@^4.0.1: + version "4.10.2" + resolved "https://npm.powerapp.cloud/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df" + integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w== babel-eslint@10.1.0: version "10.1.0"