Skip to content

Commit f2f730f

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

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.7.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.7.1:
10184+
version "1.7.1"
10185+
resolved "https://registry.yarnpkg.com/yup/-/yup-1.7.1.tgz#4c47c6bb367df08d4bc597f8c4c4f5fc4277f6ab"
10186+
integrity sha512-GKHFX2nXul2/4Dtfxhozv701jLQHdf6J34YDh2cEkpqoo8le5Mg6/LrdseVLrFarmFygZTlfIhHx/QKfb/QWXw==
1018710187
dependencies:
1018810188
property-expr "^2.0.5"
1018910189
tiny-case "^1.0.3"

0 commit comments

Comments
 (0)