Skip to content

Commit b900f9e

Browse files
deps: bump @types/node from 25.9.4 to 26.0.1 in the dev-dependencies group (kaito-project#343)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
1 parent 92d487b commit b900f9e

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@types/bun": "latest",
34-
"@types/node": "^25.9.1",
34+
"@types/node": "^26.0.1",
3535
"@typescript-eslint/eslint-plugin": "^8.60.0",
3636
"@typescript-eslint/parser": "^8.60.0",
3737
"eslint": "^10.4.0",

bun.lock

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@testing-library/react": "^16.3.2",
4141
"@testing-library/user-event": "^14.5.2",
4242
"@tailwindcss/postcss": "^4.1.17",
43-
"@types/node": "^25.9.1",
43+
"@types/node": "^26.0.1",
4444
"@types/react": "^19.0.0",
4545
"@types/react-dom": "^19.0.0",
4646
"@types/react-syntax-highlighter": "^15.5.13",

0 commit comments

Comments
 (0)