From 0b437222ccd91b2e4bd448513938e47aed92a14b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 04:28:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cf7311..30d5d73 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@fullhuman/postcss-purgecss": "^2.3.0", "@sanity/cli": "^2.0.5", - "lerna": "^3.22.1", + "lerna": "^6.5.0", "postcss-preset-env": "^6.7.0", "tailwindcss": "^1.5.2" }