Skip to content

Commit 5557020

Browse files
fix(deps): update all non-major dependencies
1 parent f1411bf commit 5557020

File tree

2 files changed

+338
-110
lines changed

2 files changed

+338
-110
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"@commitlint/cli": "17.3.0",
1919
"@commitlint/config-conventional": "17.3.0",
2020
"@commitlint/cz-commitlint": "17.3.0",
21-
"@types/node": "18.11.9",
22-
"@typescript-eslint/eslint-plugin": "5.44.0",
23-
"@typescript-eslint/parser": "5.44.0",
24-
"commitizen": "4.2.5",
25-
"esbuild": "0.15.16",
26-
"esbuild-plugin-pino": "1.2.6",
27-
"eslint": "8.28.0",
21+
"@types/node": "18.11.11",
22+
"@typescript-eslint/eslint-plugin": "5.45.1",
23+
"@typescript-eslint/parser": "5.45.1",
24+
"commitizen": "4.2.6",
25+
"esbuild": "0.16.1",
26+
"esbuild-plugin-pino": "1.2.7",
27+
"eslint": "8.29.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.1",
33-
"lint-staged": "13.0.4",
32+
"json-schema-to-ts": "2.6.2",
33+
"lint-staged": "13.1.0",
3434
"pino": "8.7.0",
3535
"pino-pretty": "9.1.1",
36-
"prettier": "2.8.0",
36+
"prettier": "2.8.1",
3737
"standard-version": "9.5.0",
3838
"thread-stream": "2.2.0",
3939
"tiny-glob": "0.2.9",
@@ -42,9 +42,9 @@
4242
},
4343
"dependencies": {
4444
"@fastify/autoload": "5.6.0",
45-
"@fastify/sensible": "5.1.1",
45+
"@fastify/sensible": "5.2.0",
4646
"@fastify/swagger": "8.2.0",
4747
"fastify": "4.10.2",
48-
"fastify-plugin": "4.3.0"
48+
"fastify-plugin": "4.4.0"
4949
}
5050
}

0 commit comments

Comments
 (0)