Skip to content

Commit b35a974

Browse files
Bump yup from 0.31.0 to 0.32.8
Bumps [yup](https://github.com/jquense/yup) from 0.31.0 to 0.32.8. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](https://github.com/jquense/yup/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a95eb5 commit b35a974

File tree

2 files changed

+17
-5
lines changed

2 files changed

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

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,11 @@
13481348
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
13491349
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
13501350

1351+
"@types/lodash@^4.14.165":
1352+
version "4.14.165"
1353+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f"
1354+
integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg==
1355+
13511356
"@types/minimist@^1.2.0":
13521357
version "1.2.0"
13531358
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
@@ -5547,6 +5552,11 @@ nan@^2.9.2:
55475552
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.0.tgz#574e360e4d954ab16966ec102c0c049fd961a099"
55485553
integrity sha512-F4miItu2rGnV2ySkXOQoA8FKz/SR2Q2sWP0sbTxNxz/tuokeC8WxOhPMcwi0qIyGtVn/rrSeLbvVkznqCdwYnw==
55495554

5555+
nanoclone@^0.2.1:
5556+
version "0.2.1"
5557+
resolved "https://registry.yarnpkg.com/nanoclone/-/nanoclone-0.2.1.tgz#dd4090f8f1a110d26bb32c49ed2f5b9235209ed4"
5558+
integrity sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==
5559+
55505560
nanomatch@^1.2.9:
55515561
version "1.2.13"
55525562
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -8898,13 +8908,15 @@ yargs-parser@^18.1.3:
88988908
camelcase "^5.0.0"
88998909
decamelize "^1.2.0"
89008910

8901-
yup@^0.31.0:
8902-
version "0.31.0"
8903-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.31.0.tgz#e882ab42940a15a980ab8d9cc19f2489418253d2"
8904-
integrity sha512-t4nFalWdyIZW2n9wgJVracCe/VPbFmh0/fKaKz40gxcZHCZPOhm4akWYg08t0OOiBhV5xvqLY+fnqzCnLh+ItQ==
8911+
yup@^0.32.8:
8912+
version "0.32.8"
8913+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.8.tgz#16e4a949a86a69505abf99fd0941305ac9adfc39"
8914+
integrity sha512-SZulv5FIZ9d5H99EN5tRCRPXL0eyoYxWIP1AacCrjC9d4DfP13J1dROdKGfpfRHT3eQB6/ikBl5jG21smAfCkA==
89058915
dependencies:
89068916
"@babel/runtime" "^7.10.5"
8917+
"@types/lodash" "^4.14.165"
89078918
lodash "^4.17.20"
89088919
lodash-es "^4.17.11"
8920+
nanoclone "^0.2.1"
89098921
property-expr "^2.0.4"
89108922
toposort "^2.0.2"

0 commit comments

Comments
 (0)