Skip to content

Commit 868d088

Browse files
Bump the npm-development group with 4 updates
Bumps the npm-development group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript](https://github.com/microsoft/TypeScript), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [undici](https://github.com/nodejs/undici). Updates `@types/node` from 24.1.0 to 24.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) Updates `eslint-config-next` from 15.4.5 to 15.4.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.4.6/packages/eslint-config-next) Updates `undici` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.12.0...v7.13.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-config-next dependency-version: 15.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: undici dependency-version: 7.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05d1746 commit 868d088

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
lines changed

mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"devDependencies": {
2525
"@eslint/js": "^9.32.0",
26-
"@types/node": "^24.1.0",
26+
"@types/node": "^24.2.0",
2727
"@vitest/ui": "^3.2.4",
28-
"typescript": "^5.5.0",
28+
"typescript": "^5.9.2",
2929
"typescript-eslint": "^8.39.0",
3030
"vitest": "^3.2.4"
3131
}

package-lock.json

Lines changed: 29 additions & 29 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
@@ -28,10 +28,10 @@
2828
"@testing-library/react": "^16.3.0",
2929
"@testing-library/user-event": "^14.6.1",
3030
"@types/eslint__js": "^8.42.3",
31-
"@types/node": "^24.1.0",
31+
"@types/node": "^24.2.0",
3232
"@vitest/ui": "^3.2.4",
3333
"eslint": "^9.32.0",
34-
"typescript": "^5.5.0",
34+
"typescript": "^5.9.2",
3535
"typescript-eslint": "^8.39.0",
3636
"vitest": "^3.2.4"
3737
},

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@vitest/ui": "^3.2.4",
4040
"eslint": "^9.32.0",
4141
"fix-esm-import-path": "^1.10.3",
42-
"typescript": "^5.5.0",
42+
"typescript": "^5.9.2",
4343
"typescript-eslint": "^8.39.0",
4444
"vitest": "^3.2.4"
4545
},

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"@testing-library/jest-dom": "^6.6.4",
3333
"@testing-library/react": "^16.3.0",
3434
"@testing-library/user-event": "^14.6.1",
35-
"@types/node": "^24.1.0",
35+
"@types/node": "^24.2.0",
3636
"@types/react": "^19.1.9",
3737
"@types/react-dom": "^19.1.7",
3838
"@vitejs/plugin-react": "^5.0.0",
3939
"@vitest/ui": "^3.2.4",
4040
"eslint": "^9.32.0",
41-
"eslint-config-next": "^15.4.5",
41+
"eslint-config-next": "^15.4.6",
4242
"eslint-plugin-react": "^7.37.5",
4343
"eslint-plugin-react-hooks": "^5.2.0",
4444
"jsdom": "^26.1.0",
4545
"node-fetch": "^3.3.2",
4646
"postcss": "^8.4.40",
4747
"tailwindcss": "^4.1.11",
48-
"typescript": "^5.5.0",
48+
"typescript": "^5.9.2",
4949
"typescript-eslint": "^8.39.0",
50-
"undici": "^7.12.0",
50+
"undici": "^7.13.0",
5151
"vitest": "^3.2.4"
5252
}
5353
}

0 commit comments

Comments
 (0)