diff --git a/package-lock.json b/package-lock.json index 152940f..deaf2ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@reach/visually-hidden": "^0.18.0", "airtable": "^0.12.2", "classnames": "^2.5.1", - "formik": "^2.4.5", + "formik": "^2.4.6", "isomorphic-unfetch": "^4.0.2", "next": "12.3.1", "react": "17.0.2", @@ -1271,9 +1271,9 @@ } }, "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", @@ -3849,9 +3849,9 @@ } }, "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==", "requires": { "@types/hoist-non-react-statics": "^3.3.1", "deepmerge": "^2.1.1", diff --git a/package.json b/package.json index 12b08e8..5303067 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@reach/visually-hidden": "^0.18.0", "airtable": "^0.12.2", "classnames": "^2.5.1", - "formik": "^2.4.5", + "formik": "^2.4.6", "isomorphic-unfetch": "^4.0.2", "next": "12.3.1", "react": "17.0.2",