From 7e94adaab891a4a20e63230e3f37ddd8a57bc697 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Aug 2023 01:11:09 +0000 Subject: [PATCH] 0.4.74 --- package-lock.json | 20 ++++++++++---------- package.json | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index d19df4b..9add4c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "llmatic", - "version": "0.4.73", + "version": "0.4.74", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "llmatic", - "version": "0.4.73", + "version": "0.4.74", "license": "MIT", "dependencies": { "@fastify/static": "^6.10.2", @@ -35,7 +35,7 @@ "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/js-yaml": "^4.0.5", - "@types/node": "^20.5.3", + "@types/node": "^20.5.4", "@types/swagger-ui-dist": "^3.30.1", "@types/traverse": "^0.6.32", "@typescript-eslint/eslint-plugin": "^6.4.1", @@ -50,7 +50,7 @@ "http-status-codes": "^2.2.0", "jsonpath-plus": "^7.2.0", "nodemon": "^3.0.1", - "npm-check-updates": "^16.13.0", + "npm-check-updates": "^16.13.1", "prettier": "^3.0.2", "quicktype-core": "^23.0.71", "tsup": "^7.2.0", @@ -1764,9 +1764,9 @@ } }, "node_modules/@types/node": { - "version": "20.5.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.3.tgz", - "integrity": "sha512-ITI7rbWczR8a/S6qjAW7DMqxqFMjjTo61qZVWJ1ubPvbIQsL5D/TvwjYEalM8Kthpe3hTzOGrF2TGbAu2uyqeA==" + "version": "20.5.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.4.tgz", + "integrity": "sha512-Y9vbIAoM31djQZrPYjpTLo0XlaSwOIsrlfE3LpulZeRblttsLQRFRlBAppW0LOxyT3ALj2M5vU1ucQQayQH3jA==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -5603,9 +5603,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.13.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.0.tgz", - "integrity": "sha512-zTJCqov2+KpCLM7lOOxXLFiqKg8RLt10dempIbE9EfKCzoN1yqSrDcBCpU6uOmlSRy3IIGm1rK+piCrn+uulJw==", + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.1.tgz", + "integrity": "sha512-RIKBemiyAOEAUfzgYzDffLQwXI/Zo4CMSGHtup9fUoBpHqPNtD0pPFjpxDnt/sFpGiV5iANdE2Ck6xOxuQFfJg==", "dev": true, "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 79622d7..e7cf504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llmatic", - "version": "0.4.73", + "version": "0.4.74", "description": "Use self-hosted LLMs with an OpenAI compatible API", "exports": { "./llm-adapter": { @@ -77,7 +77,7 @@ "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/js-yaml": "^4.0.5", - "@types/node": "^20.5.3", + "@types/node": "^20.5.4", "@types/swagger-ui-dist": "^3.30.1", "@types/traverse": "^0.6.32", "@typescript-eslint/eslint-plugin": "^6.4.1", @@ -92,7 +92,7 @@ "http-status-codes": "^2.2.0", "jsonpath-plus": "^7.2.0", "nodemon": "^3.0.1", - "npm-check-updates": "^16.13.0", + "npm-check-updates": "^16.13.1", "prettier": "^3.0.2", "quicktype-core": "^23.0.71", "tsup": "^7.2.0",