diff --git a/package-lock.json b/package-lock.json index 7a1a95d..d19df4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "llmatic", - "version": "0.4.72", + "version": "0.4.73", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "llmatic", - "version": "0.4.72", + "version": "0.4.73", "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.1", + "@types/node": "^20.5.3", "@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.12.3", + "npm-check-updates": "^16.13.0", "prettier": "^3.0.2", "quicktype-core": "^23.0.71", "tsup": "^7.2.0", @@ -1764,9 +1764,9 @@ } }, "node_modules/@types/node": { - "version": "20.5.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz", - "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==" + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.3.tgz", + "integrity": "sha512-ITI7rbWczR8a/S6qjAW7DMqxqFMjjTo61qZVWJ1ubPvbIQsL5D/TvwjYEalM8Kthpe3hTzOGrF2TGbAu2uyqeA==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -5603,9 +5603,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.12.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.12.3.tgz", - "integrity": "sha512-oF6kwb5d0HzMpDA5Xt8Ah8LyEkYPI40tBwv1hPs43BMGHqh2Abah+KBp1RJLnIsb8Hjy0DY4yzQrm/qLjL2UCA==", + "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==", "dev": true, "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index c08ad69..79622d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llmatic", - "version": "0.4.72", + "version": "0.4.73", "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.1", + "@types/node": "^20.5.3", "@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.12.3", + "npm-check-updates": "^16.13.0", "prettier": "^3.0.2", "quicktype-core": "^23.0.71", "tsup": "^7.2.0",