diff --git a/package-lock.json b/package-lock.json index ecf6c964..39e9f6f2 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.14", + "@podium/client": "5.4.15", "@podium/context": "5.1.11", "@podium/proxy": "5.0.37", "@podium/schemas": "5.2.1", @@ -1424,9 +1424,9 @@ } }, "node_modules/@podium/client": { - "version": "5.4.14", - "resolved": "https://registry.npmjs.org/@podium/client/-/client-5.4.14.tgz", - "integrity": "sha512-4aEpZHegK+8hoEc3yhGaqE3qi2b6QtDKz9w50fN44whAhg/sF0nLXZ0r7a/YDOGP56g/Zrwfn6OfBKqt56lnAQ==", + "version": "5.4.15", + "resolved": "https://registry.npmjs.org/@podium/client/-/client-5.4.15.tgz", + "integrity": "sha512-duv27SBjM9CIIW3WgEMcRrk1JA8BP34pfyQasbJxuGy3Tr/Wy90hy+9NoYjStZOz3DSfigRFQzxnvHKAjivIVA==", "license": "MIT", "dependencies": { "@hapi/boom": "10.0.1", @@ -1436,7 +1436,7 @@ "abslog": "2.4.4", "http-cache-semantics": "^4.0.3", "ttl-mem-cache": "4.1.0", - "undici": "6.27.0" + "undici": "6.28.0" } }, "node_modules/@podium/context": { @@ -13069,9 +13069,9 @@ } }, "node_modules/undici": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", - "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 55105857..d50640b3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@metrics/client": "2.5.5", - "@podium/client": "5.4.14", + "@podium/client": "5.4.15", "@podium/context": "5.1.11", "@podium/proxy": "5.0.37", "@podium/schemas": "5.2.1",