From 8dce7cbb53f2377095ffa440aae94b8e8b7f38d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 12:06:41 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /apps/exile_web/assets 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] --- apps/exile_web/assets/package-lock.json | 10 +++++----- apps/exile_web/assets/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/exile_web/assets/package-lock.json b/apps/exile_web/assets/package-lock.json index fcccf9d..93975d9 100644 --- a/apps/exile_web/assets/package-lock.json +++ b/apps/exile_web/assets/package-lock.json @@ -4871,9 +4871,9 @@ "dev": true }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", "dev": true }, "jquery.scrollto": { @@ -4941,7 +4941,7 @@ }, "json5": { "version": "0.5.1", - "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, @@ -5272,7 +5272,7 @@ }, "minimist": { "version": "0.0.8", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", "dev": true }, diff --git a/apps/exile_web/assets/package.json b/apps/exile_web/assets/package.json index 229744e..3e37407 100644 --- a/apps/exile_web/assets/package.json +++ b/apps/exile_web/assets/package.json @@ -26,7 +26,7 @@ "css-element-queries": "^1.1.1", "css-loader": "^3.2.0", "file-loader": "^2.0.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "jquery.scrollto": "^2.1.2", "mini-css-extract-plugin": "^0.4.0", "node-sass": "^4.12.0",