Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury committed Apr 3, 2023
1 parent 41d7450 commit a4cb36e
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 193 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"pnpm": ">=8"
},
"dependencies": {
"fast-json-stringify": "5.6.2",
"fast-json-stringify": "5.7.0",
"pino": "8.11.0",
"undici": "5.21.0",
"zod": "3.21.4"
},
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@types/convict": "6.1.1",
"@types/node": "18.15.10",
"@types/node": "18.15.11",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@vitest/coverage-c8": "0.29.7",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@vitest/coverage-c8": "0.29.8",
"dotenv": "16.0.3",
"eslint": "8.36.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-import-resolver-typescript": "3.5.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
Expand All @@ -38,7 +38,7 @@
"supertest": "6.3.3",
"tsc-watch": "6.0.0",
"tsx": "3.12.6",
"typescript": "5.0.2",
"vitest": "0.29.7"
"typescript": "5.0.3",
"vitest": "0.29.8"
}
}
Loading

0 comments on commit a4cb36e

Please sign in to comment.