From fb93aac85be0336fdc2f90d8534ea20df8b82b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Aug 2025 01:13:51 +0000 Subject: [PATCH] fix: upgrade yup from 1.6.1 to 1.7.0 Snyk has created this PR to upgrade yup from 1.6.1 to 1.7.0. See this package in npm: yup See this project in Snyk: https://app.snyk.io/org/ipanov/project/9bc91e9b-8a0a-4a80-82aa-ee747fe5069e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bfd9d0..5ea78f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "UrbanAI", + "name": "relock-npm-lock-v2-sCZQ17", "lockfileVersion": 3, "requires": true, "packages": { @@ -15,7 +15,7 @@ "react-redux": "^9.2.0", "react-router-dom": "^7.7.1", "styled-components": "^6.1.19", - "yup": "^1.6.1" + "yup": "^1.7.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.4", @@ -3688,9 +3688,10 @@ "dev": true }, "node_modules/yup": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/yup/-/yup-1.6.1.tgz", - "integrity": "sha512-JED8pB50qbA4FOkDol0bYF/p60qSEDQqBD0/qeIrUCG1KbPBIQ776fCUNb9ldbPcSTxA69g/47XTo4TqWiuXOA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/yup/-/yup-1.7.0.tgz", + "integrity": "sha512-VJce62dBd+JQvoc+fCVq+KZfPHr+hXaxCcVgotfwWvlR0Ja3ffYKaJBT8rptPOSKOGJDCUnW2C2JWpud7aRP6Q==", + "license": "MIT", "dependencies": { "property-expr": "^2.0.5", "tiny-case": "^1.0.3", diff --git a/package.json b/package.json index c8a00f7..8fabbd3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-redux": "^9.2.0", "react-router-dom": "^7.7.1", "styled-components": "^6.1.19", - "yup": "^1.6.1" + "yup": "^1.7.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.4",