From 008ee8a4a45837f0af7db88fcb0dfc6ea9b5595c Mon Sep 17 00:00:00 2001 From: Ranieri Innocenti Spada <56073060+Ranieri93@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:03:26 +0200 Subject: [PATCH] Updating for v9: update dependencies and CI (#300) Co-authored-by: ranieri innocenti --- .github/workflows/ci.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 081e677..f5bbc79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18] + node-version: [18, 20] steps: - name: Check out repo uses: actions/checkout@v4 diff --git a/package.json b/package.json index 999f8cf..117fc9c 100644 --- a/package.json +++ b/package.json @@ -7,20 +7,20 @@ "dependencies": { "get-caller-file": "^2.0.5", "pino": "^8.0.0", - "pino-std-serializers": "^6.0.0", + "pino-std-serializers": "git+https://github.com/pinojs/pino-std-serializers.git#next", "process-warning": "^2.0.0" }, "devDependencies": { + "@fastify/pre-commit": "^2.0.2", "@types/node": "^20.1.0", "autocannon": "^7.3.0", "coveralls": "^3.0.0", "http-ndjson": "^3.1.0", "pino-http-print": "^3.1.0", "pino-pretty": "^10.0.0", - "pre-commit": "^1.1.2", "split2": "^4.0.0", "standard": "^17.0.0", - "tap": "^16.0.0", + "tap": "^16.3.9", "ts-node": "^10.3.0", "tsd": "^0.29.0", "typescript": "^5.0.2"