From 84bbfc95bd51a16bef7f3298fbc4522f0f5f001d Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:10:20 +0000 Subject: [PATCH] fix(deps): update dependency @iconify-json/material-symbols to v1.1.79 (#435) Co-authored-by: gabe565-renovate[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bff45667..eb93b365 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "relax-sounds", "version": "0.1.0", "dependencies": { - "@iconify-json/material-symbols": "1.1.77", + "@iconify-json/material-symbols": "1.1.79", "@iconify/vue": "4.1.2", "@types/chromecast-caf-sender": "1.0.9", "@vitejs/plugin-vue": "5.0.4", @@ -2214,9 +2214,9 @@ "dev": true }, "node_modules/@iconify-json/material-symbols": { - "version": "1.1.77", - "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.1.77.tgz", - "integrity": "sha512-b+jAkZKxBrGXXV76psToCGYVzu2IzyM8fxgiLOc6uPLB3R4vhrQGKT1J3wH9JnURShwQenEVPVNWetr5sj0Trg==", + "version": "1.1.79", + "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.1.79.tgz", + "integrity": "sha512-/OvCxrxPQ/qncjGAPZkNk6LEpVX1nIK6e6BhMsbXMT5pEpnrePsRsVOYsiB8bJn3x67HP8zBrxZSYisDCKf8ow==", "dependencies": { "@iconify/types": "*" } diff --git a/frontend/package.json b/frontend/package.json index 4671e3c2..5d4f2a1d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "format": "prettier . --write --ignore-path .gitignore" }, "dependencies": { - "@iconify-json/material-symbols": "1.1.77", + "@iconify-json/material-symbols": "1.1.79", "@iconify/vue": "4.1.2", "@types/chromecast-caf-sender": "1.0.9", "@vitejs/plugin-vue": "5.0.4",