Skip to content

Commit 07e83f6

Browse files
committed
fix(deps): updating deps
1 parent 2812200 commit 07e83f6

File tree

2 files changed

+223
-177
lines changed

2 files changed

+223
-177
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"author": "John Lindquist (https://johnlindquist.com)",
7373
"license": "ISC",
7474
"dependencies": {
75-
"@ai-sdk/anthropic": "2.0.44",
76-
"@ai-sdk/google": "2.0.34",
77-
"@ai-sdk/openai": "2.0.68",
78-
"@ai-sdk/react": "2.0.93",
79-
"@ai-sdk/xai": "2.0.33",
75+
"@ai-sdk/anthropic": "2.0.45",
76+
"@ai-sdk/google": "2.0.43",
77+
"@ai-sdk/openai": "2.0.72",
78+
"@ai-sdk/react": "2.0.101",
79+
"@ai-sdk/xai": "2.0.36",
8080
"@johnlindquist/open": "^10.1.1",
8181
"@modelcontextprotocol/sdk": "1.22.0",
8282
"@octokit/auth-oauth-device": "8.0.3",
@@ -85,20 +85,20 @@
8585
"@octokit/plugin-rest-endpoint-methods": "17.0.0",
8686
"@octokit/plugin-retry": "8.0.3",
8787
"@octokit/plugin-throttling": "11.0.3",
88-
"@openrouter/ai-sdk-provider": "1.2.3",
88+
"@openrouter/ai-sdk-provider": "1.2.5",
8989
"@types/chalk": "2.2.4",
9090
"@types/download": "8.0.5",
9191
"@types/fs-extra": "11.0.4",
92-
"@types/react": "^19.2.5",
92+
"@types/react": "^19.2.7",
9393
"@types/react-dom": "^19.2.3",
9494
"@types/shelljs": "0.8.17",
9595
"@typescript/lib-dom": "npm:@johnlindquist/no-dom@^1.0.2",
9696
"acorn": "^8.15.0",
9797
"acorn-typescript": "^1.4.13",
9898
"advanced-calculator": "1.1.1",
99-
"ai": "5.0.93",
99+
"ai": "5.0.101",
100100
"axios": "1.13.2",
101-
"body-parser": "^2.2.0",
101+
"body-parser": "^2.2.1",
102102
"bottleneck": "^2.19.5",
103103
"chalk": "5.6.2",
104104
"chalk-template": "1.1.2",
@@ -113,27 +113,27 @@
113113
"execa": "9.6.0",
114114
"filesize": "11.0.13",
115115
"fs-extra": "^11.3.2",
116-
"globby": "^15.0.0",
116+
"globby": "^16.0.0",
117117
"handlebars": "4.7.8",
118118
"highlight.js": "^11.11.1",
119-
"isomorphic-git": "1.35.0",
119+
"isomorphic-git": "1.35.1",
120120
"jsonfile": "6.2.0",
121121
"keyv": "^5.5.4",
122122
"keyv-file": "^5.3.3",
123123
"lowdb": "7.0.1",
124-
"marked": "16.4.1",
124+
"marked": "17.0.1",
125125
"marked-extended-tables": "2.0.1",
126126
"marked-gfm-heading-id": "4.1.3",
127127
"marked-highlight": "2.2.3",
128128
"minimist": "1.2.8",
129-
"open": "10.2.0",
129+
"open": "11.0.0",
130130
"p-retry": "7.1.0",
131131
"project-name-generator": "2.1.9",
132132
"quick-score": "^0.2.0",
133133
"react": "^19.2.0",
134134
"react-dom": "^19.2.0",
135135
"replace-in-file": "8.3.0",
136-
"rimraf": "6.1.0",
136+
"rimraf": "6.1.2",
137137
"safe-stable-stringify": "^2.5.0",
138138
"shelljs": "0.10.0",
139139
"slugify": "1.6.6",
@@ -142,13 +142,13 @@
142142
"suggestion": "2.1.2",
143143
"tmp-promise": "3.0.3",
144144
"untildify": "6.0.0",
145-
"zod": "^4.1.12"
145+
"zod": "^4.1.13"
146146
},
147147
"devDependencies": {
148148
"@types/debug": "4.1.12",
149149
"@types/node": "^24.10.1",
150150
"@types/node-ipc": "9.2.3",
151-
"@types/sinon": "17.0.4",
151+
"@types/sinon": "21.0.0",
152152
"acorn-walk": "8.3.4",
153153
"ava": "^6.4.1",
154154
"c8": "10.1.3",
@@ -158,13 +158,13 @@
158158
"husky": "^9.1.7",
159159
"node-stream-zip": "^1.15.0",
160160
"semantic-release": "25.0.2",
161-
"semantic-release-plugin-update-version-in-files": "2.0.0",
161+
"semantic-release-plugin-update-version-in-files": "2.0.1",
162162
"sinon": "21.0.0",
163163
"tsc-watch": "7.2.0",
164164
"tsx": "4.20.6",
165165
"typescript": "5.9.3",
166166
"unzipper": "0.12.3",
167-
"vite": "7.2.2"
167+
"vite": "7.2.4"
168168
},
169169
"ava": {
170170
"environmentVariables": {
@@ -223,5 +223,5 @@
223223
"file-icon": "6.0.0",
224224
"get-app-icon": "1.0.1"
225225
},
226-
"packageManager": "pnpm@10.22.0"
226+
"packageManager": "pnpm@10.23.0"
227227
}

0 commit comments

Comments
 (0)