File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 36
36
"react-dom" : " ^16.12.0" ,
37
37
"styled-components" : " ^4.4.1" ,
38
38
"tinytime" : " ^0.2.6" ,
39
- "yup" : " ^0.28.0 "
39
+ "yup" : " ^0.28.1 "
40
40
},
41
41
"devDependencies" : {
42
42
"babel-eslint" : " ^10.0.3" ,
Original file line number Diff line number Diff line change @@ -4597,6 +4597,11 @@ locate-path@^5.0.0:
4597
4597
dependencies :
4598
4598
p-locate "^4.1.0"
4599
4599
4600
+ lodash-es@^4.17.11 :
4601
+ version "4.17.15"
4602
+ resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
4603
+ integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
4604
+
4600
4605
lodash._reinterpolate@^3.0.0 :
4601
4606
version "3.0.0"
4602
4607
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -8138,14 +8143,15 @@ yargs-parser@^10.0.0:
8138
8143
dependencies :
8139
8144
camelcase "^4.1.0"
8140
8145
8141
- yup@^0.28.0 :
8142
- version "0.28.0 "
8143
- resolved "https://registry.yarnpkg.com/yup/-/yup-0.28.0 .tgz#fdc04d1a495465c83d3757a80c47616884baeddc "
8144
- integrity sha512-9ZmsB/PT6/m+oUKF8rT9lWhMMGfx5s/aNCCf8pMu/GEQA0Ro2tLOc+aX12GjfL67Vif5a3c7eZVuxGFqFScnJQ ==
8146
+ yup@^0.28.1 :
8147
+ version "0.28.1 "
8148
+ resolved "https://registry.yarnpkg.com/yup/-/yup-0.28.1 .tgz#60c0725be7057ed7a9ae61561333809332a63d47 "
8149
+ integrity sha512-xSHMZA7UyecSG/CCTDCtnYZMjBrYDR/C7hu0fMsZ6UcS/ngko4qCVFbw+CAmNtHlbItKkvQ3YXITODeTj/dUkw ==
8145
8150
dependencies :
8146
8151
" @babel/runtime" " ^7.0.0"
8147
8152
fn-name "~2.0.1"
8148
8153
lodash "^4.17.11"
8154
+ lodash-es "^4.17.11"
8149
8155
property-expr "^1.5.0"
8150
8156
synchronous-promise "^2.0.6"
8151
8157
toposort "^2.0.2"
You can’t perform that action at this time.
0 commit comments