From e1afa8757fcf5882822d2da68f344699629c526b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2024 09:18:29 +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 9eb86a8a..0f45f6f0 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "react-dom": "^18.2.0", "react-is": "^18.2.0", "rimraf": "^5.0.5", - "sanity": "^3.30.0", + "sanity": "^3.31.0", "styled-components": "^6.1.8", "typescript": "^5.3.3", "yalc": "1.0.0-pre.53"