Skip to content

Commit c122b72

Browse files
committed
fix(deps): resolve high severity audit vulnerabilities
1 parent 46ddf8d commit c122b72

3 files changed

Lines changed: 423 additions & 79 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
"workerd"
266266
],
267267
"overrides": {
268+
"@uploadthing/shared>effect": "^3.20.0",
268269
"@vercel/blob>undici": "6.24.1",
269270
"copyfiles": "$copyfiles",
270271
"cross-env": "$cross-env",
@@ -273,7 +274,8 @@
273274
"mcp-handler>@modelcontextprotocol/sdk": "1.27.1",
274275
"react": "$react",
275276
"react-dom": "$react-dom",
276-
"typescript": "$typescript"
277+
"typescript": "$typescript",
278+
"uploadthing>effect": "^3.20.0"
277279
}
278280
}
279281
}

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},
2626
"dependencies": {
27-
"@eslint-react/eslint-plugin": "1.31.0",
27+
"@eslint-react/eslint-plugin": "1.53.1",
2828
"@eslint/js": "9.39.2",
2929
"@payloadcms/eslint-plugin": "workspace:*",
3030
"@types/eslint": "9.6.1",

0 commit comments

Comments
 (0)