diff --git a/package-lock.json b/package-lock.json index 86893e9..ed29945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,9 +125,9 @@ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jsonpatch": { "version": "3.0.1", diff --git a/package.json b/package.json index b482375..537abca 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "atom-space-pen-views": "^2.2.0", "fs": "0.0.1-security", - "jquery": "^3.4.0", + "jquery": "^3.5.0", "jsonpatch": "^3.0.1", "path": "^0.12.7" }