From eb5769002579e42be3c4c3f30bf527aba6adf436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:32:43 +0000 Subject: [PATCH] dev: bump formik from 2.4.2 to 2.4.5 Bumps [formik](https://github.com/jaredpalmer/formik) from 2.4.2 to 2.4.5. - [Release notes](https://github.com/jaredpalmer/formik/releases) - [Commits](https://github.com/jaredpalmer/formik/compare/formik@2.4.2...formik@2.4.5) --- updated-dependencies: - dependency-name: formik dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cfc6aaeabc..1a49e77a1f 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "connected-react-router": "^6.9.3", "deep-diff": "^1.0.2", "focus-visible": "^5.2.0", - "formik": "^2.4.2", + "formik": "^2.4.5", "history": "^5.3.0", "jsqr": "^1.4.0", "leaflet": "^1.9.4", diff --git a/yarn.lock b/yarn.lock index b342f56ca2..22a665e5f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6776,11 +6776,12 @@ format@^0.2.0: resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= -formik@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/formik/-/formik-2.4.2.tgz#a1115457cfb012a5c782cea3ad4b40b2fe36fa18" - integrity sha512-C6nx0hifW2uENP3M6HpPmnAE6HFWCcd8/sqBZEOHZY6lpHJ5qehsfAy43ktpFLEmkBmhiZDei726utcUB9leqg== +formik@^2.4.5: + version "2.4.5" + resolved "https://registry.yarnpkg.com/formik/-/formik-2.4.5.tgz#f899b5b7a6f103a8fabb679823e8fafc7e0ee1b4" + integrity sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ== dependencies: + "@types/hoist-non-react-statics" "^3.3.1" deepmerge "^2.1.1" hoist-non-react-statics "^3.3.0" lodash "^4.17.21"