From f502b41f0759f379160a9b2d58ee609768adcb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 07:39:02 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /phpMyAdmin Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.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 d9f4552..ebf0626 100644 --- a/phpMyAdmin/package.json +++ b/phpMyAdmin/package.json @@ -7,7 +7,7 @@ "license": "GPL-2.0", "dependencies": { "codemirror": "5.35.0", - "jquery": "3.4.0", + "jquery": "3.5.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 e6c113b..b5cf6b4 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.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" +jquery@3.5.0, "jquery@^1.7 || ^2.0 || ^3.1": + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-cookie@2.2.0: version "2.2.0"