From 8913dbdb4d3921a4846e703de96d665227302726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:56:42 +0000 Subject: [PATCH] build(deps): bump jquery from 2.2.4 to 3.5.0 in /static 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] --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index b7cf24d..9b147e9 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -44,9 +44,9 @@ "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" }, "jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jsonformatter": { "version": "0.4.2", diff --git a/static/package.json b/static/package.json index e689828..7071366 100644 --- a/static/package.json +++ b/static/package.json @@ -23,7 +23,7 @@ "angular-websocket": "^2.0.0", "angularjs-scroll-glue": "^2.0.7", "bootstrap": "^3.3.6", - "jquery": "^2.2.0", + "jquery": "^3.5.0", "jsonformatter": "^0.4.2" } }