From a427feb87d2c3aadd15f89004354a205b93ec568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 22:08:34 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.4.0 in /nudb 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] --- nudb/package.json | 2 +- nudb/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nudb/package.json b/nudb/package.json index 4304b9ff..61e29892 100644 --- a/nudb/package.json +++ b/nudb/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/nudb/yarn.lock b/nudb/yarn.lock index 28d1df54..a48c75a4 100644 --- a/nudb/yarn.lock +++ b/nudb/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"