From d8bfb64326bb18950b15849597e3526443dbb3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 18:24:17 +0000 Subject: [PATCH] Bump validator from 11.0.0 to 13.7.0 Bumps [validator](https://github.com/validatorjs/validator.js) from 11.0.0 to 13.7.0. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/11.0.0...13.7.0) --- updated-dependencies: - dependency-name: validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/mongoose-plugins/package.json | 2 +- services/application/package.json | 2 +- services/export/package.json | 2 +- services/membership/package.json | 2 +- services/organization/package.json | 2 +- yarn.lock | 5 +++++ 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/mongoose-plugins/package.json b/packages/mongoose-plugins/package.json index 56df05d9..4e2a4644 100644 --- a/packages/mongoose-plugins/package.json +++ b/packages/mongoose-plugins/package.json @@ -11,7 +11,7 @@ "@identity-x/pagination": "^0.14.0", "@identity-x/utils": "^0.14.0", "mongoose": "^5.5.11", - "validator": "^11.0.0" + "validator": "^13.7.0" }, "devDependencies": { "eslint": "^5.16.0", diff --git a/services/application/package.json b/services/application/package.json index 3f287fc1..72cf11c9 100644 --- a/services/application/package.json +++ b/services/application/package.json @@ -25,7 +25,7 @@ "micro": "^9.3.4", "mongoose": "^5.5.11", "newrelic": "^6.4.0", - "validator": "^11.0.0" + "validator": "^13.7.0" }, "devDependencies": { "eslint": "^5.16.0", diff --git a/services/export/package.json b/services/export/package.json index d64a40fd..2425b7e4 100644 --- a/services/export/package.json +++ b/services/export/package.json @@ -21,7 +21,7 @@ "json2csv": "^4.5.4", "micro": "^9.3.4", "newrelic": "^6.4.0", - "validator": "^11.0.0" + "validator": "^13.7.0" }, "devDependencies": { "eslint": "^5.16.0", diff --git a/services/membership/package.json b/services/membership/package.json index ac557c6a..eb63d08b 100644 --- a/services/membership/package.json +++ b/services/membership/package.json @@ -22,7 +22,7 @@ "micro": "^9.3.4", "mongoose": "^5.5.11", "newrelic": "^6.4.0", - "validator": "^11.0.0" + "validator": "^13.7.0" }, "devDependencies": { "eslint": "^5.16.0", diff --git a/services/organization/package.json b/services/organization/package.json index c5cdb418..197afb32 100644 --- a/services/organization/package.json +++ b/services/organization/package.json @@ -21,7 +21,7 @@ "micro": "^9.3.4", "mongoose": "^5.5.11", "newrelic": "^6.4.0", - "validator": "^11.0.0" + "validator": "^13.7.0" }, "devDependencies": { "eslint": "^5.16.0", diff --git a/yarn.lock b/yarn.lock index b5958f0f..6e66c41b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15891,6 +15891,11 @@ validator@^11.0.0: resolved "https://registry.yarnpkg.com/validator/-/validator-11.0.0.tgz#fb10128bfb1fd14ce4ed36b79fc94289eae70667" integrity sha512-+wnGLYqaKV2++nUv60uGzUJyJQwYVOin6pn1tgEiFCeCQO60yeu3Og9/yPccbBX574kxIcEJicogkzx6s6eyag== +validator@^13.7.0: + version "13.7.0" + resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857" + integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw== + value-or-function@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/value-or-function/-/value-or-function-3.0.0.tgz#1c243a50b595c1be54a754bfece8563b9ff8d813"