From 63222ab6ce9049209d20875e4fa1701c6be3596d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 08:41:55 +0000 Subject: [PATCH] fix: upgrade yup from 0.32.9 to 0.32.11 Snyk has created this PR to upgrade yup from 0.32.9 to 0.32.11. See this package in npm: yup See this project in Snyk: https://app.snyk.io/org/victorcmarinho/project/5a6b3cb7-4960-4017-8c0c-b5de7cd46e5e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e42679c..f22b497 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "workbox-routing": "^6.1.5", "workbox-strategies": "^6.1.5", "workbox-streams": "^6.1.5", - "yup": "^0.32.9" + "yup": "^0.32.11" }, "devDependencies": { "@storybook/addon-actions": "^6.3.0",