diff --git a/package-lock.json b/package-lock.json index db6faa37e9f9a..792097c737393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12267,9 +12267,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "jquery-migrate": { "version": "3.3.2", diff --git a/package.json b/package.json index 05852278c1040..24bb32cc27079 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "escape-html": "^1.0.3", "handlebars": "^4.7.7", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", - "jquery": "~3.3", + "jquery": "~3.6", "jquery-migrate": "~3.3", "jquery-ui": "^1.12.1", "jquery-ui-dist": "^1.12.1",