From f08283ba4aaeb2f9b21b4e2cb910920355352e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:57:05 +0000 Subject: [PATCH] chore(deps): bump yup from 1.6.0 to 1.6.1 in /frontend Bumps [yup](https://github.com/jquense/yup) from 1.6.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.6.0...v1.6.1) --- updated-dependencies: - dependency-name: yup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d25ae472f..61ad572d9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -47,7 +47,7 @@ "typescript": "^5.7.2", "winston": "^3.17.0", "winston-cloudwatch": "^6.3.0", - "yup": "^1.6.0" + "yup": "^1.6.1" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", @@ -25115,9 +25115,9 @@ } }, "node_modules/yup": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/yup/-/yup-1.6.0.tgz", - "integrity": "sha512-/dny6arMf5CV6ZPAGpXYVw0wR8qcDF15H8zILTQWoRf6jHN1nJNFL1IAlFfUMlO7QGifMVHZle/l8YJdxtWfxg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/yup/-/yup-1.6.1.tgz", + "integrity": "sha512-JED8pB50qbA4FOkDol0bYF/p60qSEDQqBD0/qeIrUCG1KbPBIQ776fCUNb9ldbPcSTxA69g/47XTo4TqWiuXOA==", "dependencies": { "property-expr": "^2.0.5", "tiny-case": "^1.0.3", diff --git a/frontend/package.json b/frontend/package.json index 8287ed9e2..f5a90110b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "typescript": "^5.7.2", "winston": "^3.17.0", "winston-cloudwatch": "^6.3.0", - "yup": "^1.6.0" + "yup": "^1.6.1" }, "scripts": { "start": "react-scripts start",