From 046c3d0da84aa9a18671f3caf9b99175bf09dae5 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 1 Jun 2019 20:03:07 +0200 Subject: [PATCH] Update insecure jQuery version Thanks, GitHub security alerts! --- framework/core/js/package-lock.json | 6 +++--- framework/core/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/core/js/package-lock.json b/framework/core/js/package-lock.json index d951e13d0..5e654ff6b 100644 --- a/framework/core/js/package-lock.json +++ b/framework/core/js/package-lock.json @@ -3107,9 +3107,9 @@ "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", + "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, "jquery.hotkeys": { "version": "0.1.0", diff --git a/framework/core/js/package.json b/framework/core/js/package.json index 2e2800287..2c4fbbe27 100644 --- a/framework/core/js/package.json +++ b/framework/core/js/package.json @@ -7,7 +7,7 @@ "color-thief-browser": "^2.0.2", "expose-loader": "^0.7.5", "flarum-webpack-config": "0.1.0-beta.10", - "jquery": "^3.3.1", + "jquery": "^3.4.1", "jquery.hotkeys": "^0.1.0", "lodash-es": "^4.17.11", "m.attrs.bidi": "github:tobscure/m.attrs.bidi",