From 6ff41815dd538b4026d51b16dc2d4f4d86240960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 17:53:47 +0000 Subject: [PATCH] Bump jquery from 1.9.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.9.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.9.1...3.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 1b1d9ed9..cbd4aca6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gulp-uglify": "~0.2.1", "gulp-util": "~3.0", "http-server": "~0.6.1", - "jquery": "~1.9", + "jquery": "~3.5", "livescript": "latest", "lodash": "^4.17.4", "prelude-ls": "1.1.2", diff --git a/yarn.lock b/yarn.lock index d282426f..da8f6c08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -53,9 +53,9 @@ angular-dynamic-locale@0.1.32: version "0.1.32" resolved "https://registry.yarnpkg.com/angular-dynamic-locale/-/angular-dynamic-locale-0.1.32.tgz#d07fea75281f25ba94a5be5b46df2a02c5e35836" -angular-hotkeys@chieffancypants/angular-hotkeys#1.7.0: +angular-hotkeys@1.7.0: version "1.7.0" - resolved "https://codeload.github.com/chieffancypants/angular-hotkeys/tar.gz/07251370c2f772acff204387d4b7d74831f1d777" + resolved "https://registry.yarnpkg.com/angular-hotkeys/-/angular-hotkeys-1.7.0.tgz#052e6b6f44dfcd824427798b7f10e1917e8700a1" angular-i18n@1.3: version "1.3.20" @@ -1081,7 +1081,7 @@ boom@2.x.x: dependencies: hoek "2.x.x" -bootstrap@^3.3.7, bootstrap@~3: +bootstrap@^3.3.7: version "3.3.7" resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71" @@ -2649,7 +2649,7 @@ gulp-util@^3.0.0, gulp-util@^3.0.1, gulp-util@^3.0.8, gulp-util@~3.0: through2 "^2.0.0" vinyl "^0.5.0" -gulp@latest: +gulp@^3: version "3.9.1" resolved "https://registry.yarnpkg.com/gulp/-/gulp-3.9.1.tgz#571ce45928dd40af6514fc4011866016c13845b4" dependencies: @@ -3160,13 +3160,9 @@ javascript-brunch@^2.10.0: dependencies: esprima "~3.0.0" -jquery@>=1.11.0, jquery@>=1.7, jquery@>=1.8: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" - -jquery@~1.9: - version "1.9.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.9.1.tgz#e4cd4835faaefbade535857613c0fc3ff2adaf34" +jquery@>=1.11.0, jquery@>=1.7, jquery@~3.5: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-base64@^2.1.9: version "2.3.2"