Skip to content

Commit 3274a79

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 491faf7 commit 3274a79

File tree

2 files changed

+184
-171
lines changed

2 files changed

+184
-171
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"@commitlint/config-conventional": "17.2.0",
2020
"@commitlint/cz-commitlint": "17.2.0",
2121
"@types/node": "18.11.9",
22-
"@typescript-eslint/eslint-plugin": "5.42.1",
23-
"@typescript-eslint/parser": "5.42.1",
22+
"@typescript-eslint/eslint-plugin": "5.43.0",
23+
"@typescript-eslint/parser": "5.43.0",
2424
"commitizen": "4.2.5",
25-
"esbuild": "0.15.13",
25+
"esbuild": "0.15.14",
2626
"esbuild-plugin-pino": "1.2.5",
27-
"eslint": "8.27.0",
27+
"eslint": "8.28.0",
2828
"eslint-config-prettier": "8.5.0",
2929
"eslint-plugin-prettier": "4.2.1",
3030
"husky": "8.0.2",
3131
"inquirer": "9.1.4",
32-
"json-schema-to-ts": "2.6.0",
32+
"json-schema-to-ts": "2.6.1",
3333
"lint-staged": "13.0.3",
3434
"pino": "8.7.0",
3535
"pino-pretty": "9.1.1",
@@ -38,13 +38,13 @@
3838
"thread-stream": "2.2.0",
3939
"tiny-glob": "0.2.9",
4040
"tsx": "3.12.1",
41-
"typescript": "4.8.4"
41+
"typescript": "4.9.3"
4242
},
4343
"dependencies": {
44-
"@fastify/autoload": "5.4.1",
44+
"@fastify/autoload": "5.5.0",
4545
"@fastify/sensible": "5.1.1",
4646
"@fastify/swagger": "8.1.0",
47-
"fastify": "4.9.2",
47+
"fastify": "4.10.0",
4848
"fastify-plugin": "4.3.0"
4949
}
5050
}

0 commit comments

Comments
 (0)