diff --git a/package-lock.json b/package-lock.json index 8494bbe..1104773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6091,9 +6091,9 @@ "dev": true }, "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==" }, "js-base64": { "version": "2.5.1", diff --git a/package.json b/package.json index 3f2a14b..6c67f1a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@tweenjs/tween.js": "latest", "assert": "^1.4.1", "html-webpack-plugin": "^3.2.0", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "moment": "^2.22.2", "moment-timezone": "^0.5.21", "package.json": "^2.0.1"