Skip to content

Commit 8294f88

Browse files
chore(deps): update all minor and patch dependencies (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbfd9ef commit 8294f88

File tree

2 files changed

+141
-51
lines changed

2 files changed

+141
-51
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.0",
44
"description": "This GitHub Action uses Mermaid to visualize in a diagram the files that were changed in a Pull Request and their related dependency files. This approach aims to reduce the initial cognitive load during the review process and assist in understanding the structure around the modified code.",
55
"main": "index.js",
6-
"packageManager": "pnpm@10.20.0",
6+
"packageManager": "pnpm@10.22.0",
77
"engines": {
8-
"node": "25.1.0"
8+
"node": "25.2.0"
99
},
1010
"scripts": {
1111
"test": "vitest run",
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@eslint/js": "9.39.1",
2525
"@total-typescript/ts-reset": "0.6.1",
26-
"@types/node": "24.10.0",
26+
"@types/node": "24.10.1",
2727
"@typescript-eslint/parser": "8.46.3",
2828
"@vercel/ncc": "0.38.4",
2929
"eslint": "9.39.1",
@@ -33,7 +33,7 @@
3333
"globals": "16.5.0",
3434
"prettier": "3.6.2",
3535
"typescript": "5.9.3",
36-
"typescript-eslint": "8.46.3",
36+
"typescript-eslint": "8.46.4",
3737
"vitest": "3.2.4",
3838
"zx": "8.8.5"
3939
},

0 commit comments

Comments
 (0)