Skip to content

Commit bf771bf

Browse files
fix(deps): resolve Dependabot alerts (#3130)
1 parent 2dafbae commit bf771bf

7 files changed

Lines changed: 916 additions & 710 deletions

File tree

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@tanstack/react-query": "^5.90.21",
1818
"clsx": "^2.1.1",
1919
"lucide-react": "^0.552.0",
20-
"next": "^16.1.6",
20+
"next": "^16.2.6",
2121
"next-auth": "^4.24.13",
2222
"react": "^19.2.4",
2323
"react-dom": "^19.2.4",

apps/web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@ai-sdk/mistral": "^3.0.24",
3333
"@ai-sdk/openai": "^3.0.41",
3434
"@ai-sdk/openai-compatible": "^2.0.35",
35-
"@anthropic-ai/sdk": "^0.90.0",
35+
"@anthropic-ai/sdk": "^0.95.1",
3636
"@aws-sdk/client-s3": "^3.1009.0",
3737
"@aws-sdk/s3-request-presigner": "^3.1009.0",
3838
"@chat-adapter/github": "4.27.0",
@@ -58,9 +58,9 @@
5858
"@mdxeditor/editor": "^3.55.0",
5959
"@mistralai/mistralai": "^1.15.1",
6060
"@monaco-editor/react": "^4.7.0",
61-
"@next/bundle-analyzer": "^16.1.6",
62-
"@next/mdx": "^16.1.6",
63-
"@next/third-parties": "^16.1.6",
61+
"@next/bundle-analyzer": "^16.2.6",
62+
"@next/mdx": "^16.2.6",
63+
"@next/third-parties": "^16.2.6",
6464
"@octokit/auth-app": "catalog:",
6565
"@octokit/oauth-methods": "^6.0.2",
6666
"@octokit/rest": "^22.0.1",
@@ -135,7 +135,7 @@
135135
"mailgun.js": "^12.7.1",
136136
"monaco-editor": "^0.55.1",
137137
"motion": "^12.36.0",
138-
"next": "^16.1.6",
138+
"next": "^16.2.6",
139139
"next-auth": "^4.24.13",
140140
"openai": "^6.29.0",
141141
"p-limit": "catalog:",
@@ -156,7 +156,7 @@
156156
"tailwind-merge": "^3.5.0",
157157
"tldts": "^7.0.28",
158158
"ulid": "3.0.1",
159-
"uuid": "11.1.0",
159+
"uuid": "^11.1.1",
160160
"vaul": "^1.1.2",
161161
"zod": "catalog:"
162162
},

package.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,35 @@
5050
"@sentry/cli": "^3.3.4",
5151
"mdast-util-to-hast": "^13.2.1",
5252
"storybook": "^9.1.17",
53-
"next": "^16.1.6",
53+
"next": "^16.2.6",
5454
"preact": "10.28.3",
5555
"glob": ">=13.0.1",
5656
"esbuild": ">=0.25.0",
5757
"lodash": ">=4.18.1",
5858
"diff": ">=8.0.3",
59-
"fast-xml-parser": ">=5.3.4",
60-
"vite": ">=6.4.1",
59+
"fast-xml-parser": ">=5.7.3",
60+
"vite": ">=8.0.5 <8.0.11",
61+
"dompurify": "^3.4.2",
62+
"handlebars": "^4.7.9",
63+
"brace-expansion": "^5.0.5",
64+
"node-forge": "^1.4.0",
65+
"postcss": ">=8.5.10 <8.5.14",
66+
"picomatch@^2": "^2.3.2",
67+
"picomatch@^4": "^4.0.4",
68+
"yaml": "^2.8.4",
69+
"undici@^7": "^7.25.0",
70+
"path-to-regexp": "^8.4.0",
71+
"ip-address": "^10.2.0",
72+
"drizzle-orm": "^0.45.2",
73+
"lodash-es": ">=4.18.1",
74+
"@xmldom/xmldom": "^0.8.13",
6175
"qs": ">=6.14.1",
6276
"serialize-javascript": ">=7.0.3",
63-
"hono": "^4.12.7",
77+
"hono": "^4.12.18",
78+
"@hono/node-server": "^1.19.14",
6479
"undici@^6": "^6.24.1",
6580
"lightningcss": "1.30.1",
66-
"axios": ">=1.15.0 <2",
81+
"axios": "^1.16.0",
6782
"protobufjs": "^8.0.3"
6883
},
6984
"patchedDependencies": {

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ catalog:
2121
'@workos-inc/node': ^8.9.0
2222
aws4fetch: ^1.0.20
2323
drizzle-kit: ^0.31.9
24-
drizzle-orm: ^0.45.1
25-
hono: ^4.12.7
24+
drizzle-orm: ^0.45.2
25+
hono: ^4.12.18
2626
jose: ^6.2.1
2727
jsonwebtoken: ^9.0.3
2828
p-limit: ^7.3.0
@@ -53,6 +53,11 @@ minimumReleaseAgeExclude:
5353
- 'react-native'
5454
- 'react-native-*'
5555
- '@anthropic-ai/sdk'
56+
- 'fast-xml-parser'
57+
- 'next'
58+
- '@next/*'
59+
- 'hono'
60+
- '@hono/*'
5661

5762
onlyBuiltDependencies:
5863
- '@swc/core'

services/images-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@modelcontextprotocol/sdk": "^1.27.1",
1515
"aws4fetch": "catalog:",
16-
"fast-xml-parser": "^5.5.5",
16+
"fast-xml-parser": "^5.7.3",
1717
"fetch-to-node": "^2.1.0",
1818
"jsonwebtoken": "catalog:",
1919
"zod": "catalog:"

services/kiloclaw/controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"hono": "4.12.2",
6+
"hono": "^4.12.18",
77
"zod": "4.3.6"
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)