diff --git a/examples/electron/package-lock.json b/examples/electron/package-lock.json index 65ed2679..cc51dc30 100644 --- a/examples/electron/package-lock.json +++ b/examples/electron/package-lock.json @@ -4303,9 +4303,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "js-tokens": { "version": "3.0.2", diff --git a/examples/electron/package.json b/examples/electron/package.json index e7a949eb..fe2f2d7b 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -18,7 +18,7 @@ "author": "GitHub", "license": "CC0-1.0", "dependencies": { - "jquery": "^3.3.1", + "jquery": "^3.7.1", "jsstore": "^2.9.2" }, "devDependencies": {