Skip to content

Commit 32e7c00

Browse files
Merge pull request #225 from danielbayerlein/dependabot/npm_and_yarn/yup-0.29.2
Bump yup from 0.29.1 to 0.29.2
2 parents 74aacec + 3fa2f33 commit 32e7c00

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
@@ -1159,10 +1159,10 @@
11591159
dependencies:
11601160
regenerator-runtime "^0.13.2"
11611161

1162-
"@babel/runtime@^7.6.3", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
1163-
version "7.9.6"
1164-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
1165-
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
1162+
"@babel/runtime@^7.10.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.9.2":
1163+
version "7.10.5"
1164+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c"
1165+
integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==
11661166
dependencies:
11671167
regenerator-runtime "^0.13.4"
11681168

@@ -8072,10 +8072,10 @@ svg-tags@^1.0.0:
80728072
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
80738073
integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
80748074

8075-
synchronous-promise@^2.0.10:
8076-
version "2.0.10"
8077-
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.10.tgz#e64c6fd3afd25f423963353043f4a68ebd397fd8"
8078-
integrity sha512-6PC+JRGmNjiG3kJ56ZMNWDPL8hjyghF5cMXIFOKg+NiwwEZZIvxTWd0pinWKyD227odg9ygF8xVhhz7gb8Uq7A==
8075+
synchronous-promise@^2.0.13:
8076+
version "2.0.13"
8077+
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.13.tgz#9d8c165ddee69c5a6542862b405bc50095926702"
8078+
integrity sha512-R9N6uDkVsghHePKh1TEqbnLddO2IY25OcsksyFp/qBe7XYd0PVbKEWxhcdMhpLzE1I6skj5l4aEZ3CRxcbArlA==
80798079

80808080
table@^5.2.3, table@^5.4.6:
80818081
version "5.4.6"
@@ -8776,15 +8776,15 @@ yargs-parser@^18.1.3:
87768776
camelcase "^5.0.0"
87778777
decamelize "^1.2.0"
87788778

8779-
yup@^0.29.1:
8780-
version "0.29.1"
8781-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.29.1.tgz#35d25aab470a0c3950f66040ba0ff4b1b6efe0d9"
8782-
integrity sha512-U7mPIbgfQWI6M3hZCJdGFrr+U0laG28FxMAKIgNvgl7OtyYuUoc4uy9qCWYHZjh49b8T7Ug8NNDdiMIEytcXrQ==
8779+
yup@^0.29.2:
8780+
version "0.29.2"
8781+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.29.2.tgz#5302abd9024cca335b987793f8df868e410b7b67"
8782+
integrity sha512-FbAAeopli+TnpZ8Lzv2M72wltLw58iWBT7wW8FuAPFPb3CelXmSKCXQbV1o4keywpIK1BZ0ULTLv2s3w1CfOwA==
87838783
dependencies:
8784-
"@babel/runtime" "^7.9.6"
8784+
"@babel/runtime" "^7.10.5"
87858785
fn-name "~3.0.0"
87868786
lodash "^4.17.15"
87878787
lodash-es "^4.17.11"
87888788
property-expr "^2.0.2"
8789-
synchronous-promise "^2.0.10"
8789+
synchronous-promise "^2.0.13"
87908790
toposort "^2.0.2"

0 commit comments

Comments
 (0)