From 2e48db7e1f5f1b87ddfc6820f1bfc4a4e61ce605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:57:57 +0000 Subject: [PATCH] chore(deps): bump sa11y from 3.2.1 to 3.2.2 Bumps [sa11y](https://github.com/ryersondmp/sa11y) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/ryersondmp/sa11y/releases) - [Commits](https://github.com/ryersondmp/sa11y/compare/3.2.1...3.2.2) --- updated-dependencies: - dependency-name: sa11y dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 0239ff591ff..b7e881f6820 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31596,9 +31596,9 @@ } }, "node_modules/sa11y": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/sa11y/-/sa11y-3.2.1.tgz", - "integrity": "sha512-9emeihzJ4Mo2eIUJqv83jNIrPrJANh07kA1yeVaTLEpFC4x5XzUIXz5eeYGNDAitzTKAGPNPVoKn6jDD9tga7w==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/sa11y/-/sa11y-3.2.2.tgz", + "integrity": "sha512-zv80s+PhYOSiC0gJzwjTTL3eXrQWBT7sKa/lU1NlQTE8sicmhqf1+QnKb2lOyO0nYAaBnesSMf6o0A6pkfmovg==", "dependencies": { "tippy.js": "^6.3.7" } @@ -38052,7 +38052,7 @@ "@angular/platform-browser-dynamic": "17.3.12", "@angular/router": "17.3.12", "rxjs": "~7.8.1", - "sa11y": "3.2.1", + "sa11y": "3.2.2", "tslib": "^2.6.3", "zone.js": "~0.14.8" }, @@ -38780,7 +38780,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "6.25.1", - "sa11y": "3.2.1" + "sa11y": "3.2.2" }, "devDependencies": { "@types/react": "^18.3.3", @@ -38802,7 +38802,7 @@ "showcases/vue-showcase": { "version": "0.0.0", "dependencies": { - "sa11y": "3.2.1", + "sa11y": "3.2.2", "vue": "^3.4.33", "vue-router": "4.4.0" }, diff --git a/showcases/angular-showcase/package.json b/showcases/angular-showcase/package.json index b1778c6af51..17da688dded 100644 --- a/showcases/angular-showcase/package.json +++ b/showcases/angular-showcase/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser-dynamic": "17.3.12", "@angular/router": "17.3.12", "rxjs": "~7.8.1", - "sa11y": "3.2.1", + "sa11y": "3.2.2", "tslib": "^2.6.3", "zone.js": "~0.14.8" }, diff --git a/showcases/react-showcase/package.json b/showcases/react-showcase/package.json index 8d50c93f7e5..f68bfa55bb0 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.25.1", - "sa11y": "3.2.1" + "sa11y": "3.2.2" }, "devDependencies": { "@types/react": "^18.3.3", diff --git a/showcases/vue-showcase/package.json b/showcases/vue-showcase/package.json index 1a446b1e064..6ff33453afc 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.2.1", + "sa11y": "3.2.2", "vue": "^3.4.33", "vue-router": "4.4.0" },