From d9ce3cf3effe4d9741bd1284a14e95533d8632d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:05:54 +0000 Subject: [PATCH] Bump jquery from 3.1.0 to 3.5.0 in /assets Bumps [jquery](https://github.com/jquery/jquery) from 3.1.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.1.0...3.5.0) Signed-off-by: dependabot[bot] --- assets/package-lock.json | 21 ++++++++++----------- assets/package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) 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" },