Skip to content

Commit 0f2019b

Browse files
fix(deps): update all non-major dependencies (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e98f1a commit 0f2019b

3 files changed

Lines changed: 155 additions & 147 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
"*.{js,ts,css,md}": "prettier --write"
1818
},
1919
"dependencies": {
20-
"@fastify/autoload": "5.7.1",
21-
"@fastify/cors": "8.4.0",
22-
"@fastify/env": "4.2.0",
20+
"@fastify/autoload": "5.8.0",
21+
"@fastify/cors": "8.4.1",
22+
"@fastify/env": "4.3.0",
2323
"@fastify/etag": "4.2.0",
2424
"@fastify/helmet": "11.1.1",
2525
"@fastify/multipart": "7.7.3",
2626
"@fastify/one-line-logger": "1.2.0",
2727
"@fastify/rate-limit": "8.0.3",
28-
"@fastify/sensible": "5.3.0",
28+
"@fastify/sensible": "5.5.0",
2929
"@innei/next-async": "0.3.0",
30-
"@mx-space/api-client": "1.5.1",
30+
"@mx-space/api-client": "1.6.2",
3131
"@tanstack/query-core": "4.36.1",
32-
"axios": "1.5.1",
32+
"axios": "1.6.1",
3333
"chalk": "4.1.2",
3434
"close-with-grace": "1.2.0",
3535
"consola": "2.15.3",
3636
"cron": "2.4.4",
3737
"dayjs": "1.11.10",
3838
"dotenv": "16.3.1",
39-
"fastify": "4.24.1",
40-
"fastify-cli": "5.8.0",
39+
"fastify": "4.24.3",
40+
"fastify-cli": "5.9.0",
4141
"fastify-plugin": "4.5.1",
4242
"fastify-tsconfig": "1.0.1",
4343
"git-webhook-handler": "link:packages/git-webhook-handler",
@@ -47,27 +47,27 @@
4747
"randomcolor": "0.6.2",
4848
"remove-markdown": "0.5.0",
4949
"socket.io-client": "4.7.2",
50-
"telegraf": "4.14.0",
50+
"telegraf": "4.15.0",
5151
"tsconfig-paths": "4.2.0",
5252
"zod": "3.22.4"
5353
},
5454
"devDependencies": {
5555
"@innei/eslint-config-ts": "0.11.1",
5656
"@innei/prettier": "0.11.1",
5757
"@types/cron": "2.0.1",
58-
"@types/lodash": "4.14.199",
58+
"@types/lodash": "4.14.201",
5959
"@types/marked": "5.0.2",
60-
"@types/node": "20.8.6",
61-
"@types/node-telegram-bot-api": "0.61.8",
62-
"@types/randomcolor": "0.5.7",
63-
"@types/remove-markdown": "0.3.2",
60+
"@types/node": "20.9.0",
61+
"@types/node-telegram-bot-api": "0.63.1",
62+
"@types/randomcolor": "0.5.9",
63+
"@types/remove-markdown": "0.3.4",
6464
"cross-env": "7.0.3",
65-
"eslint": "8.51.0",
66-
"fast-json-stringify": "5.8.0",
65+
"eslint": "8.53.0",
66+
"fast-json-stringify": "5.9.1",
6767
"lint-staged": "13.3.0",
6868
"prettier": "3.0.3",
6969
"ts-node": "10.9.1",
70-
"tsx": "3.13.0",
70+
"tsx": "3.14.0",
7171
"typescript": "5.2.2"
7272
},
7373
"engines": {

packages/git-webhook-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {},
3030
"devDependencies": {
31-
"@types/node": "20.8.6",
31+
"@types/node": "20.9.0",
3232
"run-series": "1.1.9",
3333
"standard": "14.3.4",
3434
"tape": "4.17.0",

0 commit comments

Comments
 (0)