diff --git a/config/package-lock.json b/config/package-lock.json index 08a3b20..506b470 100644 --- a/config/package-lock.json +++ b/config/package-lock.json @@ -9063,9 +9063,9 @@ } }, "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-base64": { "version": "2.5.1", diff --git a/config/package.json b/config/package.json index 410ca70..3aec78d 100644 --- a/config/package.json +++ b/config/package.json @@ -21,7 +21,7 @@ "gulp-sourcemaps": "1.6.0", "gulp-twig": "^1.1.1", "gulp-w3cjs": "^1.3.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "ngrok": "^2.2.22", "require-dir": "^0.3.2" },