Skip to content

Commit f1411bf

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 3274a79 commit f1411bf

File tree

2 files changed

+244
-196
lines changed

2 files changed

+244
-196
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,36 @@
1515
"author": "David Peng",
1616
"license": "ISC",
1717
"devDependencies": {
18-
"@commitlint/cli": "17.2.0",
19-
"@commitlint/config-conventional": "17.2.0",
20-
"@commitlint/cz-commitlint": "17.2.0",
18+
"@commitlint/cli": "17.3.0",
19+
"@commitlint/config-conventional": "17.3.0",
20+
"@commitlint/cz-commitlint": "17.3.0",
2121
"@types/node": "18.11.9",
22-
"@typescript-eslint/eslint-plugin": "5.43.0",
23-
"@typescript-eslint/parser": "5.43.0",
22+
"@typescript-eslint/eslint-plugin": "5.44.0",
23+
"@typescript-eslint/parser": "5.44.0",
2424
"commitizen": "4.2.5",
25-
"esbuild": "0.15.14",
26-
"esbuild-plugin-pino": "1.2.5",
25+
"esbuild": "0.15.16",
26+
"esbuild-plugin-pino": "1.2.6",
2727
"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",
3232
"json-schema-to-ts": "2.6.1",
33-
"lint-staged": "13.0.3",
33+
"lint-staged": "13.0.4",
3434
"pino": "8.7.0",
3535
"pino-pretty": "9.1.1",
36-
"prettier": "2.7.1",
36+
"prettier": "2.8.0",
3737
"standard-version": "9.5.0",
3838
"thread-stream": "2.2.0",
3939
"tiny-glob": "0.2.9",
4040
"tsx": "3.12.1",
4141
"typescript": "4.9.3"
4242
},
4343
"dependencies": {
44-
"@fastify/autoload": "5.5.0",
44+
"@fastify/autoload": "5.6.0",
4545
"@fastify/sensible": "5.1.1",
46-
"@fastify/swagger": "8.1.0",
47-
"fastify": "4.10.0",
46+
"@fastify/swagger": "8.2.0",
47+
"fastify": "4.10.2",
4848
"fastify-plugin": "4.3.0"
4949
}
5050
}

0 commit comments

Comments
 (0)