diff --git a/package-lock.json b/package-lock.json index 2115648..3d93618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "llmatic", - "version": "0.4.238", + "version": "0.4.239", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "llmatic", - "version": "0.4.238", + "version": "0.4.239", "license": "MIT", "dependencies": { "@fastify/static": "^7.0.1", @@ -18,8 +18,8 @@ "awilix": "^10.0.1", "commander": "^12.0.0", "fastify": "^4.26.2", - "fastify-openapi-glue": "^4.4.3", - "glob": "^10.3.10", + "fastify-openapi-glue": "^4.5.0", + "glob": "^10.3.12", "llama-node": "^0.1.6", "nodejs-file-downloader": "^4.12.1", "short-uuid": "^4.2.2", @@ -1726,16 +1726,18 @@ ] }, "node_modules/@seriousme/openapi-schema-validator": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@seriousme/openapi-schema-validator/-/openapi-schema-validator-2.1.5.tgz", - "integrity": "sha512-SXkWGGaIlPKetdV+cfJc0bUm6l/CPsLrvoOGxX7Ke/AtP3hCFdvVbo+4uHKt9dQzKDZryDxlHMU2P9j8b5IsMA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@seriousme/openapi-schema-validator/-/openapi-schema-validator-2.2.1.tgz", + "integrity": "sha512-I+6l2vZ4qx+RyUo8GNnIbeqbv5ao1enSdNFPJ7x3slIVLU8aSBf228qpo+6iNWbRMK4ktF91jsv5KN7PpaJQtg==", "dependencies": { "ajv": "^8.12.0", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.0", + "minimist": "^1.2.8" }, "bin": { + "bundle-api": "bin/bundle-api-cli.js", "validate-api": "bin/validate-api-cli.js" } }, @@ -4073,11 +4075,11 @@ } }, "node_modules/fastify-openapi-glue": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/fastify-openapi-glue/-/fastify-openapi-glue-4.4.3.tgz", - "integrity": "sha512-Pq3leX7JSINlFXUxL+0wVT2o9w2ZdB48k36ZsodBSVwErMli/V1tBPu8kaUNaYiAYC+oXJPUsU5ElSahU8cZBw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fastify-openapi-glue/-/fastify-openapi-glue-4.5.0.tgz", + "integrity": "sha512-ynmdpV8F17TUs3tdLuicM0nprHF+qQ4S3CYpQJcmkqFyeVrk1AltwOUJ64qmCGXy8K0an+DXlsvTLcDnX6nd9Q==", "dependencies": { - "@seriousme/openapi-schema-validator": "^2.1.5", + "@seriousme/openapi-schema-validator": "^2.2.1", "fastify-plugin": "^4.5.1", "js-yaml": "^4.1.0", "minimist": "^1.2.8" @@ -4401,15 +4403,15 @@ } }, "node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "version": "10.3.12", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz", + "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==", "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", + "jackspeak": "^2.3.6", "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "minipass": "^7.0.4", + "path-scurry": "^1.10.2" }, "bin": { "glob": "dist/esm/bin.mjs" @@ -6701,11 +6703,11 @@ "dev": true }, "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz", + "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==", "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { @@ -6716,9 +6718,9 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", "engines": { "node": "14 || >=16.14" } diff --git a/package.json b/package.json index c29551c..e52891b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llmatic", - "version": "0.4.238", + "version": "0.4.239", "description": "Use self-hosted LLMs with an OpenAI compatible API", "exports": { "./llm-adapter": { @@ -64,8 +64,8 @@ "awilix": "^10.0.1", "commander": "^12.0.0", "fastify": "^4.26.2", - "fastify-openapi-glue": "^4.4.3", - "glob": "^10.3.10", + "fastify-openapi-glue": "^4.5.0", + "glob": "^10.3.12", "llama-node": "^0.1.6", "nodejs-file-downloader": "^4.12.1", "short-uuid": "^4.2.2",