From 8d33beb97e67ef4b4da0a376371abda0f988366f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:14:56 +0000 Subject: [PATCH] Bump phoenix_live_view from 0.20.1 to 0.20.4 in /assets Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.20.1 to 0.20.4. - [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md) - [Commits](https://github.com/phoenixframework/phoenix_live_view/compare/v0.20.1...v0.20.4) --- updated-dependencies: - dependency-name: phoenix_live_view dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 14 +++++++------- assets/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index 86e36e5a..8d4bc3a9 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "phoenix": "1.7.10", "phoenix_html": "3.3.3", - "phoenix_live_view": "0.20.1", + "phoenix_live_view": "0.20.4", "topbar": "^2.0.1" }, "devDependencies": { @@ -3960,9 +3960,9 @@ "integrity": "sha512-x0ZFCfe+jbYFjPRHQHa191C1thrhNYVZiRbdthxrH+DtMwtfPJSJnQLEKBeswlR08QWFioHO02bShP7XEIZOzw==" }, "node_modules/phoenix_live_view": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-0.20.1.tgz", - "integrity": "sha512-bEFec53iySU9MvSIgGA/T7F8Ikqvu5qlFzBn+nY88T36ZsIp/8SJJZqF8foWMOb7+Pb721tt04cz6T7dq0ZdrA==" + "version": "0.20.4", + "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-0.20.4.tgz", + "integrity": "sha512-1uGqKJ9zBPyJvKJb7SQ0AJbupM3Vd46Mx3Vaj5vCqdoIuI0nUtikn7cUVh1iCaQeXaadcJeKN5C5a9FdivCaFw==" }, "node_modules/picocolors": { "version": "1.0.0", @@ -8987,9 +8987,9 @@ "integrity": "sha512-x0ZFCfe+jbYFjPRHQHa191C1thrhNYVZiRbdthxrH+DtMwtfPJSJnQLEKBeswlR08QWFioHO02bShP7XEIZOzw==" }, "phoenix_live_view": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-0.20.1.tgz", - "integrity": "sha512-bEFec53iySU9MvSIgGA/T7F8Ikqvu5qlFzBn+nY88T36ZsIp/8SJJZqF8foWMOb7+Pb721tt04cz6T7dq0ZdrA==" + "version": "0.20.4", + "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-0.20.4.tgz", + "integrity": "sha512-1uGqKJ9zBPyJvKJb7SQ0AJbupM3Vd46Mx3Vaj5vCqdoIuI0nUtikn7cUVh1iCaQeXaadcJeKN5C5a9FdivCaFw==" }, "picocolors": { "version": "1.0.0", diff --git a/assets/package.json b/assets/package.json index 2606cd33..f664f44d 100644 --- a/assets/package.json +++ b/assets/package.json @@ -8,7 +8,7 @@ "dependencies": { "phoenix": "1.7.10", "phoenix_html": "3.3.3", - "phoenix_live_view": "0.20.1", + "phoenix_live_view": "0.20.4", "topbar": "^2.0.1" }, "devDependencies": {