Skip to content

Commit d7652fa

Browse files
chore(deps-dev): bump the patch-dependencies group with 2 updates (#4420)
Bumps the patch-dependencies group with 2 updates: [accessibility-checker](https://github.com/IBMa/equal-access) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `accessibility-checker` from 4.0.5 to 4.0.6 - [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.5...4.0.6) Updates `@types/node` from 24.0.0 to 24.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: accessibility-checker dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@types/node" dependency-version: 24.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a959fc7 commit d7652fa

File tree

5 files changed

+19
-37
lines changed

5 files changed

+19
-37
lines changed

package-lock.json

Lines changed: 15 additions & 33 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
@@ -71,7 +71,7 @@
7171
"@guidepup/playwright": "^0.14.2",
7272
"@guidepup/record": "^0.1.0",
7373
"@playwright/test": "1.51.1",
74-
"accessibility-checker": "^4.0.5",
74+
"accessibility-checker": "^4.0.6",
7575
"adm-zip": "0.5.16",
7676
"commander": "^14.0.0",
7777
"cpr": "3.0.1",

showcases/angular-ssr-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@types/express": "^5.0.3",
19-
"@types/node": "^24.0.0",
19+
"@types/node": "^24.0.4",
2020
"cpr": "3.0.1",
2121
"typescript": "^5.4.5"
2222
}

showcases/next-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^24.0.0",
20+
"@types/node": "^24.0.4",
2121
"@types/react": "^18.3.13",
2222
"npm-run-all2": "8.0.4",
2323
"open-cli": "^8.0.0",

showcases/patternhub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@mdx-js/react": "^3.1.0",
3838
"@next/mdx": "^15.3.4",
3939
"@types/dompurify": "3.2.0",
40-
"@types/node": "24.0.0",
40+
"@types/node": "24.0.4",
4141
"@types/react": "18.3.13",
4242
"@types/react-dom": "18.3.1",
4343
"esbuild": "0.25.5",

0 commit comments

Comments
 (0)