From 45cd8ea37b41325cfd9c221f0f8ffe22dd040da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 18:37:20 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.4.0 in /phpMyAdmin Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0) Signed-off-by: dependabot[bot] --- phpMyAdmin/package.json | 2 +- phpMyAdmin/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phpMyAdmin/package.json b/phpMyAdmin/package.json index e95111e..cc52023 100644 --- a/phpMyAdmin/package.json +++ b/phpMyAdmin/package.json @@ -7,7 +7,7 @@ "license": "GPL-2.0", "dependencies": { "codemirror": "5.35.0", - "jquery": "3.3.1", + "jquery": "3.4.0", "jquery-migrate": "3.0.1", "jquery-mousewheel": "3.1.13", "jquery-ui": "1.12.1", diff --git a/phpMyAdmin/yarn.lock b/phpMyAdmin/yarn.lock index 28d1df5..a48c75a 100644 --- a/phpMyAdmin/yarn.lock +++ b/phpMyAdmin/yarn.lock @@ -488,9 +488,9 @@ 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.3.1, "jquery@^1.7 || ^2.0 || ^3.1": - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" +jquery@3.4.0, "jquery@^1.7 || ^2.0 || ^3.1": + version "3.4.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" js-cookie@2.2.0: version "2.2.0"