diff --git a/config-tool/pkg/lib/editor/package-lock.json b/config-tool/pkg/lib/editor/package-lock.json index 8466633de..550e08b22 100644 --- a/config-tool/pkg/lib/editor/package-lock.json +++ b/config-tool/pkg/lib/editor/package-lock.json @@ -25,7 +25,7 @@ "eonasdan-bootstrap-datetimepicker": "^4.17.43", "file-saver": "^1.3.8", "highlight.js": "^9.12.0", - "jquery": "1.12.4", + "jquery": "3.5.0", "js-yaml": "^3.14.0", "jsrsasign": "^10.1.13", "jszip": "^3.5.0", @@ -4710,9 +4710,9 @@ } }, "node_modules/jquery": { - "version": "1.12.4", - "resolved": "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "node_modules/js-base64": { "version": "2.6.4", @@ -14512,9 +14512,9 @@ } }, "jquery": { - "version": "1.12.4", - "resolved": "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.6.4", diff --git a/config-tool/pkg/lib/editor/package.json b/config-tool/pkg/lib/editor/package.json index 02951b612..61611107c 100644 --- a/config-tool/pkg/lib/editor/package.json +++ b/config-tool/pkg/lib/editor/package.json @@ -32,7 +32,7 @@ "eonasdan-bootstrap-datetimepicker": "^4.17.43", "file-saver": "^1.3.8", "highlight.js": "^9.12.0", - "jquery": "1.12.4", + "jquery": "3.5.0", "js-yaml": "^3.14.0", "jsrsasign": "^10.1.13", "jszip": "^3.5.0",