Skip to content

Commit 3a9a4da

Browse files
committed
Update Zxcvbn
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 79b7d94 commit 3a9a4da

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/jquery.validation": "^1.16.7",
2525
"@types/jqueryui": "^1.12.16",
2626
"@types/js-cookie": "^3.0.3",
27-
"@zxcvbn-ts/core": "^2.2.1",
27+
"@zxcvbn-ts/core": "^3.0.4",
2828
"autoprefixer": "^10.4.15",
2929
"babel-loader": "^9.1.2",
3030
"bootstrap": "5.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,10 +1895,10 @@
18951895
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
18961896
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
18971897

1898-
"@zxcvbn-ts/core@^2.2.1":
1899-
version "2.2.1"
1900-
resolved "https://registry.yarnpkg.com/@zxcvbn-ts/core/-/core-2.2.1.tgz#18780bde852b1f5068c93219b2dec78cb6d9c6f9"
1901-
integrity sha512-Cg1JyRpCDIF+Dh3nauqygmmCYxogNVZDxSn+9PgkPD1HZ2QiJe4elruVJrGmYRS7muGmZ1hNJq8ySQdPv6GHaw==
1898+
"@zxcvbn-ts/core@^3.0.4":
1899+
version "3.0.4"
1900+
resolved "https://registry.yarnpkg.com/@zxcvbn-ts/core/-/core-3.0.4.tgz#c5bde72235eb6c273cec78b672bb47c0d7045cad"
1901+
integrity sha512-aQeiT0F09FuJaAqNrxynlAwZ2mW/1MdXakKWNmGM1Qp/VaY6CnB/GfnMS2T8gB2231Esp1/maCWd8vTG4OuShw==
19021902
dependencies:
19031903
fastest-levenshtein "1.0.16"
19041904

0 commit comments

Comments
 (0)