Skip to content

Commit a33a842

Browse files
Merge pull request #10 from vagnervst/dependabot/npm_and_yarn/yup-0.32.9
2 parents dea9f17 + efc7374 commit a33a842

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jsonwebtoken": "8.5.1",
2828
"mongoose": "5.11.18",
2929
"ramda": "0.27.1",
30-
"yup": "0.32.8"
30+
"yup": "0.32.9"
3131
},
3232
"devDependencies": {
3333
"@types/bcrypt": "3.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3468,10 +3468,10 @@ locate-path@^5.0.0:
34683468
dependencies:
34693469
p-locate "^4.1.0"
34703470

3471-
lodash-es@^4.17.11:
3472-
version "4.17.15"
3473-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
3474-
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
3471+
lodash-es@^4.17.15:
3472+
version "4.17.21"
3473+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
3474+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
34753475

34763476
lodash.includes@^4.3.0:
34773477
version "4.3.0"
@@ -5676,15 +5676,15 @@ [email protected]:
56765676
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
56775677
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
56785678

5679-
5680-
version "0.32.8"
5681-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.8.tgz#16e4a949a86a69505abf99fd0941305ac9adfc39"
5682-
integrity sha512-SZulv5FIZ9d5H99EN5tRCRPXL0eyoYxWIP1AacCrjC9d4DfP13J1dROdKGfpfRHT3eQB6/ikBl5jG21smAfCkA==
5679+
5680+
version "0.32.9"
5681+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.9.tgz#9367bec6b1b0e39211ecbca598702e106019d872"
5682+
integrity sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==
56835683
dependencies:
56845684
"@babel/runtime" "^7.10.5"
56855685
"@types/lodash" "^4.14.165"
56865686
lodash "^4.17.20"
5687-
lodash-es "^4.17.11"
5687+
lodash-es "^4.17.15"
56885688
nanoclone "^0.2.1"
56895689
property-expr "^2.0.4"
56905690
toposort "^2.0.2"

0 commit comments

Comments
 (0)