Skip to content

Commit c3d18a8

Browse files
Bump yup from 0.32.9 to 0.32.11
Bumps [yup](https://github.com/jquense/yup) from 0.32.9 to 0.32.11. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](jquense/yup@v0.32.9...v0.32.11) --- updated-dependencies: - dependency-name: yup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 762ec88 commit c3d18a8

File tree

2 files changed

+21
-21
lines changed

2 files changed

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

yarn.lock

Lines changed: 20 additions & 20 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.10.5", "@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==
1162+
"@babel/runtime@^7.15.4", "@babel/runtime@^7.9.2":
1163+
version "7.15.4"
1164+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1165+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
11661166
dependencies:
11671167
regenerator-runtime "^0.13.4"
11681168

@@ -1348,10 +1348,10 @@
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==
1351+
"@types/lodash@^4.14.175":
1352+
version "4.14.175"
1353+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.175.tgz#b78dfa959192b01fae0ad90e166478769b215f45"
1354+
integrity sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==
13551355

13561356
"@types/mdast@^3.0.0":
13571357
version "3.0.3"
@@ -5256,10 +5256,10 @@ locate-path@^5.0.0:
52565256
dependencies:
52575257
p-locate "^4.1.0"
52585258

5259-
lodash-es@^4.17.15:
5260-
version "4.17.20"
5261-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.20.tgz#29f6332eefc60e849f869c264bc71126ad61e8f7"
5262-
integrity sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA==
5259+
lodash-es@^4.17.21:
5260+
version "4.17.21"
5261+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
5262+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
52635263

52645264
lodash._reinterpolate@^3.0.0:
52655265
version "3.0.0"
@@ -9118,15 +9118,15 @@ yargs-parser@^20.2.3:
91189118
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
91199119
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
91209120

9121-
yup@^0.32.9:
9122-
version "0.32.9"
9123-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.9.tgz#9367bec6b1b0e39211ecbca598702e106019d872"
9124-
integrity sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==
9121+
yup@^0.32.11:
9122+
version "0.32.11"
9123+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.11.tgz#d67fb83eefa4698607982e63f7ca4c5ed3cf18c5"
9124+
integrity sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==
91259125
dependencies:
9126-
"@babel/runtime" "^7.10.5"
9127-
"@types/lodash" "^4.14.165"
9128-
lodash "^4.17.20"
9129-
lodash-es "^4.17.15"
9126+
"@babel/runtime" "^7.15.4"
9127+
"@types/lodash" "^4.14.175"
9128+
lodash "^4.17.21"
9129+
lodash-es "^4.17.21"
91309130
nanoclone "^0.2.1"
91319131
property-expr "^2.0.4"
91329132
toposort "^2.0.2"

0 commit comments

Comments
 (0)