From 4fb412c004cb0da93ac614a1cb0df74f65e00e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 10:38:10 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bf85f38..fb5ec8f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^0.19", "bootstrap": "^4.1.0", "cross-env": "^5.1", - "jquery": "^3.2", + "jquery": "^3.5", "laravel-mix": "^4.0.7", "lodash": "^4.17.13", "popper.js": "^1.12", diff --git a/yarn.lock b/yarn.lock index 196d090..c3fa2b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3103,9 +3103,9 @@ isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" -jquery@^3.2: - version "3.4.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" +jquery@^3.5: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-levenshtein@^1.1.3: version "1.1.6"