From 8dacedc7a9b99f3bb4b9093a427725b93f422351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:22:15 +0000 Subject: [PATCH] Bump formik from 2.2.6 to 2.2.9 in /packages/dashboard Bumps [formik](https://github.com/formium/formik) from 2.2.6 to 2.2.9. - [Release notes](https://github.com/formium/formik/releases) - [Commits](https://github.com/formium/formik/compare/formik@2.2.6...formik@2.2.9) --- updated-dependencies: - dependency-name: formik dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index af17b8a5..6ad9d629 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -19,7 +19,7 @@ "dayjs": "1.10.5", "express-jwt": "6.0.0", "fast-levenshtein": "3.0.0", - "formik": "2.2.6", + "formik": "2.2.9", "http-status-codes": "2.1.4", "ky": "0.25.1", "next": "10.2.0",