From dbe546ce01580e29b930f8d1d9a4e83292d5ff75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:30:42 +0000 Subject: [PATCH] Bump jquery-validation from 1.17.0 to 1.19.4 in /phpMyAdmin Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.17.0 to 1.19.4. - [Release notes](https://github.com/jquery-validation/jquery-validation/releases) - [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md) - [Commits](https://github.com/jquery-validation/jquery-validation/compare/1.17.0...1.19.4) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- phpMyAdmin/package.json | 2 +- phpMyAdmin/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/phpMyAdmin/package.json b/phpMyAdmin/package.json index d9f4552..7f3bc38 100644 --- a/phpMyAdmin/package.json +++ b/phpMyAdmin/package.json @@ -12,7 +12,7 @@ "jquery-mousewheel": "3.1.13", "jquery-ui": "1.12.1", "jquery-ui-timepicker-addon": "1.6.3", - "jquery-validation": "1.17.0", + "jquery-validation": "1.19.4", "jquery.event.drag": "2.2.2", "js-cookie": "2.2.0", "tracekit": "0.4.5", diff --git a/phpMyAdmin/yarn.lock b/phpMyAdmin/yarn.lock index e6c113b..b217814 100644 --- a/phpMyAdmin/yarn.lock +++ b/phpMyAdmin/yarn.lock @@ -478,17 +478,15 @@ jquery-ui@1.12.1: version "1.12.1" resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" -jquery-validation@1.17.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.17.0.tgz#ab66b6b583d7740b9bbd148993e50e8ac041f35b" - dependencies: - jquery "^1.7 || ^2.0 || ^3.1" +jquery-validation@1.19.4: + version "1.19.4" + resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.19.4.tgz#a765781d954e5876fa437d5c75b7a9440bfa37a8" jquery.event.drag@2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/jquery.event.drag/-/jquery.event.drag-2.2.2.tgz#11bbbf83f4c6ef5f3b5065564663913c9f964be1" -jquery@3.4.0, "jquery@^1.7 || ^2.0 || ^3.1": +jquery@3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf"