From 1c07049168e64c74091da9fa894c00fe9dfcec6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:45:52 +0000 Subject: [PATCH] Bump phoenix_live_view from 1.0.1 to 1.0.2 in /assets Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 1.0.1 to 1.0.2. - [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md) - [Commits](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.1...v1.0.2) --- 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 9a1cf9c..c3bf547 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "phoenix": "1.7.18", "phoenix_html": "4.2.0", - "phoenix_live_view": "1.0.1", + "phoenix_live_view": "1.0.2", "topbar": "^3.0.0" }, "devDependencies": { @@ -3862,9 +3862,9 @@ "integrity": "sha512-Nyij6LOiAxuoD6vWUpRfbgjg+Rpt0B/opFM3KjYRhL5faViXU9R30al2bQAEKu4K5E2NOZGUOd18cxABKetiJw==" }, "node_modules/phoenix_live_view": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-1.0.1.tgz", - "integrity": "sha512-EwQrVOKerC2rlULDgb9MrL27MfPeOrikkPd9QykbNFKoez3zfskudDL9ajE4BNGilaiQBacx14lCAJXP54Yz1w==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-1.0.2.tgz", + "integrity": "sha512-LCytOz0Ud5dT464wIiMTztaMCAQBQdVA2UwWcurD9E75VAS5RBt/p+Lb6DON0qKrjSEjYqiTh6SwJq6zlaPNzw==" }, "node_modules/picocolors": { "version": "1.1.1", @@ -8973,9 +8973,9 @@ "integrity": "sha512-Nyij6LOiAxuoD6vWUpRfbgjg+Rpt0B/opFM3KjYRhL5faViXU9R30al2bQAEKu4K5E2NOZGUOd18cxABKetiJw==" }, "phoenix_live_view": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-1.0.1.tgz", - "integrity": "sha512-EwQrVOKerC2rlULDgb9MrL27MfPeOrikkPd9QykbNFKoez3zfskudDL9ajE4BNGilaiQBacx14lCAJXP54Yz1w==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/phoenix_live_view/-/phoenix_live_view-1.0.2.tgz", + "integrity": "sha512-LCytOz0Ud5dT464wIiMTztaMCAQBQdVA2UwWcurD9E75VAS5RBt/p+Lb6DON0qKrjSEjYqiTh6SwJq6zlaPNzw==" }, "picocolors": { "version": "1.1.1", diff --git a/assets/package.json b/assets/package.json index 2214dbc..bea3eba 100644 --- a/assets/package.json +++ b/assets/package.json @@ -8,7 +8,7 @@ "dependencies": { "phoenix": "1.7.18", "phoenix_html": "4.2.0", - "phoenix_live_view": "1.0.1", + "phoenix_live_view": "1.0.2", "topbar": "^3.0.0" }, "devDependencies": {