diff --git a/assets/package-lock.json b/assets/package-lock.json index 0f3cefb..85b7048 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -6,7 +6,7 @@ "": { "license": "MIT", "dependencies": { - "jquery": "3.1.0", + "jquery": "3.5.0", "phoenix": "file:../deps/phoenix", "phoenix_html": "file:../deps/phoenix_html" }, @@ -28,12 +28,11 @@ } }, "../deps/phoenix": { - "version": "1.5.0", - "integrity": "sha512-Vzz6eb64BEufIXTVkTcT5HiNdRyLY2DF/l2eN1LaeedRbBhGCsdRWdDISFjBSjxODjqY+w2NmSzBeHM8MieLRw==", - "license": "MIT" + "version": "0.0.1", + "integrity": "sha512-Vzz6eb64BEufIXTVkTcT5HiNdRyLY2DF/l2eN1LaeedRbBhGCsdRWdDISFjBSjxODjqY+w2NmSzBeHM8MieLRw==" }, "../deps/phoenix_html": { - "version": "2.14.3", + "version": "0.0.1", "integrity": "sha512-ANd2C2dlqlmTsyudYZlAuwoYs1AUVlrn9Htwz4RqGY+dTAYOvBrfAlodLR2BlK6c+M4Jcaj/LvSbqT5BV+UBYQ==" }, "node_modules/@babel/code-frame": { @@ -7100,9 +7099,9 @@ } }, "node_modules/jquery": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.1.0.tgz", - "integrity": "sha1-Ep9vGulLGPCQELAI0NYBHkBhPX8=" + "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.5.1", @@ -19594,9 +19593,9 @@ } }, "jquery": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.1.0.tgz", - "integrity": "sha1-Ep9vGulLGPCQELAI0NYBHkBhPX8=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.5.1", diff --git a/assets/package.json b/assets/package.json index 0a59668..115f9e0 100644 --- a/assets/package.json +++ b/assets/package.json @@ -6,7 +6,7 @@ "watch": "webpack --mode development --watch-stdin" }, "dependencies": { - "jquery": "3.1.0", + "jquery": "3.5.0", "phoenix": "file:../deps/phoenix", "phoenix_html": "file:../deps/phoenix_html" },