From 200edaa790c944f7f448d3a29d082a284a06633f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 08:10:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 096345084e..f69a7ca067 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "flatten.js": "0.1.0", "handlebars": "~2.0.0-alpha.2", "jade": "~1.4.2", - "less": "~1.7.3", + "less": "~2.7.0", "lynx": "~0.1.1", "lz-string": "~1.3.3", "memcached": "git://github.com/3rd-Eden/node-memcached#10733b0e487793dde1d3a4f9201b1ec41c0be0c6", @@ -63,7 +63,7 @@ "semver": "^5.0.3", "snyk": "^1.12.0", "soak": "0.3.0", - "sqlite3": "~2.2.0", + "sqlite3": "~5.0.3", "stripe": "~2.7.3", "stylus": "^0.47.1", "undefsafe": "0.0.3",