diff --git a/gui/package-lock.json b/gui/package-lock.json index 68f1ba6..9a480e0 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -3852,9 +3852,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "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==" }, "js-tokens": { "version": "4.0.0", diff --git a/gui/package.json b/gui/package.json index 3cc0692..8d55b52 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "jquery": "^3.4.1", + "jquery": "^3.5.0", "parcel": "^1.12.4", "parcel-plugin-inliner": "^1.0.14" },