From 66d181c11cd307fc1d2912758ce50b48476ecb8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 02:06:02 +0000 Subject: [PATCH] Update dependency material-symbols to v0.4.1 (#1074) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [material-symbols](https://marella.github.io/material-symbols/demo/) ([source](https://togithub.com/marella/material-symbols)) | [`0.4.0` -> `0.4.1`](https://renovatebot.com/diffs/npm/material-symbols/0.4.0/0.4.1) | [![age](https://badges.renovateapi.com/packages/npm/material-symbols/0.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/material-symbols/0.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/material-symbols/0.4.1/compatibility-slim/0.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/material-symbols/0.4.1/confidence-slim/0.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
marella/material-symbols ### [`v0.4.1`](https://togithub.com/marella/material-symbols/compare/v0.4.0...v0.4.1) [Compare Source](https://togithub.com/marella/material-symbols/compare/v0.4.0...v0.4.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03473a8324..449d16ef66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "zarf-ui", "version": "0.0.1", "dependencies": { - "material-symbols": "0.4.0", + "material-symbols": "0.4.1", "typescript": "4.9.3", "vite": "3.2.4", "yaml": "2.1.3" @@ -2764,9 +2764,9 @@ } }, "node_modules/material-symbols": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.4.0.tgz", - "integrity": "sha512-+pPDh/JHZvVtF4l+Jri3JAdUiwisTkFSuYiYjPhDpc+Ugpb1FMO8GygWY68u+XCtzPpr96DH3nxLuVeDDIYNrA==" + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.4.1.tgz", + "integrity": "sha512-rFHdDlN0yzXo46lcUVuJY0ygFcFuzcbvIxWHWUqSPGsBTMb642AOVSPK4BVEx8YG5SMPBO6BRdbnEeFnDjjcHA==" }, "node_modules/merge2": { "version": "1.4.1", @@ -6180,9 +6180,9 @@ } }, "material-symbols": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.4.0.tgz", - "integrity": "sha512-+pPDh/JHZvVtF4l+Jri3JAdUiwisTkFSuYiYjPhDpc+Ugpb1FMO8GygWY68u+XCtzPpr96DH3nxLuVeDDIYNrA==" + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.4.1.tgz", + "integrity": "sha512-rFHdDlN0yzXo46lcUVuJY0ygFcFuzcbvIxWHWUqSPGsBTMb642AOVSPK4BVEx8YG5SMPBO6BRdbnEeFnDjjcHA==" }, "merge2": { "version": "1.4.1", diff --git a/package.json b/package.json index 1eab809889..6be52e0160 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "typescript": "4.9.3" }, "dependencies": { - "material-symbols": "0.4.0", + "material-symbols": "0.4.1", "typescript": "4.9.3", "vite": "3.2.4", "yaml": "2.1.3"