From f7a82e11b2fe3b82cf9950e2701b8359689db51b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jun 2020 05:10:29 +0000 Subject: [PATCH] fix: upgrade yup from 0.28.1 to 0.28.5 Snyk has created this PR to upgrade yup from 0.28.1 to 0.28.5. See this package in NPM: https://www.npmjs.com/package/yup See this project in Snyk: https://app.snyk.io/org/jaredpalmer/project/3f94991b-0d4a-476e-9ab0-3ad2942c61fb?utm_source=github&utm_medium=upgrade-pr --- examples/instant-feedback/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/instant-feedback/package.json b/examples/instant-feedback/package.json index 8ce98b0c4..6dc21cc99 100644 --- a/examples/instant-feedback/package.json +++ b/examples/instant-feedback/package.json @@ -8,7 +8,7 @@ "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "3.3.0", - "yup": "0.28.1" + "yup": "0.28.5" }, "prettier": { "trailingComma": "es5",