diff --git a/package-lock.json b/package-lock.json index 96ae4079..9ce58e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@pega/dx-component-builder-sdk": "25.1.14", "@pega/pcore-pconnect-typedefs": "~4.1.0", "@playwright/test": "^1.54.2", - "@storybook/addon-a11y": "^8.6.18", + "@storybook/addon-a11y": "^10.4.4", "@storybook/addon-essentials": "^8.6.18", "@storybook/addon-interactions": "^8.6.18", "@storybook/addon-links": "^8.6.18", @@ -9353,9 +9353,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9373,9 +9370,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9393,9 +9387,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9413,9 +9404,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9433,9 +9421,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9453,9 +9438,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9473,9 +9455,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -13635,15 +13614,13 @@ "license": "MIT" }, "node_modules/@storybook/addon-a11y": { - "version": "8.6.18", - "resolved": "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-8.6.18.tgz", - "integrity": "sha512-LFvudttdIfDTNWprA8/N1vbiWbJRrNscyt2OP9Qwi85E1d3LKLy+e8AWiqY08gpy2OUYujK7AjxfpKtNeddrxw==", + "version": "10.4.4", + "resolved": "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-10.4.4.tgz", + "integrity": "sha512-/eUCx/6Ozq5grauwm/NqKtlW0oJ26b6GNesXrMuFID8WLg/qLEKf79Awfz9XrmyWxe7loD40K952r7AA5Oc23A==", "dev": true, "license": "MIT", "dependencies": { - "@storybook/addon-highlight": "8.6.18", "@storybook/global": "^5.0.0", - "@storybook/test": "8.6.18", "axe-core": "^4.2.0" }, "funding": { @@ -13651,7 +13628,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.6.18" + "storybook": "^10.4.4" } }, "node_modules/@storybook/addon-actions": { diff --git a/package.json b/package.json index 7b3c596d..da0b25ef 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@pega/dx-component-builder-sdk": "25.1.14", "@pega/pcore-pconnect-typedefs": "~4.1.0", "@playwright/test": "^1.54.2", - "@storybook/addon-a11y": "^8.6.18", + "@storybook/addon-a11y": "^10.4.4", "@storybook/addon-essentials": "^8.6.18", "@storybook/addon-interactions": "^8.6.18", "@storybook/addon-links": "^8.6.18",