From a4fd1fd98a6e5d5a29a2f438e445d6c2c120e763 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Sep 2022 07:41:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TERSER-2806366 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41bbac2..fe4c90b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "koa-route": "^3.1.0", "koa-socket": "^4.4.0", "koa-static": "^5.0.0", - "lasso": "^3.2.4", + "lasso": "^4.0.0", "lasso-less": "^3.0.1", "lasso-marko": "^2.4.0", "lasso-stylus": "^2.0.0",