From a5833a006642f61d41d1febaef8aa59ea1c0d32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 05:01:50 +0000 Subject: [PATCH] build(deps): bump process-warning from 1.0.0 to 2.1.0 Bumps [process-warning](https://github.com/fastify/process-warning) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/fastify/process-warning/releases) - [Commits](https://github.com/fastify/process-warning/compare/v1.0.0...v2.1.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 c54561f50d..c2eb942a6b 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "find-my-way": "^5.1.0", "light-my-request": "^4.7.0", "pino": "^7.5.1", - "process-warning": "^1.0.0", + "process-warning": "^2.1.0", "proxy-addr": "^2.0.7", "rfdc": "^1.1.4", "secure-json-parse": "^2.0.0",