From e90ea9ff9de0847b54c2dbdb81a767750e62e475 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 05:10:40 +0000 Subject: [PATCH] fix: upgrade formik from 2.4.5 to 2.4.6 Snyk has created this PR to upgrade formik from 2.4.5 to 2.4.6. See this package in npm: formik See this project in Snyk: https://app.snyk.io/org/p0nder0sa/project/cb630462-9037-45bc-ba1d-8725dd896c3c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f59b6466..98fca2aad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tanstack/react-query": "5.29.2", "cookies-next": "4.1.1", "date-fns": "3.6.0", - "formik": "2.4.5", + "formik": "^2.4.6", "i18next": "23.11.5", "markdown-to-jsx": "7.4.7", "next": "14.2.3", @@ -6533,15 +6533,16 @@ } }, "node_modules/formik": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/formik/-/formik-2.4.5.tgz", - "integrity": "sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==", + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/formik/-/formik-2.4.6.tgz", + "integrity": "sha512-A+2EI7U7aG296q2TLGvNapDNTZp1khVt5Vk0Q/fyfSROss0V/V6+txt2aJnwEos44IxTCW/LYAi/zgWzlevj+g==", "funding": [ { "type": "individual", "url": "https://opencollective.com/formik" } ], + "license": "Apache-2.0", "dependencies": { "@types/hoist-non-react-statics": "^3.3.1", "deepmerge": "^2.1.1", diff --git a/package.json b/package.json index 922700866..5cdd3be93 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@tanstack/react-query": "5.29.2", "cookies-next": "4.1.1", "date-fns": "3.6.0", - "formik": "2.4.5", + "formik": "2.4.6", "i18next": "23.11.5", "markdown-to-jsx": "7.4.7", "next": "14.2.3",