Skip to content

Commit fbaf402

Browse files
Bump yup from 0.28.4 to 0.28.5 (#199)
Bumps [yup](https://github.com/jquense/yup) from 0.28.4 to 0.28.5. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](jquense/yup@v0.28.4...v0.28.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 31d0756 commit fbaf402

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.13.1",
3737
"styled-components": "^4.4.1",
3838
"tinytime": "^0.2.6",
39-
"yup": "^0.28.4"
39+
"yup": "^0.28.5"
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,10 +1166,10 @@
11661166
dependencies:
11671167
regenerator-runtime "^0.13.2"
11681168

1169-
"@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7":
1170-
version "7.9.2"
1171-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
1172-
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
1169+
"@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.6":
1170+
version "7.9.6"
1171+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
1172+
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
11731173
dependencies:
11741174
regenerator-runtime "^0.13.4"
11751175

@@ -6775,7 +6775,7 @@ [email protected], prop-types@^15.5.4, prop-types@^15.6.2, prop-types@^15.7.2:
67756775
object-assign "^4.1.1"
67766776
react-is "^16.8.1"
67776777

6778-
property-expr@^2.0.0:
6778+
property-expr@^2.0.2:
67796779
version "2.0.2"
67806780
resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-2.0.2.tgz#fff2a43919135553a3bc2fdd94bdb841965b2330"
67816781
integrity sha512-bc/5ggaYZxNkFKj374aLbEDqVADdYaLcFo8XBkishUWbaAdjlphaBFns9TvRA2pUseVL/wMFmui9X3IdNDU37g==
@@ -8760,15 +8760,15 @@ yargs-parser@^18.1.1:
87608760
camelcase "^5.0.0"
87618761
decamelize "^1.2.0"
87628762

8763-
yup@^0.28.4:
8764-
version "0.28.4"
8765-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.28.4.tgz#e8f0038df8260f26e90e2cf5c061eed193f94a74"
8766-
integrity sha512-mcIe+Oz/uEbbp+YgPY3udg22msRP6Ntm7l0LWov9FExRHvZMwwppPSK1ygRXtblu/tYBq3N+tonundeeY+sFJw==
8763+
yup@^0.28.5:
8764+
version "0.28.5"
8765+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.28.5.tgz#85cabb4000d3623ef69be81551190692e631a8a5"
8766+
integrity sha512-7JZcvpUGUxMKoaEtcoMEM8lCWRaueGNH/A3EhL/UWqfbFm3uloiI+x59Yq4nzhbbYWUTwAsCteaZOJ+VbqI1uw==
87678767
dependencies:
8768-
"@babel/runtime" "^7.8.7"
8768+
"@babel/runtime" "^7.9.6"
87698769
fn-name "~3.0.0"
87708770
lodash "^4.17.15"
87718771
lodash-es "^4.17.11"
8772-
property-expr "^2.0.0"
8772+
property-expr "^2.0.2"
87738773
synchronous-promise "^2.0.10"
87748774
toposort "^2.0.2"

0 commit comments

Comments
 (0)