diff --git a/package-lock.json b/package-lock.json index a1571ba..a8b23a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8387,9 +8387,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-levenshtein": { "version": "1.1.4", diff --git a/package.json b/package.json index 60b1429..34ecee1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "google-protobuf": "^3.6.1", "grpc-web": "^1.0.3", "grpc-web-client": "^0.7.0", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "react": "^16.6.3", "react-dom": "^16.6.3", "react-dropzone": "^8.0.3", diff --git a/yarn.lock b/yarn.lock index c35da04..305c66d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5856,10 +5856,10 @@ joi@^11.1.1: isemail "3.x.x" topo "2.x.x" -jquery@^3.3.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" - integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== js-levenshtein@^1.1.3: version "1.1.4"