From 492142162f2e130514172af35b6ca2bda0cb0090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:39:09 +0000 Subject: [PATCH] fix(deps): update dependency express-validator to v7.2.0 (#374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express-validator](https://express-validator.github.io) ([source](https://redirect.github.com/express-validator/express-validator)) | [`7.1.0` -> `7.2.0`](https://renovatebot.com/diffs/npm/express-validator/7.1.0/7.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express-validator/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express-validator/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express-validator/7.1.0/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express-validator/7.1.0/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
express-validator/express-validator (express-validator) ### [`v7.2.0`](https://redirect.github.com/express-validator/express-validator/releases/tag/v7.2.0) [Compare Source](https://redirect.github.com/express-validator/express-validator/compare/v7.1.0...v7.2.0) - Add `hide()` method ([#​1304](https://redirect.github.com/express-validator/express-validator/issues/1304), [#​1305](https://redirect.github.com/express-validator/express-validator/issues/1305)) - Add wildcard values to custom validator's metadata ([#​1297](https://redirect.github.com/express-validator/express-validator/issues/1297), [#​1308](https://redirect.github.com/express-validator/express-validator/issues/1308)) - Correctly select properties of primitives ([#​1245](https://redirect.github.com/express-validator/express-validator/issues/1245), [#​1279](https://redirect.github.com/express-validator/express-validator/issues/1279))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/playground). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe7ab995..e666d032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14108,9 +14108,9 @@ } }, "node_modules/express-validator": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-7.1.0.tgz", - "integrity": "sha512-ePn6NXjHRZiZkwTiU1Rl2hy6aUqmi6Cb4/s8sfUsKH7j2yYl9azSpl8xEHcOj1grzzQ+UBEoLWtE1s6FDxW++g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-7.2.0.tgz", + "integrity": "sha512-I2ByKD8panjtr8Y05l21Wph9xk7kk64UMyvJCl/fFM/3CTJq8isXYPLeKW/aZBCdb/LYNv63PwhY8khw8VWocA==", "license": "MIT", "dependencies": { "lodash": "^4.17.21",