From dd21116c7c6d6636adc2feaf7c37249ddbce53a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:34:17 +0000 Subject: [PATCH] build(deps): bump yup in /frontend/benefit/applicant Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.3.0. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](https://github.com/jquense/yup/compare/v0.32.11...v1.3.0) --- updated-dependencies: - dependency-name: yup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/benefit/applicant/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/benefit/applicant/package.json b/frontend/benefit/applicant/package.json index 2d99673baa..b9c1895fdb 100644 --- a/frontend/benefit/applicant/package.json +++ b/frontend/benefit/applicant/package.json @@ -45,7 +45,7 @@ "snakecase-keys": "^5.4.2", "styled-components": "^5.3.1", "uuid": "^8.3.2", - "yup": "^0.32.9" + "yup": "^1.3.0" }, "devDependencies": { "eslint-config-adjunct": "^4.11.1",