From f430b6e605b3179f1dc61747694bc117033c6551 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 15:53:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35ab4216..06e5e5a1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "immer": ">=9.0.6", - "just-scripts": "^0.27.0", + "just-scripts": "^2.1.2", "marked": ">=4.0.10", "nth-check": ">=2.1.1", "tar": ">=6.1.9"