Skip to content

Commit 1abc4b2

Browse files
authored
chore: dependencies (#77)
1 parent 513afc9 commit 1abc4b2

File tree

3 files changed

+665
-598
lines changed

3 files changed

+665
-598
lines changed

package.json

+15-16
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,29 @@
4343
"typecheck": "tsc --noEmit"
4444
},
4545
"dependencies": {
46+
"lodash": "^4.17.21",
4647
"p-safe": "^1.0.0",
47-
"zod": "^3.23.8",
48+
"zod": "^3.24.1",
4849
"zod-request": "^0.2.2"
4950
},
5051
"devDependencies": {
51-
"@changesets/cli": "^2.27.9",
52+
"@changesets/cli": "^2.27.11",
5253
"@shahrad/prettier-config": "^1.1.0",
53-
"@types/chai": "^5.0.0",
54-
"@types/lodash": "^4.17.10",
55-
"@types/mocha": "^10.0.9",
56-
"@types/node": "^20.16.11",
54+
"@types/chai": "^5.0.1",
55+
"@types/lodash": "^4.17.13",
56+
"@types/mocha": "^10.0.10",
57+
"@types/node": "^20.17.10",
5758
"@typescript-eslint/eslint-plugin": "^7.18.0",
58-
"chai": "^5.1.1",
59-
"dotenv": "^16.4.5",
59+
"chai": "^5.1.2",
60+
"dotenv": "^16.4.7",
6061
"eslint": "^8.57.1",
61-
"lodash": "^4.17.21",
62-
"mocha": "^10.7.3",
63-
"prettier": "^3.3.3",
64-
"terser": "^5.34.1",
62+
"mocha": "^10.8.2",
63+
"prettier": "^3.4.2",
6564
"tsd": "^0.31.2",
66-
"tsup": "^8.3.0",
67-
"tsx": "^4.19.1",
68-
"typescript": "^5.6.2",
69-
"undici": "^6.19.8"
65+
"tsup": "^8.3.5",
66+
"tsx": "^4.19.2",
67+
"typescript": "^5.7.2",
68+
"undici": "^6.21.0"
7069
},
7170
"packageManager": "pnpm@9.15.1",
7271
"engines": {

0 commit comments

Comments
 (0)