diff --git a/package-lock.json b/package-lock.json index 883f5bfca..9420a4e46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tanstack/react-query": "^5.32.1", "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", @@ -6535,15 +6535,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 ae847463a..81501c941 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@tanstack/react-query": "5.32.1", "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",