Skip to content

Commit 1c725d1

Browse files
chore(deps): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [helmet](https://github.com/helmetjs/helmet), [@eslint/eslintrc](https://github.com/eslint/eslintrc), [eslint](https://github.com/eslint/eslint) and [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). Updates `helmet` from 8.2.0 to 8.3.0 - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](helmetjs/helmet@v8.2.0...v8.3.0) Updates `@eslint/eslintrc` from 3.3.5 to 3.3.6 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@eslintrc-v3.3.5...eslintrc-v3.3.6) Updates `eslint` from 10.6.0 to 10.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.6.0...v10.7.0) Updates `@anthropic-ai/sdk` from 0.110.0 to 0.111.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.110.0...sdk-v0.111.0) --- updated-dependencies: - dependency-name: helmet dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.111.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a4a5c4 commit 1c725d1

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"bcrypt": "^6.0.0",
3030
"express-rate-limit": "^8.5.2",
3131
"express-session": "^1.19.0",
32-
"helmet": "^8.2.0",
32+
"helmet": "^8.3.0",
3333
"lucide-react": "^1.23.0",
3434
"morgan": "^1.11.0",
3535
"simple-git": "^3.36.0",
3636
"zustand": "^5.0.14"
3737
},
3838
"devDependencies": {
39-
"@eslint/eslintrc": "^3.3.5",
39+
"@eslint/eslintrc": "^3.3.6",
4040
"@eslint/js": "^10.0.1",
4141
"@types/bcrypt": "^6.0.0",
4242
"@types/express-session": "^1.19.0",
@@ -45,7 +45,7 @@
4545
"@typescript-eslint/parser": "^8.63.0",
4646
"commit-and-tag-version": "^12.7.3",
4747
"concurrently": "^10.0.3",
48-
"eslint": "^10.6.0",
48+
"eslint": "^10.7.0",
4949
"globals": "^17.6.0"
5050
},
5151
"overrides": {

server/package.json

Lines changed: 1 addition & 1 deletion
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.110.0",
17+
"@anthropic-ai/sdk": "^0.111.0",
1818
"@modelcontextprotocol/sdk": "^1.29.0",
1919
"cors": "^2.8.6",
2020
"express": "^5.2.1",

0 commit comments

Comments
 (0)