Skip to content

Commit d5a7e15

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2 parents 4ad66f4 + 56bbdb7 commit d5a7e15

File tree

4 files changed

+473
-446
lines changed

4 files changed

+473
-446
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ phpMyAdmin - ChangeLog
4848
- issue #17494 Remove jQuery SVG JavaScript dependency
4949
- issue #17335 Fix column visibility dropdown when the column name is too long
5050
- issue #17445 Fix issue when exporting using Firefox or Safari on PHP 8.1.4
51+
- issue Update JavaScript dependencies
5152

5253
5.1.3 (2022-02-10)
5354
- issue #17308 Fix broken pagination links in the navigation sidebar

js/src/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Functions.checkPasswordStrength = function (value, meterObject, meterObjectLabel
520520
customDict.push(username);
521521
}
522522

523-
zxcvbnts.core.ZxcvbnOptions.setOptions({ dictionary: { userInputs: customDict } });
523+
zxcvbnts.core.zxcvbnOptions.setOptions({ dictionary: { userInputs: customDict } });
524524
var zxcvbnObject = zxcvbnts.core.zxcvbn(value);
525525
var strength = zxcvbnObject.score;
526526
strength = parseInt(strength);

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"@babel/core": "^7.15.5",
1515
"@babel/preset-env": "^7.15.6",
1616
"@popperjs/core": "^2.10.2",
17-
"@zxcvbn-ts/core": "^1.0.0-beta.0",
17+
"@zxcvbn-ts/core": "^2.0.1",
1818
"autoprefixer": "^10.3.6",
1919
"babel-loader": "^8.2.3",
2020
"bootstrap": "5.1.3",
21-
"codemirror": "5.63.3",
21+
"codemirror": "5.65.3",
2222
"copy-webpack-plugin": "^10.2.4",
2323
"css-loader": "^6.6.0",
2424
"jquery": "3.6.0",
2525
"jquery-debounce-throttle": "^1.0.6-rc.0",
26-
"jquery-migrate": "3.3.2",
27-
"jquery-ui-dist": "1.12.1",
26+
"jquery-migrate": "3.4.0",
27+
"jquery-ui-dist": "1.13.1",
2828
"jquery-ui-timepicker-addon": "1.6.3",
2929
"jquery-uitablefilter": "^1.0.0",
3030
"jquery-validation": "1.19.3",
3131
"js-cookie": "2.2.1",
3232
"locutus.sprintf": "^2.0.14-code-lts.2",
3333
"mini-css-extract-plugin": "^2.5.3",
34-
"ol": "6.9.0",
34+
"ol": "6.14.1",
3535
"postcss": "^8.3.8",
3636
"postcss-cli": "^9.0.1",
3737
"postcss-loader": "^6.2.1",

0 commit comments

Comments
 (0)