Skip to content

Commit 5803799

Browse files
committed
fix: "pnpm audit --prod"
1 parent 03d4d78 commit 5803799

File tree

12 files changed

+234
-114
lines changed

12 files changed

+234
-114
lines changed

fern/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"fern-api": "^0.51.39",
3838
"gray-matter": "^4.0.3",
39-
"supergateway": "^2.8.3"
39+
"supergateway": "^3.4.3"
4040
},
4141
"devDependencies": {
4242
"@openai/agents": "^0.2.1",

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,16 @@
4242
"hono": ">=4.10.3",
4343
"next": ">=15.4.7",
4444
"ai": ">=5.0.52",
45-
"@mastra/core>ai": ">=5.0.52"
45+
"@mastra/core>ai": ">=5.0.52",
46+
"@eslint/plugin-kit@<0.3.4": ">=0.3.4",
47+
"vite@>=6.0.0 <=6.3.5": ">=6.3.6",
48+
"axios@>=1.0.0 <1.12.0": ">=1.12.0",
49+
"vite@>=6.0.0 <=6.4.0": ">=6.4.1",
50+
"tmp@<=0.2.3": ">=0.2.4",
51+
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
52+
"body-parser@>=2.2.0 <2.2.1": ">=2.2.1",
53+
"@modelcontextprotocol/sdk@<1.24.0": ">=1.24.0",
54+
"next@>=16.0.0-canary.0 <16.0.7": ">=16.0.7"
4655
}
4756
},
4857
"devDependencies": {

0 commit comments

Comments
 (0)