diff --git a/Source/package-lock.json b/Source/package-lock.json index 5b9e309..db66796 100644 --- a/Source/package-lock.json +++ b/Source/package-lock.json @@ -2246,9 +2246,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-yaml": { "version": "3.13.1", diff --git a/Source/package.json b/Source/package.json index 2fb8b67..2a18127 100644 --- a/Source/package.json +++ b/Source/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "basename": "^0.1.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "node-cmd": "^3.0.0", "universal-analytics": "^0.4.20", "update-electron-app": "^1.5.0",