Skip to content

Commit b363989

Browse files
chore(deps): bump the patch-dependencies group with 2 updates (#5106)
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](motdotla/dotenv@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](ryersondmp/sa11y@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d60bab commit b363989

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@playwright/test": "1.55.1",
2828
"cpr": "3.0.1",
2929
"cross-env": "10.1.0",
30-
"dotenv": "17.2.2",
30+
"dotenv": "17.2.3",
3131
"http-server": "14.1.1",
3232
"npm-run-all2": "8.0.4",
3333
"tslib": "2.8.1",

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"commander": "14.0.1",
111111
"cpr": "3.0.1",
112112
"cross-env": "10.1.0",
113-
"dotenv": "17.2.2",
113+
"dotenv": "17.2.3",
114114
"eslint": "9.36.0",
115115
"eslint-config-prettier": "10.1.8",
116116
"eslint-config-xo": "0.49.0",

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@playwright/test": "1.55.1",
5252
"cpr": "3.0.1",
5353
"cssnano": "7.1.1",
54-
"dotenv": "17.2.2",
54+
"dotenv": "17.2.3",
5555
"glob": "11.0.3",
5656
"nodemon": "3.1.10",
5757
"prettier": "3.6.2",

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"devDependencies": {
7878
"@inquirer/prompts": "7.8.6",
79-
"dotenv": "17.2.2",
79+
"dotenv": "17.2.3",
8080
"find-versions": "6.0.0",
8181
"glob": "11.0.3",
8282
"inquirer": "12.9.6",

showcases/angular-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"watch": "ng build --watch --configuration development"
1818
},
1919
"dependencies": {
20-
"sa11y": "4.3.1"
20+
"sa11y": "4.3.2"
2121
},
2222
"devDependencies": {
2323
"typescript": "5.8.3"

showcases/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
2727
"react-router-dom": "7.9.3",
28-
"sa11y": "4.3.1"
28+
"sa11y": "4.3.2"
2929
},
3030
"devDependencies": {
3131
"@types/react": "18.3.13",

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:visual-snapshots": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.visual-snapshots.ts"
1717
},
1818
"dependencies": {
19-
"sa11y": "4.3.1",
19+
"sa11y": "4.3.2",
2020
"vue": "3.5.22",
2121
"vue-router": "4.5.1"
2222
},

0 commit comments

Comments
 (0)