From 614161817de4b3e519ca6a7d220d9af121252c2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 02:13:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 990abbd..444fd2b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "babel-cli": "^6.14.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", "babel-preset-es2015": "^6.14.0", - "bcrypt": "^5.0.0", + "bcrypt": "^6.0.0", "body-parser": "^1.15.2", "config": "^1.21.0", "connect-sqlite3": "^0.9.8", @@ -30,8 +30,8 @@ "prosemirror-view": "^1.9.4", "q": "^1.4.1", "rss": "^1.2.1", - "sharp": "^0.25.4", - "sqlite3": "^4.0.0", + "sharp": "^0.26.0", + "sqlite3": "^5.0.3", "yarn": "^1.22.4" }, "scripts": {