Skip to content

Commit 1a73dd0

Browse files
fix(deps): update dependency yup to v1.6.1
1 parent dbead6b commit 1a73dd0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "5.2.2",
2424
"web-vitals": "3.5.0",
2525
"yarn": "^1.22.19",
26-
"yup": "1.0.2"
26+
"yup": "1.6.1"
2727
},
2828
"scripts": {
2929
"start": "yarn && react-scripts start",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10180,10 +10180,10 @@ yocto-queue@^0.1.0:
1018010180
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
1018110181
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1018210182

10183-
yup@1.0.2:
10184-
version "1.0.2"
10185-
resolved "https://registry.npmjs.org/yup/-/yup-1.0.2.tgz"
10186-
integrity sha512-Lpi8nITFKjWtCoK3yQP8MUk78LJmHWqbFd0OOMXTar+yjejlQ4OIIoZgnTW1bnEUKDw6dZBcy3/IdXnt2KDUow==
10183+
yup@1.6.1:
10184+
version "1.6.1"
10185+
resolved "https://registry.yarnpkg.com/yup/-/yup-1.6.1.tgz#8defcff9daaf9feac178029c0e13b616563ada4b"
10186+
integrity sha512-JED8pB50qbA4FOkDol0bYF/p60qSEDQqBD0/qeIrUCG1KbPBIQ776fCUNb9ldbPcSTxA69g/47XTo4TqWiuXOA==
1018710187
dependencies:
1018810188
property-expr "^2.0.5"
1018910189
tiny-case "^1.0.3"

0 commit comments

Comments
 (0)