From 8a444ca5acc6c0ec7539d48044a157a307885c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:36:17 +0000 Subject: [PATCH] Bump yup from 1.4.0 to 1.6.1 in /functions Bumps [yup](https://github.com/jquense/yup) from 1.4.0 to 1.6.1. - [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/v1.4.0...v1.6.1) --- updated-dependencies: - dependency-name: yup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/package.json | 2 +- functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package.json b/functions/package.json index c40e3520c9..484969bad9 100644 --- a/functions/package.json +++ b/functions/package.json @@ -47,7 +47,7 @@ "semver": "^7.6.3", "stripe": "^16.11.0", "uuid": "^10.0.0", - "yup": "^1.4.0" + "yup": "^1.6.1" }, "devDependencies": { "@sentry/cli": "^2.39.1", diff --git a/functions/yarn.lock b/functions/yarn.lock index 9c06f9b183..ceff863775 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -10492,10 +10492,10 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -yup@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/yup/-/yup-1.4.0.tgz#898dcd660f9fb97c41f181839d3d65c3ee15a43e" - integrity sha512-wPbgkJRCqIf+OHyiTBQoJiP5PFuAXaWiJK6AmYkzQAh5/c2K9hzSApBZG5wV9KoKSePF7sAxmNSvh/13YHkFDg== +yup@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/yup/-/yup-1.6.1.tgz#8defcff9daaf9feac178029c0e13b616563ada4b" + integrity sha512-JED8pB50qbA4FOkDol0bYF/p60qSEDQqBD0/qeIrUCG1KbPBIQ776fCUNb9ldbPcSTxA69g/47XTo4TqWiuXOA== dependencies: property-expr "^2.0.5" tiny-case "^1.0.3"