Skip to content

Commit 8558ef1

Browse files
fix(deps): update all non-major dependencies (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b83e84 commit 8558ef1

File tree

2 files changed

+331
-101
lines changed

2 files changed

+331
-101
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
"@commitlint/config-conventional": "17.0.3",
2020
"@commitlint/cz-commitlint": "17.0.3",
2121
"@types/node": "18.0.6",
22-
"@typescript-eslint/eslint-plugin": "5.31.0",
23-
"@typescript-eslint/parser": "5.31.0",
22+
"@typescript-eslint/eslint-plugin": "5.33.1",
23+
"@typescript-eslint/parser": "5.33.1",
2424
"commitizen": "4.2.5",
25-
"esbuild": "0.14.53",
26-
"esbuild-plugin-pino": "1.2.1",
27-
"eslint": "8.20.0",
25+
"esbuild": "0.15.3",
26+
"esbuild-plugin-pino": "1.2.2",
27+
"eslint": "8.22.0",
2828
"eslint-config-prettier": "8.5.0",
2929
"eslint-plugin-prettier": "4.2.1",
3030
"husky": "8.0.1",
3131
"inquirer": "^8.0.0",
3232
"json-schema-to-ts": "2.5.5",
3333
"lint-staged": "13.0.3",
34-
"pino": "8.3.1",
34+
"pino": "8.4.1",
3535
"pino-pretty": "8.1.0",
3636
"prettier": "2.7.1",
3737
"standard-version": "9.5.0",
@@ -41,10 +41,10 @@
4141
"typescript": "4.7.4"
4242
},
4343
"dependencies": {
44-
"@fastify/autoload": "5.1.0",
44+
"@fastify/autoload": "5.2.0",
4545
"@fastify/sensible": "5.1.0",
4646
"@fastify/swagger": "7.4.1",
47-
"fastify": "4.3.0",
48-
"fastify-plugin": "4.0.0"
47+
"fastify": "4.4.0",
48+
"fastify-plugin": "4.2.0"
4949
}
5050
}

0 commit comments

Comments
 (0)