diff --git a/package-lock.json b/package-lock.json index d8cd0ce298..34ede5369f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10835,9 +10835,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==" }, "jquery-migrate": { "version": "3.3.2", @@ -10912,12 +10912,6 @@ } } }, - "jsdom-global": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsdom-global/-/jsdom-global-3.0.2.tgz", - "integrity": "sha1-a9KZwTsMRiay2iwDk81DhdYGrLk=", - "dev": true - }, "jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", diff --git a/package.json b/package.json index da90c03062..07b5ca4987 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.5", "jquery-migrate": "~3.3", "jquery-ui": "^1.12.1", "jquery-ui-dist": "^1.12.1",