diff --git a/package-lock.json b/package-lock.json index d29a669..091bb06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -762,23 +762,6 @@ "ws": "^8.16.0" } }, - "node_modules/@platformatic/authenticate/node_modules/@platformatic/config": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-1.33.0.tgz", - "integrity": "sha512-n7fPkW+hadcFWSw+HcZpBFH7YaRtGEexpGlQ8TDtPyKIsf5lHrUYZnJl2hMah2lBXIDmJy08V71bU6Nk+YzNyQ==", - "dependencies": { - "@fastify/deepmerge": "^1.3.0", - "@fastify/error": "^3.4.1", - "@platformatic/utils": "1.33.0", - "abstract-logging": "^2.0.1", - "ajv": "^8.12.0", - "dotenv": "^16.4.5", - "minimist": "^1.2.8", - "pupa": "^3.1.0", - "semver": "^7.6.0", - "undici": "^6.9.0" - } - }, "node_modules/@platformatic/client": { "version": "1.36.1", "resolved": "https://registry.npmjs.org/@platformatic/client/-/client-1.36.1.tgz", @@ -811,18 +794,6 @@ "undici": "^6.9.0" } }, - "node_modules/@platformatic/config/node_modules/@platformatic/utils": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/@platformatic/utils/-/utils-1.36.1.tgz", - "integrity": "sha512-Lcz3fL+B8uQnDTwaIekc3F/002wIdieh9nZa1BNseTvvCWJdyWeLhHtVqFOX4Qdn0sXzRCyxwirQG4kvRd+R1w==", - "dependencies": { - "@fastify/deepmerge": "^1.3.0", - "@fastify/error": "^3.4.1", - "leven": "~3.1.0", - "minimatch": "^8.0.4", - "undici": "^6.9.0" - } - }, "node_modules/@platformatic/generators": { "version": "1.36.1", "resolved": "https://registry.npmjs.org/@platformatic/generators/-/generators-1.36.1.tgz", @@ -898,23 +869,6 @@ "plt-service": "service.mjs" } }, - "node_modules/@platformatic/service/node_modules/@platformatic/config": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-1.33.0.tgz", - "integrity": "sha512-n7fPkW+hadcFWSw+HcZpBFH7YaRtGEexpGlQ8TDtPyKIsf5lHrUYZnJl2hMah2lBXIDmJy08V71bU6Nk+YzNyQ==", - "dependencies": { - "@fastify/deepmerge": "^1.3.0", - "@fastify/error": "^3.4.1", - "@platformatic/utils": "1.33.0", - "abstract-logging": "^2.0.1", - "ajv": "^8.12.0", - "dotenv": "^16.4.5", - "minimist": "^1.2.8", - "pupa": "^3.1.0", - "semver": "^7.6.0", - "undici": "^6.9.0" - } - }, "node_modules/@platformatic/telemetry": { "version": "1.36.1", "resolved": "https://registry.npmjs.org/@platformatic/telemetry/-/telemetry-1.36.1.tgz", @@ -6947,11 +6901,11 @@ } }, "node_modules/undici": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.13.0.tgz", - "integrity": "sha512-Q2rtqmZWrbP8nePMq7mOJIN98M0fYvSgV89vwl/BQRT4mDOeY2GXZngfGpcBBhtky3woM7G24wZV3Q304Bv6cw==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.14.0.tgz", + "integrity": "sha512-esJ/x2QU5boTG6thdA0o4qP3cv/oPx9mcQGcp8TAHI+ZBTa0EvM9Jiyp0ILdPGLGxs5HATTKrJqAK+YhrSFicg==", "engines": { - "node": ">=18.0" + "node": ">=18.17" } }, "node_modules/undici-types": {