diff --git a/package-lock.json b/package-lock.json index b825f51b8c0..7207241930b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26953,9 +26953,9 @@ } }, "node_modules/sa11y": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/sa11y/-/sa11y-3.1.5.tgz", - "integrity": "sha512-Gd9bpYZOiSoG1XVyACGem0CHjd/15egZUVkdx2a21E4PwloyBzLfPft30qt6cTceuFIrgLfWxatJY6TdlTp5+g==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/sa11y/-/sa11y-3.2.1.tgz", + "integrity": "sha512-9emeihzJ4Mo2eIUJqv83jNIrPrJANh07kA1yeVaTLEpFC4x5XzUIXz5eeYGNDAitzTKAGPNPVoKn6jDD9tga7w==", "dependencies": { "tippy.js": "^6.3.7" } @@ -31673,7 +31673,7 @@ "@angular/platform-browser-dynamic": "17.3.11", "@angular/router": "17.3.11", "rxjs": "~7.8.1", - "sa11y": "3.1.5", + "sa11y": "3.2.1", "tslib": "^2.6.3", "zone.js": "~0.14.7" }, @@ -31719,7 +31719,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "6.23.1", - "sa11y": "3.1.5" + "sa11y": "3.2.1" }, "devDependencies": { "@types/react": "^18.3.3", @@ -31741,7 +31741,7 @@ "showcases/vue-showcase": { "version": "0.0.0", "dependencies": { - "sa11y": "3.1.5", + "sa11y": "3.2.1", "vue": "^3.4.29", "vue-router": "4.3.3" }, diff --git a/showcases/angular-showcase/package.json b/showcases/angular-showcase/package.json index 0f3b6f13bfe..ced418b6ea1 100644 --- a/showcases/angular-showcase/package.json +++ b/showcases/angular-showcase/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser-dynamic": "17.3.11", "@angular/router": "17.3.11", "rxjs": "~7.8.1", - "sa11y": "3.1.5", + "sa11y": "3.2.1", "tslib": "^2.6.3", "zone.js": "~0.14.7" }, diff --git a/showcases/react-showcase/package.json b/showcases/react-showcase/package.json index 137df30bcaf..5b247cacaaa 100644 --- a/showcases/react-showcase/package.json +++ b/showcases/react-showcase/package.json @@ -17,7 +17,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "6.23.1", - "sa11y": "3.1.5" + "sa11y": "3.2.1" }, "devDependencies": { "@types/react": "^18.3.3", diff --git a/showcases/vue-showcase/package.json b/showcases/vue-showcase/package.json index ee7d7d40fdc..a11799d624f 100644 --- a/showcases/vue-showcase/package.json +++ b/showcases/vue-showcase/package.json @@ -12,7 +12,7 @@ "test:e2e": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.config.ts" }, "dependencies": { - "sa11y": "3.1.5", + "sa11y": "3.2.1", "vue": "^3.4.29", "vue-router": "4.3.3" },