Skip to content

Commit e258c61

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

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.5.0"
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.5.0:
10184+
version "1.5.0"
10185+
resolved "https://registry.yarnpkg.com/yup/-/yup-1.5.0.tgz#1aaa5e453f04424094b9c8a0e5292e0ac2d97246"
10186+
integrity sha512-NJfBIHnp1QbqZwxcgl6irnDMIsb/7d1prNhFx02f1kp8h+orpi4xs3w90szNpOh68a/iHPdMsYvhZWoDmUvXBQ==
1018710187
dependencies:
1018810188
property-expr "^2.0.5"
1018910189
tiny-case "^1.0.3"

0 commit comments

Comments
 (0)