From 1df3fde4e45486c32e587608b6a1e5c982ce6a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:08:56 +0000 Subject: [PATCH] chore(deps): bump sa11y from 3.1.5 to 3.2.1 (#2736) Bumps [sa11y](https://github.com/ryersondmp/sa11y) from 3.1.5 to 3.2.1. - [Release notes](https://github.com/ryersondmp/sa11y/releases) - [Commits](https://github.com/ryersondmp/sa11y/compare/3.1.5...3.2.1) --- updated-dependencies: - dependency-name: sa11y dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ showcases/angular-showcase/package.json | 2 +- showcases/react-showcase/package.json | 2 +- showcases/vue-showcase/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) 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" },