Skip to content

Commit a9261ef

Browse files
Merge pull request #291 from danielbayerlein/dependabot/npm_and_yarn/yup-0.32.9
Bump yup from 0.32.8 to 0.32.9
2 parents da7d4aa + 77735c0 commit a9261ef

File tree

2 files changed

+10
-10
lines changed

2 files changed

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

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5134,10 +5134,10 @@ locate-path@^5.0.0:
51345134
dependencies:
51355135
p-locate "^4.1.0"
51365136

5137-
lodash-es@^4.17.11:
5138-
version "4.17.15"
5139-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
5140-
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
5137+
lodash-es@^4.17.15:
5138+
version "4.17.20"
5139+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.20.tgz#29f6332eefc60e849f869c264bc71126ad61e8f7"
5140+
integrity sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA==
51415141

51425142
lodash._reinterpolate@^3.0.0:
51435143
version "3.0.0"
@@ -8893,15 +8893,15 @@ yargs-parser@^20.2.3:
88938893
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
88948894
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
88958895

8896-
yup@^0.32.8:
8897-
version "0.32.8"
8898-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.8.tgz#16e4a949a86a69505abf99fd0941305ac9adfc39"
8899-
integrity sha512-SZulv5FIZ9d5H99EN5tRCRPXL0eyoYxWIP1AacCrjC9d4DfP13J1dROdKGfpfRHT3eQB6/ikBl5jG21smAfCkA==
8896+
yup@^0.32.9:
8897+
version "0.32.9"
8898+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.9.tgz#9367bec6b1b0e39211ecbca598702e106019d872"
8899+
integrity sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==
89008900
dependencies:
89018901
"@babel/runtime" "^7.10.5"
89028902
"@types/lodash" "^4.14.165"
89038903
lodash "^4.17.20"
8904-
lodash-es "^4.17.11"
8904+
lodash-es "^4.17.15"
89058905
nanoclone "^0.2.1"
89068906
property-expr "^2.0.4"
89078907
toposort "^2.0.2"

0 commit comments

Comments
 (0)