Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent e953941 commit db9b935
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 81 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@fastify/sensible": "5.3.0",
"@innei/next-async": "0.3.0",
"@mx-space/api-client": "1.5.1",
"@tanstack/query-core": "4.35.3",
"@tanstack/query-core": "4.36.1",
"axios": "1.5.1",
"chalk": "4.1.2",
"close-with-grace": "1.2.0",
"consola": "2.15.3",
"cron": "2.4.4",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"fastify": "4.23.2",
"fastify": "4.24.1",
"fastify-cli": "5.8.0",
"fastify-plugin": "4.5.1",
"fastify-tsconfig": "1.0.1",
Expand All @@ -49,20 +49,20 @@
"socket.io-client": "4.7.2",
"telegraf": "4.14.0",
"tsconfig-paths": "4.2.0",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@innei/eslint-config-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@types/cron": "2.0.1",
"@types/lodash": "4.14.199",
"@types/marked": "5.0.2",
"@types/node": "20.7.1",
"@types/node": "20.8.6",
"@types/node-telegram-bot-api": "0.61.8",
"@types/randomcolor": "0.5.7",
"@types/remove-markdown": "0.3.2",
"cross-env": "7.0.3",
"eslint": "8.50.0",
"eslint": "8.51.0",
"fast-json-stringify": "5.8.0",
"lint-staged": "13.3.0",
"prettier": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/git-webhook-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/node": "20.7.1",
"@types/node": "20.8.6",
"run-series": "1.1.9",
"standard": "14.3.4",
"tape": "4.17.0",
Expand Down
Loading

0 comments on commit db9b935

Please sign in to comment.