Skip to content

Commit 9e2b083

Browse files
chore(deps): bump the minor-and-patch group with 3 updates
Bumps the minor-and-patch group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/node` from 25.9.1 to 25.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@anthropic-ai/sdk` from 0.100.1 to 0.102.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.100.1...sdk-v0.102.0) Updates `@types/react` from 19.2.16 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/react" dependency-version: 19.2.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cad0035 commit 9e2b083

4 files changed

Lines changed: 17 additions & 35 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@testing-library/jest-dom": "^6.2.0",
3232
"@testing-library/react": "^16.3.2",
3333
"@testing-library/user-event": "^14.5.2",
34-
"@types/react": "^19.2.16",
34+
"@types/react": "^19.2.17",
3535
"@types/react-dom": "^19.2.3",
3636
"@types/react-syntax-highlighter": "^15.5.13",
3737
"@vitejs/plugin-react": "^6.0.2",

package-lock.json

Lines changed: 13 additions & 31 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
@@ -23,7 +23,7 @@
2323
"release:major": "commit-and-tag-version --release-as major"
2424
},
2525
"dependencies": {
26-
"@types/node": "^25.9.1",
26+
"@types/node": "^25.9.2",
2727
"@types/supertest": "^7.2.0",
2828
"axios": "^1.17.0",
2929
"bcrypt": "^6.0.0",

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:watch": "jest --watch"
1515
},
1616
"dependencies": {
17-
"@anthropic-ai/sdk": "^0.100.1",
17+
"@anthropic-ai/sdk": "^0.102.0",
1818
"@modelcontextprotocol/sdk": "^1.29.0",
1919
"cors": "^2.8.6",
2020
"express": "^5.2.1",
@@ -27,7 +27,7 @@
2727
"@types/express": "^5.0.6",
2828
"@types/jest": "^30.0.0",
2929
"@types/multer": "^2.1.0",
30-
"@types/node": "^25.9.1",
30+
"@types/node": "^25.9.2",
3131
"@types/supertest": "^7.2.0",
3232
"jest": "^30.4.2",
3333
"supertest": "^7.2.2",

0 commit comments

Comments
 (0)