From 3ee9732fed86a579d73a441512abcaff22c88f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:24:24 +0000 Subject: [PATCH] chore(deps): Bump auth0-password-policies from 1.0.2 to 1.1.1 Bumps [auth0-password-policies](https://github.com/auth0/auth0-password-policies) from 1.0.2 to 1.1.1. - [Release notes](https://github.com/auth0/auth0-password-policies/releases) - [Commits](https://github.com/auth0/auth0-password-policies/commits/v1.1.1) --- updated-dependencies: - dependency-name: auth0-password-policies dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16a2370d6..38fb15285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5375,9 +5375,10 @@ "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" }, "node_modules/auth0-password-policies": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/auth0-password-policies/-/auth0-password-policies-1.0.2.tgz", - "integrity": "sha512-ZshousKt+Wfv/iIBS3oQfOsH8NBF9IbL15qd2Qur8YfiQrRjrAT0T7VaesnrytYEHEXkUbHcdxWEAlyr16w20A==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/auth0-password-policies/-/auth0-password-policies-1.1.1.tgz", + "integrity": "sha512-W/4Eljo1EeHdvH0WuwmM5JBBb7nVnCyPwZPsMwKgGIu8EOiSAoVjMLFlWA6Pem1lsAFgeQ1nXWfUrNhPR71aLQ==", + "license": "UNLICENSED", "dependencies": { "password-sheriff": "^1.1.0" }