From b0c90bde51a5750ab3e6f5c2a508721dd4b8f99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:17:56 +0200 Subject: [PATCH] fix: bump lovelace-mushroom from v3.6.2 to v4.0.0 (#359) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15404c7..915e357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "hammerjs": "2.0.8", "home-assistant-js-websocket": "9.3.0", "lit": "2.8.0", - "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.6.2", + "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v4.0.0", "memoize-one": "6.0.0", "sortablejs": "1.15.2", "superstruct": "2.0.2" @@ -8735,16 +8735,16 @@ }, "node_modules/lovelace-mushroom": { "name": "mushroom-cards", - "version": "3.6.2", - "resolved": "git+ssh://git@github.com/piitaya/lovelace-mushroom.git#efb55ae18b530d86cfbe16baf243951ad871fa33", - "integrity": "sha512-FgoVpVJGJCKTDZh+1Yjg25bHn3ADf4FcTP1f6YFBNVEWw9d3I9D8yqDKnskSnZ6rbsYT2zYzg/BHZQIVi33bGg==", + "version": "4.0.0", + "resolved": "git+ssh://git@github.com/piitaya/lovelace-mushroom.git#76d96c748afc8fbcf5d60673d286016a253dc1c1", + "integrity": "sha512-eriSRrVMjh3t9rkpDv1pm7yTCwpFHviGTgEBuWv24cmXvUXC+vb0IQ5qPAxTG4CrR3bdM+qALbwV15SUK+mXvw==", "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.2.0", + "home-assistant-js-websocket": "^9.4.0", "lit": "^2.8.0", "memoize-one": "^6.0.0", "sortablejs": "^1.15.2", @@ -8752,9 +8752,9 @@ } }, "node_modules/lovelace-mushroom/node_modules/home-assistant-js-websocket": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/home-assistant-js-websocket/-/home-assistant-js-websocket-8.2.0.tgz", - "integrity": "sha512-B163iuvC1hsObkbSXm89JfjjOguyQXSQeQsGf6KQblUj9QwMgFkQt13TiCYjeFFTMzhQ8Qj3/gKx/6MnSeYUqA==" + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/home-assistant-js-websocket/-/home-assistant-js-websocket-9.4.0.tgz", + "integrity": "sha512-312TuI63IfKf8G+iWvKmPYIdxWMNojwVk03o9OSpQFFDjSCNAYdCUfuPCFs73SuJ1Xpd4D1Eo11CB33MGMqZ+Q==" }, "node_modules/lovelace-mushroom/node_modules/superstruct": { "version": "0.15.5", diff --git a/package.json b/package.json index 9790386..4c6d1ef 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "hammerjs": "2.0.8", "home-assistant-js-websocket": "9.3.0", "lit": "2.8.0", - "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.6.2", + "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v4.0.0", "memoize-one": "6.0.0", "sortablejs": "1.15.2", "superstruct": "2.0.2"