From 8b93ea022c4a328099152be4b795bba344e13014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:45:51 +0100 Subject: [PATCH] fix: bump lovelace-mushroom from v3.0.5 to v3.2.2 (#128) Bumps [lovelace-mushroom](https://github.com/piitaya/lovelace-mushroom) from v3.0.5 to v3.2.2. - [Release notes](https://github.com/piitaya/lovelace-mushroom/releases) - [Commits](https://github.com/piitaya/lovelace-mushroom/compare/47cec4d06b32a902d5ef05d2c126930bf4c59a96...3ffaa21d7dd0e5e74910f9257e8b0365426415f9) --- updated-dependencies: - dependency-name: lovelace-mushroom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: idaho <664101+idaho@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index da05300..0f527af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "hammerjs": "2.0.8", "home-assistant-js-websocket": "9.1.0", "lit": "2.8.0", - "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.0.5", + "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.2.2", "memoize-one": "6.0.0", "sortablejs": "1.15.1", "superstruct": "1.0.3" @@ -7798,15 +7798,16 @@ }, "node_modules/lovelace-mushroom": { "name": "mushroom-cards", - "version": "3.0.5", - "resolved": "git+ssh://git@github.com/piitaya/lovelace-mushroom.git#47cec4d06b32a902d5ef05d2c126930bf4c59a96", + "version": "3.2.2", + "resolved": "git+ssh://git@github.com/piitaya/lovelace-mushroom.git#3ffaa21d7dd0e5e74910f9257e8b0365426415f9", + "integrity": "sha512-V7dQUzlyJUb/OCZ+KN6PpS0o8BW/b6AvxYwp8u13hSmXtqVtqTR2/3Usvaz54H9u6XpWZcf0IBEVpZ2PQpP41w==", "license": "ISC", "dependencies": { "@material/mwc-select": "^0.27.0", "@material/mwc-textfield": "^0.27.0", "color": "^4.2.3", "hammerjs": "^2.0.8", - "home-assistant-js-websocket": "^8.1.0", + "home-assistant-js-websocket": "^8.2.0", "lit": "^2.7.6", "memoize-one": "^6.0.0", "sortablejs": "^1.15.0", diff --git a/package.json b/package.json index 3157d09..b754e8d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "hammerjs": "2.0.8", "home-assistant-js-websocket": "9.1.0", "lit": "2.8.0", - "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.0.5", + "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.2.2", "memoize-one": "6.0.0", "sortablejs": "1.15.1", "superstruct": "1.0.3"