From 36900db996d3718376ee5b402c43db49764cf8e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:37:12 +0000 Subject: [PATCH] fix(deps): update dependency @podium/client to v5.4.14 --- package-lock.json | 36 +++++------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32cf3f90..ddc30ed2 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.13", + "@podium/client": "5.4.14", "@podium/context": "5.1.11", "@podium/proxy": "5.0.37", "@podium/schemas": "5.2.1", @@ -1424,14 +1424,14 @@ } }, "node_modules/@podium/client": { - "version": "5.4.13", - "resolved": "https://registry.npmjs.org/@podium/client/-/client-5.4.13.tgz", - "integrity": "sha512-vnicCXBJdK/AnIW/e44CbMsvEbP7W7K5CN1R+X/bumcfcyV+y7JQaiGdhxsd6GH+HubjvIvzyuttuz/XDvP+jg==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/@podium/client/-/client-5.4.14.tgz", + "integrity": "sha512-4aEpZHegK+8hoEc3yhGaqE3qi2b6QtDKz9w50fN44whAhg/sF0nLXZ0r7a/YDOGP56g/Zrwfn6OfBKqt56lnAQ==", "license": "MIT", "dependencies": { "@hapi/boom": "10.0.1", "@metrics/client": "2.5.5", - "@podium/schemas": "5.2.0", + "@podium/schemas": "5.2.1", "@podium/utils": "5.6.0", "abslog": "2.4.4", "http-cache-semantics": "^4.0.3", @@ -1439,32 +1439,6 @@ "undici": "6.27.0" } }, - "node_modules/@podium/client/node_modules/@podium/schemas": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@podium/schemas/-/schemas-5.2.0.tgz", - "integrity": "sha512-Aj23G7Arh2bjDvyh8dWD1/ED8Hp8wYtA63GB3b69dXSd5//f5Eqgrvz81Y69Lt/BaUKNhzJQafRGJ7/gNFVwew==", - "license": "MIT", - "dependencies": { - "ajv": "8.18.0", - "ajv-formats": "3.0.1" - } - }, - "node_modules/@podium/client/node_modules/ajv": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", - "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "fast-uri": "^3.0.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, "node_modules/@podium/context": { "version": "5.1.11", "resolved": "https://registry.npmjs.org/@podium/context/-/context-5.1.11.tgz", diff --git a/package.json b/package.json index 6d2d0d08..1bb65d3c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@metrics/client": "2.5.5", - "@podium/client": "5.4.13", + "@podium/client": "5.4.14", "@podium/context": "5.1.11", "@podium/proxy": "5.0.37", "@podium/schemas": "5.2.1",