From b239f126a95cc019cef6f20ab9a435f001acdcca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:57:11 +0000 Subject: [PATCH] build(deps): bump process-warning from 3.0.0 to 4.0.0 Bumps [process-warning](https://github.com/fastify/process-warning) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/fastify/process-warning/releases) - [Commits](https://github.com/fastify/process-warning/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: process-warning dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8885269..4b55a03 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "get-caller-file": "^2.0.5", "pino": "^9.0.0", "pino-std-serializers": "^7.0.0", - "process-warning": "^3.0.0" + "process-warning": "^4.0.0" }, "devDependencies": { "@fastify/pre-commit": "^2.0.2",