From 3a0bbf932f4b9c6178ba95f1d91e137ab91b629e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Sep 2024 04:34:46 +0000 Subject: [PATCH] fix: upgrade ollama from 0.5.0 to 0.5.8 Snyk has created this PR to upgrade ollama from 0.5.0 to 0.5.8. See this package in npm: ollama See this project in Snyk: https://app.snyk.io/org/pierregode/project/ebc2b152-2216-40c3-83f2-aa2e1231e17f?utm_source=github&utm_medium=referral&page=upgrade-pr --- installer/client/gui/package-lock.json | 9 +++++---- installer/client/gui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/installer/client/gui/package-lock.json b/installer/client/gui/package-lock.json index 13be934c0..563cb13b9 100644 --- a/installer/client/gui/package-lock.json +++ b/installer/client/gui/package-lock.json @@ -13,7 +13,7 @@ "axios": "^1.6.7", "mammoth": "^1.6.0", "node-fetch": "^2.6.7", - "ollama": "^0.5.0", + "ollama": "^0.5.8", "pdf-parse": "^1.1.1", "unzipper": "^0.10.14" }, @@ -1250,9 +1250,10 @@ } }, "node_modules/ollama": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.0.tgz", - "integrity": "sha512-CRtRzsho210EGdK52GrUMohA2pU+7NbgEaBG3DcYeRmvQthDO7E2LHOkLlUUeaYUlNmEd8icbjC02ug9meSYnw==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.8.tgz", + "integrity": "sha512-frBGdfSV34i7JybLZUeyCYDx0CMyDiG4On8xOK+cNRWM04HImhoWgIMpF4p7vTkQumadbSxOteR7SZyKqNmOXg==", + "license": "MIT", "dependencies": { "whatwg-fetch": "^3.6.20" } diff --git a/installer/client/gui/package.json b/installer/client/gui/package.json index 975c6ee46..4bea78258 100644 --- a/installer/client/gui/package.json +++ b/installer/client/gui/package.json @@ -18,7 +18,7 @@ "axios": "^1.6.7", "mammoth": "^1.6.0", "node-fetch": "^2.6.7", - "ollama": "^0.5.0", + "ollama": "^0.5.8", "pdf-parse": "^1.1.1", "unzipper": "^0.10.14" }