diff --git a/packages/uhk-web/package-lock.json b/packages/uhk-web/package-lock.json index b3961051..00622191 100644 --- a/packages/uhk-web/package-lock.json +++ b/packages/uhk-web/package-lock.json @@ -5813,9 +5813,9 @@ "dev": true }, "jquery": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", - "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", + "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==", "dev": true }, "js-base64": { diff --git a/packages/uhk-web/package.json b/packages/uhk-web/package.json index eabd92d6..35f45073 100644 --- a/packages/uhk-web/package.json +++ b/packages/uhk-web/package.json @@ -55,7 +55,7 @@ "font-awesome": "4.7.0", "jasmine-core": "3.3.0", "jasmine-spec-reporter": "4.2.1", - "jquery": "3.2.1", + "jquery": "3.4.0", "karma": "3.1.4", "karma-chrome-launcher": "2.2.0", "karma-coverage-istanbul-reporter": "2.0.5",