From 5d3156c4e2e20f2b07fab07078ed20726365d689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 07:07:36 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...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 cf904df..da2221c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "clean-css": "^4.1.2", "fs-extra": "^2.1.2", - "jquery": "^2.1.0", + "jquery": "^3.5.0", "klaw-sync": "^1.1.2", "requirejs": "^2.1.8" }, diff --git a/yarn.lock b/yarn.lock index 52d68dc..e7972ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1555,9 +1555,9 @@ jasmine-core@^2.5.2: version "2.8.0" resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e" -jquery@^2.1.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-tokens@^3.0.0, js-tokens@^3.0.2: version "3.0.2"