From a22012b5a47343178e893279292ce059eb594ac1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 03:13:29 +0000 Subject: [PATCH] fix(deps): update dependency @podium/client to v5.4.16 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74ea1855..52290b27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@metrics/client": "2.5.5", - "@podium/client": "5.4.15", + "@podium/client": "5.4.16", "@podium/context": "5.1.11", "@podium/proxy": "5.0.37", "@podium/schemas": "5.2.1", @@ -1401,9 +1401,9 @@ } }, "node_modules/@podium/client": { - "version": "5.4.15", - "resolved": "https://registry.npmjs.org/@podium/client/-/client-5.4.15.tgz", - "integrity": "sha512-duv27SBjM9CIIW3WgEMcRrk1JA8BP34pfyQasbJxuGy3Tr/Wy90hy+9NoYjStZOz3DSfigRFQzxnvHKAjivIVA==", + "version": "5.4.16", + "resolved": "https://registry.npmjs.org/@podium/client/-/client-5.4.16.tgz", + "integrity": "sha512-Tjt9EdnR1Q9k77yqsygJS/vpBwQCNHeKAYGnUChU0URJqZgnJWgkDXBUkDXVLtX9p19fsQQEyjZexu1nYohsvw==", "license": "MIT", "dependencies": { "@hapi/boom": "10.0.1", @@ -1413,7 +1413,7 @@ "abslog": "2.4.4", "http-cache-semantics": "^4.0.3", "ttl-mem-cache": "4.1.0", - "undici": "6.28.0" + "undici": "6.28.1" } }, "node_modules/@podium/context": { @@ -13026,9 +13026,9 @@ } }, "node_modules/undici": { - "version": "6.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", - "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", + "version": "6.28.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.1.tgz", + "integrity": "sha512-zWpdTVD54H48CIybL0rWQ3ukpb9d23wM7eH5RtfdmeP70cWHNjtfo7P4vZX+5CoDcO53J4Pu5uXp7lNfjc6DRA==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 80b64f92..aa31f274 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@metrics/client": "2.5.5", - "@podium/client": "5.4.15", + "@podium/client": "5.4.16", "@podium/context": "5.1.11", "@podium/proxy": "5.0.37", "@podium/schemas": "5.2.1",