From 426cba2d178e4dc186e3372a3ad22d70cc5822e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:20:20 +0000 Subject: [PATCH] Bump process-warning from 2.2.0 to 2.3.0 Bumps [process-warning](https://github.com/fastify/process-warning) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/fastify/process-warning/releases) - [Commits](https://github.com/fastify/process-warning/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: process-warning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdbbdab..52d82e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "pino-std-serializers": "^6.2.2", "playwright": "^1.39.0", "process": "^0.11.10", - "process-warning": "^2.0.0", + "process-warning": "^2.3.0", "proxy-addr": "^2.0.7", "punycode": "^2.1.1", "quick-format-unescaped": "^4.0.4", @@ -3757,9 +3757,9 @@ } }, "node_modules/process-warning": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.2.0.tgz", - "integrity": "sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.0.tgz", + "integrity": "sha512-N6mp1+2jpQr3oCFMz6SeHRGbv6Slb20bRhj4v3xR99HqNToAcOe1MFOp4tytyzOfJn+QtN8Rf7U/h2KAn4kC6g==" }, "node_modules/proxy-addr": { "version": "2.0.7", diff --git a/package.json b/package.json index b21c8ce..6d2b8b5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "pino-std-serializers": "^6.2.2", "playwright": "^1.39.0", "process": "^0.11.10", - "process-warning": "^2.0.0", + "process-warning": "^2.3.0", "proxy-addr": "^2.0.7", "punycode": "^2.1.1", "quick-format-unescaped": "^4.0.4",