Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#96)
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 Sep 17, 2024
1 parent 6d4be02 commit 45a56f6
Show file tree
Hide file tree
Showing 5 changed files with 2,424 additions and 1,559 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
reverse-proxy:
image: traefik:v2.10
image: traefik:v2.11
command:
- '--api.insecure=true'
- '--providers.docker'
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@fastify/rate-limit": "8.1.1",
"@fastify/sensible": "5.6.0",
"@innei/next-async": "0.3.0",
"@mx-space/api-client": "1.16.0",
"@mx-space/webhook": "0.4.0",
"@mx-space/api-client": "1.16.1",
"@mx-space/webhook": "0.5.0",
"@tanstack/query-core": "4.36.1",
"axios": "1.7.7",
"chalk": "4.1.2",
Expand All @@ -53,17 +53,17 @@
"zod": "3.23.8"
},
"devDependencies": {
"@innei/eslint-config-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@innei/eslint-config-ts": "0.15.0",
"@innei/prettier": "0.15.0",
"@types/cron": "2.4.0",
"@types/lodash": "4.17.7",
"@types/marked": "5.0.2",
"@types/node": "20.16.5",
"@types/node-telegram-bot-api": "0.63.3",
"@types/node-telegram-bot-api": "0.64.7",
"@types/randomcolor": "0.5.9",
"@types/remove-markdown": "0.3.4",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint": "8.57.1",
"fast-json-stringify": "5.16.1",
"lint-staged": "13.3.0",
"prettier": "3.3.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.9.0",
"@types/node": "20.16.5",
"run-series": "1.1.9",
"standard": "14.3.4",
"tape": "4.17.0",
Expand Down
Loading

0 comments on commit 45a56f6

Please sign in to comment.