Skip to content

Commit 2a206aa

Browse files
Bump yup from 0.28.0 to 0.28.1 (#171)
Bumps [yup](https://github.com/jquense/yup) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](jquense/yup@v0.28.0...v0.28.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4ac10e1 commit 2a206aa

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-dom": "^16.12.0",
3737
"styled-components": "^4.4.1",
3838
"tinytime": "^0.2.6",
39-
"yup": "^0.28.0"
39+
"yup": "^0.28.1"
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "^10.0.3",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4597,6 +4597,11 @@ locate-path@^5.0.0:
45974597
dependencies:
45984598
p-locate "^4.1.0"
45994599

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+
46004605
lodash._reinterpolate@^3.0.0:
46014606
version "3.0.0"
46024607
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -8138,14 +8143,15 @@ yargs-parser@^10.0.0:
81388143
dependencies:
81398144
camelcase "^4.1.0"
81408145

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==
81458150
dependencies:
81468151
"@babel/runtime" "^7.0.0"
81478152
fn-name "~2.0.1"
81488153
lodash "^4.17.11"
8154+
lodash-es "^4.17.11"
81498155
property-expr "^1.5.0"
81508156
synchronous-promise "^2.0.6"
81518157
toposort "^2.0.2"

0 commit comments

Comments
 (0)