From 4789f9fd76dd15423684be27491c0681e5e4826f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:21:39 +0000 Subject: [PATCH] chore(deps): bump the patch-dependencies group with 2 updates Bumps the patch-dependencies group with 2 updates: [dotenv](https://github.com/motdotla/dotenv) and [sa11y](https://github.com/ryersondmp/sa11y). Updates `dotenv` from 17.2.2 to 17.2.3 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v17.2.2...v17.2.3) Updates `sa11y` from 4.3.1 to 4.3.2 - [Release notes](https://github.com/ryersondmp/sa11y/releases) - [Commits](https://github.com/ryersondmp/sa11y/compare/4.3.1...4.3.2) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: sa11y dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] --- e2e/package.json | 2 +- package-lock.json | 26 ++++++++++++------------- package.json | 2 +- packages/foundations/package.json | 2 +- scripts/package.json | 2 +- showcases/angular-showcase/package.json | 2 +- showcases/react-showcase/package.json | 2 +- showcases/vue-showcase/package.json | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index 9339fd470fdd..3f5c60d6c4f7 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -27,7 +27,7 @@ "@playwright/test": "1.55.1", "cpr": "3.0.1", "cross-env": "10.1.0", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "http-server": "14.1.1", "npm-run-all2": "8.0.4", "tslib": "2.8.1", diff --git a/package-lock.json b/package-lock.json index e14b198ea9aa..802b4f1397c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "commander": "14.0.1", "cpr": "3.0.1", "cross-env": "10.1.0", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "eslint": "9.36.0", "eslint-config-prettier": "10.1.8", "eslint-config-xo": "0.49.0", @@ -111,7 +111,7 @@ "@playwright/test": "1.55.1", "cpr": "3.0.1", "cross-env": "10.1.0", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "http-server": "14.1.1", "npm-run-all2": "8.0.4", "tslib": "2.8.1", @@ -20763,9 +20763,9 @@ } }, "node_modules/dotenv": { - "version": "17.2.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz", - "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==", + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz", + "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==", "license": "BSD-2-Clause", "engines": { "node": ">=12" @@ -39516,9 +39516,9 @@ } }, "node_modules/sa11y": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/sa11y/-/sa11y-4.3.1.tgz", - "integrity": "sha512-xvs+4zuoek9MCUqvh439F3YbSt6nGdSXimnzsMO8fCISipskpi/nH4FvOTTP7uHJxwrFo1bdPPlngh2SASggpw==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/sa11y/-/sa11y-4.3.2.tgz", + "integrity": "sha512-vqNrAPqn+YtnP4T39wCdcdKTFDQlbQ1Mgj5UI20xITzzCpx+SvC9luPp82XEcx/Fb1BO79ah1P0x0PrrquKZ1Q==", "license": "GPL-2.0-or-later", "dependencies": { "apca-w3": "^0.1.9", @@ -47750,7 +47750,7 @@ "@playwright/test": "1.55.1", "cpr": "3.0.1", "cssnano": "7.1.1", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "glob": "11.0.3", "nodemon": "3.1.10", "prettier": "3.6.2", @@ -48268,7 +48268,7 @@ "license": "Apache-2.0", "devDependencies": { "@inquirer/prompts": "7.8.6", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "find-versions": "6.0.0", "glob": "11.0.3", "inquirer": "12.9.6", @@ -48332,7 +48332,7 @@ "showcases/angular-showcase": { "version": "0.0.0", "dependencies": { - "sa11y": "4.3.1" + "sa11y": "4.3.2" }, "devDependencies": { "typescript": "5.8.3" @@ -49282,7 +49282,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "7.9.3", - "sa11y": "4.3.1" + "sa11y": "4.3.2" }, "devDependencies": { "@types/react": "18.3.13", @@ -49306,7 +49306,7 @@ "showcases/vue-showcase": { "version": "0.0.0", "dependencies": { - "sa11y": "4.3.1", + "sa11y": "4.3.2", "vue": "3.5.22", "vue-router": "4.5.1" }, diff --git a/package.json b/package.json index d24aff786013..87558bb8e682 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "commander": "14.0.1", "cpr": "3.0.1", "cross-env": "10.1.0", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "eslint": "9.36.0", "eslint-config-prettier": "10.1.8", "eslint-config-xo": "0.49.0", diff --git a/packages/foundations/package.json b/packages/foundations/package.json index 55341829ad94..391cca23a3fc 100644 --- a/packages/foundations/package.json +++ b/packages/foundations/package.json @@ -51,7 +51,7 @@ "@playwright/test": "1.55.1", "cpr": "3.0.1", "cssnano": "7.1.1", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "glob": "11.0.3", "nodemon": "3.1.10", "prettier": "3.6.2", diff --git a/scripts/package.json b/scripts/package.json index f7133736253d..ade424f33b1d 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -76,7 +76,7 @@ }, "devDependencies": { "@inquirer/prompts": "7.8.6", - "dotenv": "17.2.2", + "dotenv": "17.2.3", "find-versions": "6.0.0", "glob": "11.0.3", "inquirer": "12.9.6", diff --git a/showcases/angular-showcase/package.json b/showcases/angular-showcase/package.json index b7cb57a9f27b..ca3ffbc4be90 100644 --- a/showcases/angular-showcase/package.json +++ b/showcases/angular-showcase/package.json @@ -17,7 +17,7 @@ "watch": "ng build --watch --configuration development" }, "dependencies": { - "sa11y": "4.3.1" + "sa11y": "4.3.2" }, "devDependencies": { "typescript": "5.8.3" diff --git a/showcases/react-showcase/package.json b/showcases/react-showcase/package.json index 547964604bc6..b553f8d0db38 100644 --- a/showcases/react-showcase/package.json +++ b/showcases/react-showcase/package.json @@ -25,7 +25,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "7.9.3", - "sa11y": "4.3.1" + "sa11y": "4.3.2" }, "devDependencies": { "@types/react": "18.3.13", diff --git a/showcases/vue-showcase/package.json b/showcases/vue-showcase/package.json index c0e5bbff4d69..451fe54e7869 100644 --- a/showcases/vue-showcase/package.json +++ b/showcases/vue-showcase/package.json @@ -16,7 +16,7 @@ "test:visual-snapshots": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.visual-snapshots.ts" }, "dependencies": { - "sa11y": "4.3.1", + "sa11y": "4.3.2", "vue": "3.5.22", "vue-router": "4.5.1" },