From 26922572a700c5604b86fb6c9b28eabdf27c848f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:06:21 +0000 Subject: [PATCH] Bump process-warning from 2.3.1 to 2.3.2 Bumps [process-warning](https://github.com/fastify/process-warning) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/fastify/process-warning/releases) - [Commits](https://github.com/fastify/process-warning/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: process-warning dependency-type: direct:production update-type: version-update:semver-patch ... 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 d47cf6e..895d284 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "pino-std-serializers": "^6.2.2", "playwright": "^1.40.1", "process": "^0.11.10", - "process-warning": "^2.3.1", + "process-warning": "^2.3.2", "proxy-addr": "^2.0.7", "punycode": "^2.3.1", "quick-format-unescaped": "^4.0.4", @@ -3774,9 +3774,9 @@ } }, "node_modules/process-warning": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.1.tgz", - "integrity": "sha512-JjBvFEn7MwFbzUDa2SRtKJSsyO0LlER4V/FmwLMhBlXNbGgGxdyFCxIdMDLerWUycsVUyaoM9QFLvppFy4IWaQ==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.2.tgz", + "integrity": "sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA==" }, "node_modules/proxy-addr": { "version": "2.0.7", diff --git a/package.json b/package.json index 05e914a..503a240 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "pino-std-serializers": "^6.2.2", "playwright": "^1.40.1", "process": "^0.11.10", - "process-warning": "^2.3.1", + "process-warning": "^2.3.2", "proxy-addr": "^2.0.7", "punycode": "^2.3.1", "quick-format-unescaped": "^4.0.4",