Skip to content

Commit 624d781

Browse files
chore(deps): bump the patch-dependencies group across 1 directory with 3 updates (#4918)
Bumps the patch-dependencies group with 3 updates in the / directory: [accessibility-checker](https://github.com/IBMa/equal-access), [dotenv](https://github.com/motdotla/dotenv) and [vue](https://github.com/vuejs/core). Updates `accessibility-checker` from 4.0.8 to 4.0.9 - [Release notes](https://github.com/IBMa/equal-access/releases) - [Changelog](https://github.com/IBMa/equal-access/blob/main-4.x/CHANGELOG.md) - [Commits](IBMa/equal-access@4.0.8...4.0.9) Updates `dotenv` from 17.2.1 to 17.2.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.1...v17.2.2) Updates `vue` from 3.5.20 to 3.5.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.20...v3.5.21) --- updated-dependencies: - dependency-name: accessibility-checker dependency-version: 4.0.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: dotenv dependency-version: 17.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: vue dependency-version: 3.5.21 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 72ac3ab commit 624d781

File tree

8 files changed

+85
-76
lines changed

8 files changed

+85
-76
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.54.2",
2828
"cpr": "3.0.1",
2929
"cross-env": "10.0.0",
30-
"dotenv": "17.2.1",
30+
"dotenv": "17.2.2",
3131
"http-server": "14.1.1",
3232
"npm-run-all2": "8.0.4",
3333
"tslib": "2.8.1",

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tsx": "4.20.5",
4444
"typescript": "5.8.3",
4545
"vite": "6.3.5",
46-
"vue": "3.5.20",
46+
"vue": "3.5.21",
4747
"vue-tsc": "3.0.6"
4848
},
4949
"publishConfig": {

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@
9898
"@playwright/experimental-ct-react": "1.54.2",
9999
"@playwright/experimental-ct-vue": "1.54.2",
100100
"@playwright/test": "1.54.2",
101-
"accessibility-checker": "4.0.8",
101+
"accessibility-checker": "4.0.9",
102102
"adm-zip": "0.5.16",
103103
"commander": "14.0.0",
104104
"cpr": "3.0.1",
105105
"cross-env": "10.0.0",
106-
"dotenv": "17.2.1",
106+
"dotenv": "17.2.2",
107107
"eslint": "9.33.0",
108108
"eslint-config-prettier": "10.1.8",
109109
"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.54.2",
5252
"cpr": "3.0.1",
5353
"cssnano": "7.1.1",
54-
"dotenv": "17.2.1",
54+
"dotenv": "17.2.2",
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
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@inquirer/prompts": "7.8.4",
75-
"dotenv": "17.2.1",
75+
"dotenv": "17.2.2",
7676
"find-versions": "6.0.0",
7777
"glob": "11.0.3",
7878
"inquirer": "12.9.4",

showcases/nuxt-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"nuxt": "4.0.3",
15-
"vue": "3.5.20",
15+
"vue": "3.5.21",
1616
"vue-router": "4.5.1"
1717
}
1818
}

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"sa11y": "4.2.0",
20-
"vue": "3.5.20",
20+
"vue": "3.5.21",
2121
"vue-router": "4.5.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)