Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2023
1 parent c6eb62e commit 3364d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"test:coverage": "bunx vitest run --coverage"
},
"dependencies": {
"@fastify/cors": "8.4.1",
"@fastify/cors": "8.4.2",
"@fastify/helmet": "11.1.1",
"@fastify/swagger": "8.12.0",
"@fastify/swagger": "8.12.1",
"@fastify/swagger-ui": "1.10.2",
"fastify": "4.24.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitest/coverage-c8": "0.33.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.6",
"@vitest/ui": "0.34.7",
"bun-types": "latest",
"eslint": "8.55.0",
"eslint-config-productsway": "1.3.1",
Expand All @@ -41,7 +41,7 @@
"stepci": "2.7.2",
"tsup": "8.0.1",
"typescript": "5.3.2",
"unplugin-swc": "1.4.3",
"unplugin-swc": "1.4.4",
"vite": "5.0.5",
"vitest": "0.34.6",
"wait-on": "7.2.0"
Expand Down

0 comments on commit 3364d1e

Please sign in to comment.