diff --git a/package-lock.json b/package-lock.json index 1fd7898..bb983a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1893,14 +1893,14 @@ } }, "node_modules/@platformatic/config": { - "version": "2.35.1", - "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-2.35.1.tgz", - "integrity": "sha512-Vn7DtWaGYGqRn0pdoVS84oBH2eB9ZnVbIZjkbrr/Ie71Sc1lYzW3Dc8zeSVgMCM26yJEx3vIsDK53BDZj3YCDg==", + "version": "2.36.1", + "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-2.36.1.tgz", + "integrity": "sha512-c34vaQi9+xa6XxNvpliogACOaQbNBB4qn2bLSsRrde4OZkqkIVkUcUDKR6vx40Vz7HdBAm0Z9uHWWdKqY0E3Sw==", "license": "Apache-2.0", "dependencies": { "@fastify/deepmerge": "^2.0.0", "@fastify/error": "^4.0.0", - "@platformatic/utils": "2.35.1", + "@platformatic/utils": "2.36.1", "abstract-logging": "^2.0.1", "ajv": "^8.12.0", "dotenv": "^16.4.5", @@ -1911,6 +1911,31 @@ "undici": "^7.0.0" } }, + "node_modules/@platformatic/config/node_modules/@platformatic/utils": { + "version": "2.36.1", + "resolved": "https://registry.npmjs.org/@platformatic/utils/-/utils-2.36.1.tgz", + "integrity": "sha512-PT3nsoj9+ESpjVLlAqmXkcRsY1/IO9qDxq7ZZkMUoH6fpOySg+ARUB33oreYyQAyWU8GEkYzezsLfaA7vE1unA==", + "license": "Apache-2.0", + "dependencies": { + "@fastify/deepmerge": "^2.0.0", + "@fastify/error": "^4.0.0", + "@watchable/unpromise": "^1.0.2", + "boring-name-generator": "^1.0.3", + "leven": "~3.1.0", + "minimatch": "^8.0.4", + "semver": "^7.6.3", + "undici": "7.2.1" + } + }, + "node_modules/@platformatic/config/node_modules/undici": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.1.tgz", + "integrity": "sha512-U2k0XHLJfaciARRxDcqTk2AZQsGXerHzdvfCZcy1hNhSf5KCAF4jIQQxL+apQviOekhRFPqED6Of5/+LcUSLzQ==", + "license": "MIT", + "engines": { + "node": ">=20.18.1" + } + }, "node_modules/@platformatic/fastify-http-metrics": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@platformatic/fastify-http-metrics/-/fastify-http-metrics-0.2.0.tgz", @@ -2026,6 +2051,25 @@ "plt-service": "service.mjs" } }, + "node_modules/@platformatic/service/node_modules/@platformatic/config": { + "version": "2.35.1", + "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-2.35.1.tgz", + "integrity": "sha512-Vn7DtWaGYGqRn0pdoVS84oBH2eB9ZnVbIZjkbrr/Ie71Sc1lYzW3Dc8zeSVgMCM26yJEx3vIsDK53BDZj3YCDg==", + "license": "Apache-2.0", + "dependencies": { + "@fastify/deepmerge": "^2.0.0", + "@fastify/error": "^4.0.0", + "@platformatic/utils": "2.35.1", + "abstract-logging": "^2.0.1", + "ajv": "^8.12.0", + "dotenv": "^16.4.5", + "jsonpath": "^1.1.1", + "minimist": "^1.2.8", + "pupa": "^3.1.0", + "semver": "^7.6.0", + "undici": "^7.0.0" + } + }, "node_modules/@platformatic/telemetry": { "version": "2.35.1", "resolved": "https://registry.npmjs.org/@platformatic/telemetry/-/telemetry-2.35.1.tgz",