From 5dc06bcfb76fd82887e9d83a3e95d4b7e381c3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 02:59:48 +0000 Subject: [PATCH] chore(deps): bump formik from 2.4.2 to 2.4.5 in /ui 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] --- ui/package-lock.json | 16 +++++++++------- ui/package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index c207942a24..4a3b960c1a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22,7 +22,7 @@ "buffer": "^6.0.3", "date-fns": "^2.30.0", "dotenv": "^16.3.1", - "formik": "^2.4.2", + "formik": "^2.4.5", "highlight.js": "^11.8.0", "lodash": "^4.17.21", "moment": "^2.29.4", @@ -7231,9 +7231,9 @@ } }, "node_modules/formik": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/formik/-/formik-2.4.2.tgz", - "integrity": "sha512-C6nx0hifW2uENP3M6HpPmnAE6HFWCcd8/sqBZEOHZY6lpHJ5qehsfAy43ktpFLEmkBmhiZDei726utcUB9leqg==", + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/formik/-/formik-2.4.5.tgz", + "integrity": "sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==", "funding": [ { "type": "individual", @@ -7241,6 +7241,7 @@ } ], "dependencies": { + "@types/hoist-non-react-statics": "^3.3.1", "deepmerge": "^2.1.1", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.21", @@ -18106,10 +18107,11 @@ } }, "formik": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/formik/-/formik-2.4.2.tgz", - "integrity": "sha512-C6nx0hifW2uENP3M6HpPmnAE6HFWCcd8/sqBZEOHZY6lpHJ5qehsfAy43ktpFLEmkBmhiZDei726utcUB9leqg==", + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/formik/-/formik-2.4.5.tgz", + "integrity": "sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==", "requires": { + "@types/hoist-non-react-statics": "^3.3.1", "deepmerge": "^2.1.1", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.21", diff --git a/ui/package.json b/ui/package.json index b0c56d97c8..73b8205065 100644 --- a/ui/package.json +++ b/ui/package.json @@ -26,7 +26,7 @@ "buffer": "^6.0.3", "date-fns": "^2.30.0", "dotenv": "^16.3.1", - "formik": "^2.4.2", + "formik": "^2.4.5", "highlight.js": "^11.8.0", "lodash": "^4.17.21", "moment": "^2.29.4",