Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#90)
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 Nov 11, 2023
1 parent 1e98f1a commit 0f2019b
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 147 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
"*.{js,ts,css,md}": "prettier --write"
},
"dependencies": {
"@fastify/autoload": "5.7.1",
"@fastify/cors": "8.4.0",
"@fastify/env": "4.2.0",
"@fastify/autoload": "5.8.0",
"@fastify/cors": "8.4.1",
"@fastify/env": "4.3.0",
"@fastify/etag": "4.2.0",
"@fastify/helmet": "11.1.1",
"@fastify/multipart": "7.7.3",
"@fastify/one-line-logger": "1.2.0",
"@fastify/rate-limit": "8.0.3",
"@fastify/sensible": "5.3.0",
"@fastify/sensible": "5.5.0",
"@innei/next-async": "0.3.0",
"@mx-space/api-client": "1.5.1",
"@mx-space/api-client": "1.6.2",
"@tanstack/query-core": "4.36.1",
"axios": "1.5.1",
"axios": "1.6.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.24.1",
"fastify-cli": "5.8.0",
"fastify": "4.24.3",
"fastify-cli": "5.9.0",
"fastify-plugin": "4.5.1",
"fastify-tsconfig": "1.0.1",
"git-webhook-handler": "link:packages/git-webhook-handler",
Expand All @@ -47,27 +47,27 @@
"randomcolor": "0.6.2",
"remove-markdown": "0.5.0",
"socket.io-client": "4.7.2",
"telegraf": "4.14.0",
"telegraf": "4.15.0",
"tsconfig-paths": "4.2.0",
"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/lodash": "4.14.201",
"@types/marked": "5.0.2",
"@types/node": "20.8.6",
"@types/node-telegram-bot-api": "0.61.8",
"@types/randomcolor": "0.5.7",
"@types/remove-markdown": "0.3.2",
"@types/node": "20.9.0",
"@types/node-telegram-bot-api": "0.63.1",
"@types/randomcolor": "0.5.9",
"@types/remove-markdown": "0.3.4",
"cross-env": "7.0.3",
"eslint": "8.51.0",
"fast-json-stringify": "5.8.0",
"eslint": "8.53.0",
"fast-json-stringify": "5.9.1",
"lint-staged": "13.3.0",
"prettier": "3.0.3",
"ts-node": "10.9.1",
"tsx": "3.13.0",
"tsx": "3.14.0",
"typescript": "5.2.2"
},
"engines": {
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.8.6",
"@types/node": "20.9.0",
"run-series": "1.1.9",
"standard": "14.3.4",
"tape": "4.17.0",
Expand Down
Loading

0 comments on commit 0f2019b

Please sign in to comment.