From f2ae13f2b727df72253ca711de1fa80b11d6daf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 18:34:47 +0000 Subject: [PATCH] chore(deps): update dependency @types/owasp-password-strength-test to v1.3.1 (#5196) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/owasp-password-strength-test](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/owasp-password-strength-test) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/@types%2fowasp-password-strength-test/1.3.0/1.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fowasp-password-strength-test/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fowasp-password-strength-test/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fowasp-password-strength-test/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fowasp-password-strength-test/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d822adc6b3..23dfcaec6a 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "@types/mime": "3.0.3", "@types/node": "18.17.19", "@types/nodemailer": "6.4.13", - "@types/owasp-password-strength-test": "1.3.0", + "@types/owasp-password-strength-test": "1.3.1", "@types/pg": "8.10.3", "@types/semver": "7.5.3", "@types/stoppable": "1.1.1", diff --git a/yarn.lock b/yarn.lock index 3b4f31a6f0..6c44a88849 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1428,10 +1428,10 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== -"@types/owasp-password-strength-test@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@types/owasp-password-strength-test/-/owasp-password-strength-test-1.3.0.tgz#f639e38847eeb0db14bf7b70896cecd4342ac571" - integrity sha512-eKYl6svyRua5OVUFm+AXSxdBrKo7snzrCcFv0KoqKNvNgB3fJzRq3s/xphf+jNTllqYxgsx1uWLeAcL4MjLWQQ== +"@types/owasp-password-strength-test@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@types/owasp-password-strength-test/-/owasp-password-strength-test-1.3.1.tgz#645a72ae81bff239d0834bf3836c260151c9facc" + integrity sha512-vEOh5lrAd+txsdzGBR7RkboB5Q7JLEQHYtqAZPMace1GUOrz3DvHTSBFpKBLtOv/1dwZohzLAr7z/bxHLO1dXA== "@types/pg@8.10.3": version "8.10.3"