From 96018e396e5554224a9214fc8d03fda55d601df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 09:32:34 +0000 Subject: [PATCH] build(deps): bump jquery from 3.3.1 to 3.4.0 in /frontend 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] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 4c44026..30e8565 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "@types/jquery": "3.3.29", "@types/react-dom": "16.0.10", "react": "16.5.2", - "jquery": "3.3.1", + "jquery": "3.4.0", "date-fns": "2.0.0-alpha.27", "react-autocomplete": "1.8.1", "react-dom": "16.5.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9512f4e..e92d100 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -72,10 +72,10 @@ dom-scroll-into-view@1.0.1: resolved "https://registry.yarnpkg.com/dom-scroll-into-view/-/dom-scroll-into-view-1.0.1.tgz#32abb92f0d8feca6215162aef43e4b449ab8d99c" integrity sha1-Mqu5Lw2P7KYhUWKu9D5LRJq42Zw= -jquery@3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" - integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg== +jquery@3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" + integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ== "js-tokens@^3.0.0 || ^4.0.0": version "4.0.0"