diff --git a/package-lock.json b/package-lock.json index 8bdfce7..127c62f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "escape-html": "1.0.3" }, "devDependencies": { - "@podium/client": "5.4.13", + "@podium/client": "5.4.15", "@podium/eslint-config": "1.0.21", "@podium/schemas": "5.2.1", "@podium/semantic-release-config": "3.0.6", @@ -1170,31 +1170,20 @@ } }, "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.15", + "resolved": "https://registry.npmjs.org/@podium/client/-/client-5.4.15.tgz", + "integrity": "sha512-duv27SBjM9CIIW3WgEMcRrk1JA8BP34pfyQasbJxuGy3Tr/Wy90hy+9NoYjStZOz3DSfigRFQzxnvHKAjivIVA==", "dev": true, "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", "ttl-mem-cache": "4.1.0", - "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==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.18.0", - "ajv-formats": "3.0.1" + "undici": "6.28.0" } }, "node_modules/@podium/eslint-config": { @@ -10788,9 +10777,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==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index ed4869c..095e289 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "types:test": "tsc --project tsconfig.test.json" }, "devDependencies": { - "@podium/client": "5.4.13", + "@podium/client": "5.4.15", "@podium/eslint-config": "1.0.21", "@podium/schemas": "5.2.1", "@podium/semantic-release-config": "3.0.6",