From 16b57b244bf90a62acdd6824ccedae41d52c2d29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:49:11 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/bumpversion.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 1381274..c2a5d35 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -17,7 +17,7 @@ jobs: token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" fetch-depth: 0 - name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.11.0 + uses: commitizen-tools/commitizen-action@0.18.2 with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} branch: main \ No newline at end of file diff --git a/package.json b/package.json index 521c12a..680e093 100755 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "lodash.merge": "^4.6.2", - "pino": "^7.6.4", + "pino": "^7.11.0", "pino-http": "^6.6.0" }, "devDependencies": { @@ -40,7 +40,7 @@ "husky": "latest", "jest": "latest", "nuxt-edge": "latest", - "pino-pretty": "^7.5.0" + "pino-pretty": "^7.6.1" }, "publishConfig": { "access": "public"