Skip to content

Commit 3fa2f33

Browse files
Bump yup from 0.29.1 to 0.29.2
Bumps [yup](https://github.com/jquense/yup) from 0.29.1 to 0.29.2. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](jquense/yup@v0.29.1...v0.29.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e92956d commit 3fa2f33

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.29.1"
39+
"yup": "^0.29.2"
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 14 additions & 14 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.9.2", "@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==
1169+
"@babel/runtime@^7.10.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.9.2":
1170+
version "7.10.5"
1171+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c"
1172+
integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==
11731173
dependencies:
11741174
regenerator-runtime "^0.13.4"
11751175

@@ -8079,10 +8079,10 @@ svg-tags@^1.0.0:
80798079
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
80808080
integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
80818081

8082-
synchronous-promise@^2.0.10:
8083-
version "2.0.10"
8084-
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.10.tgz#e64c6fd3afd25f423963353043f4a68ebd397fd8"
8085-
integrity sha512-6PC+JRGmNjiG3kJ56ZMNWDPL8hjyghF5cMXIFOKg+NiwwEZZIvxTWd0pinWKyD227odg9ygF8xVhhz7gb8Uq7A==
8082+
synchronous-promise@^2.0.13:
8083+
version "2.0.13"
8084+
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.13.tgz#9d8c165ddee69c5a6542862b405bc50095926702"
8085+
integrity sha512-R9N6uDkVsghHePKh1TEqbnLddO2IY25OcsksyFp/qBe7XYd0PVbKEWxhcdMhpLzE1I6skj5l4aEZ3CRxcbArlA==
80868086

80878087
table@^5.2.3, table@^5.4.6:
80888088
version "5.4.6"
@@ -8783,15 +8783,15 @@ yargs-parser@^18.1.3:
87838783
camelcase "^5.0.0"
87848784
decamelize "^1.2.0"
87858785

8786-
yup@^0.29.1:
8787-
version "0.29.1"
8788-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.29.1.tgz#35d25aab470a0c3950f66040ba0ff4b1b6efe0d9"
8789-
integrity sha512-U7mPIbgfQWI6M3hZCJdGFrr+U0laG28FxMAKIgNvgl7OtyYuUoc4uy9qCWYHZjh49b8T7Ug8NNDdiMIEytcXrQ==
8786+
yup@^0.29.2:
8787+
version "0.29.2"
8788+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.29.2.tgz#5302abd9024cca335b987793f8df868e410b7b67"
8789+
integrity sha512-FbAAeopli+TnpZ8Lzv2M72wltLw58iWBT7wW8FuAPFPb3CelXmSKCXQbV1o4keywpIK1BZ0ULTLv2s3w1CfOwA==
87908790
dependencies:
8791-
"@babel/runtime" "^7.9.6"
8791+
"@babel/runtime" "^7.10.5"
87928792
fn-name "~3.0.0"
87938793
lodash "^4.17.15"
87948794
lodash-es "^4.17.11"
87958795
property-expr "^2.0.2"
8796-
synchronous-promise "^2.0.10"
8796+
synchronous-promise "^2.0.13"
87978797
toposort "^2.0.2"

0 commit comments

Comments
 (0)