From c804470c41269212ce9a35933e8a38589ef04763 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jul 2021 19:23:07 +0000 Subject: [PATCH] fix: upgrade yup from 0.28.5 to 0.32.9 Snyk has created this PR to upgrade yup from 0.28.5 to 0.32.9. See this package in npm: https://www.npmjs.com/package/yup See this project in Snyk: https://app.snyk.io/org/alacret/project/2b135843-a909-4db7-ba2f-e7a6d4695d69?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 50 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 41 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f111267..ad2fafd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15493,6 +15493,11 @@ "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==" }, + "nanoclone": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/nanoclone/-/nanoclone-0.2.1.tgz", + "integrity": "sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==" + }, "nanomatch": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", @@ -23387,17 +23392,42 @@ } }, "yup": { - "version": "0.28.5", - "resolved": "https://registry.npmjs.org/yup/-/yup-0.28.5.tgz", - "integrity": "sha512-7JZcvpUGUxMKoaEtcoMEM8lCWRaueGNH/A3EhL/UWqfbFm3uloiI+x59Yq4nzhbbYWUTwAsCteaZOJ+VbqI1uw==", - "requires": { - "@babel/runtime": "^7.9.6", - "fn-name": "~3.0.0", - "lodash": "^4.17.15", - "lodash-es": "^4.17.11", - "property-expr": "^2.0.2", - "synchronous-promise": "^2.0.10", + "version": "0.32.9", + "resolved": "https://registry.npmjs.org/yup/-/yup-0.32.9.tgz", + "integrity": "sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==", + "requires": { + "@babel/runtime": "^7.10.5", + "@types/lodash": "^4.14.165", + "lodash": "^4.17.20", + "lodash-es": "^4.17.15", + "nanoclone": "^0.2.1", + "property-expr": "^2.0.4", "toposort": "^2.0.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@types/lodash": { + "version": "4.14.171", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.171.tgz", + "integrity": "sha512-7eQ2xYLLI/LsicL2nejW9Wyko3lcpN6O/z0ZLHrEQsg280zIdCv1t/0m6UtBjUHokCGBQ3gYTbHzDkZ1xOBwwg==" + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "property-expr": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.4.tgz", + "integrity": "sha512-sFPkHQjVKheDNnPvotjQmm3KD3uk1fWKUN7CrpdbwmUx3CrG3QiM8QpTSimvig5vTXmTvjz7+TDvXOI9+4rkcg==" + } } }, "yurnalist": { diff --git a/package.json b/package.json index a831473..f116485 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "typeface-montserrat": "0.0.75", "typography": "^0.16.19", "url-join": "^4.0.1", - "yup": "^0.28.3" + "yup": "^0.32.9" }, "devDependencies": { "@hot-loader/react-dom": "^16.13.0",