diff --git a/package-lock.json b/package-lock.json index c4892f0..494ecb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1878,14 +1878,14 @@ } }, "node_modules/@platformatic/config": { - "version": "2.32.0", - "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-2.32.0.tgz", - "integrity": "sha512-KoWDmrBuL9poK3hysUbklL7a9QWHJaVNRy0CiHhlM5uLP1TX+6wWEPGSaCvs0rvGSaIxAuPmA/GCzdt+gfRDjg==", + "version": "2.33.0", + "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-2.33.0.tgz", + "integrity": "sha512-+DHucZ4L7dKcLRCd7OpneSt8cfWJHFZN3mbah03eI40gHWvbAT5I/ZKl/CHxA8+O3CIO86l78vU2QV5MGPhk6Q==", "license": "Apache-2.0", "dependencies": { "@fastify/deepmerge": "^2.0.0", "@fastify/error": "^4.0.0", - "@platformatic/utils": "2.32.0", + "@platformatic/utils": "2.33.0", "abstract-logging": "^2.0.1", "ajv": "^8.12.0", "dotenv": "^16.4.5", @@ -1896,6 +1896,31 @@ "undici": "^7.0.0" } }, + "node_modules/@platformatic/config/node_modules/@platformatic/utils": { + "version": "2.33.0", + "resolved": "https://registry.npmjs.org/@platformatic/utils/-/utils-2.33.0.tgz", + "integrity": "sha512-DMs8i0OdzNyhD8l8RKaQ0BHnSdodlkilwFCGNMeR2aibwmm+oXbAuiptBrzFlLzvxLGBoT7/XYmFkPgdpJmIkQ==", + "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.0" + } + }, + "node_modules/@platformatic/config/node_modules/undici": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.0.tgz", + "integrity": "sha512-klt+0S55GBViA9nsq48/NSCo4YX5mjydjypxD7UmHh/brMu8h/Mhd/F7qAeoH2NOO8SDTk6kjnTFc4WpzmfYpQ==", + "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", @@ -2011,6 +2036,25 @@ "plt-service": "service.mjs" } }, + "node_modules/@platformatic/service/node_modules/@platformatic/config": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-2.32.0.tgz", + "integrity": "sha512-KoWDmrBuL9poK3hysUbklL7a9QWHJaVNRy0CiHhlM5uLP1TX+6wWEPGSaCvs0rvGSaIxAuPmA/GCzdt+gfRDjg==", + "license": "Apache-2.0", + "dependencies": { + "@fastify/deepmerge": "^2.0.0", + "@fastify/error": "^4.0.0", + "@platformatic/utils": "2.32.0", + "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.32.0", "resolved": "https://registry.npmjs.org/@platformatic/telemetry/-/telemetry-2.32.0.tgz",