From 5cd9c98d02263db890afd72ec540f65c4dc39790 Mon Sep 17 00:00:00 2001 From: Aleksei Magusev Date: Mon, 5 Feb 2018 15:40:46 +0100 Subject: [PATCH] Update jQuery --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7df15608c..4ea4cbce8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "handlebars": "^4.0.2", "handlebars-loader": "^1.1.0", "highlight.js": "isagalaev/highlight.js#9.12.0", - "jquery": "^2.1.4", + "jquery": "^3.3.1", "karma": "^0.13.8", "karma-chai-plugins": "^0.6.0", "karma-chrome-launcher": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index 0f784b45c..fd860cb2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2741,9 +2741,9 @@ jade@0.26.3: commander "0.6.1" mkdirp "0.3.0" -jquery@^2.1.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" +jquery@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" js-base64@^2.1.9: version "2.3.2"