Skip to content

Commit d620e7d

Browse files
authored
Clean up deps (#219)
- Remove '@types/axios' because it is apparently unnecessary, and depends on a version of 'axios' that is flagged by dependabot. - Pin zod to the same version we have pinned in the internal root repo.
1 parent 80ed656 commit d620e7d

File tree

3 files changed

+93
-257
lines changed

3 files changed

+93
-257
lines changed

apis/node/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
},
3636
"devDependencies": {
3737
"@types/aws-lambda": "^8.10.119",
38-
"@types/axios": "^0.14.0",
3938
"@types/combined-stream": "^1.0.3",
4039
"@types/cors": "^2.8.13",
4140
"@types/dotenv": "^8.2.0",

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"vite-tsconfig-paths": "^4.3.2",
2222
"vitest": "^2.1.9"
2323
},
24-
"packageManager": "[email protected]"
24+
"packageManager": "[email protected]",
25+
"resolutions": {
26+
"zod": "3.22.4"
27+
}
2528
}

0 commit comments

Comments
 (0)