From b5d03c713f0bb4884535d740b1130052819637be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:34:29 +0000 Subject: [PATCH] chore(deps): bump material-symbols from 0.34.1 to 0.35.0 Bumps [material-symbols](https://github.com/marella/material-symbols/tree/HEAD/material-symbols) from 0.34.1 to 0.35.0. - [Release notes](https://github.com/marella/material-symbols/releases) - [Commits](https://github.com/marella/material-symbols/commits/v0.35.0/material-symbols) --- updated-dependencies: - dependency-name: material-symbols dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d650936e..c8206f6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,12 @@ "": { "name": "material-web-react", "version": "1.0.0", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "@fontsource/roboto": "^5.1.0", "@lit/react": "^1.0.6", - "@material/web": "^2.2.0", - "material-symbols": "^0.34.1" + "@material/web": "^2.4.0", + "material-symbols": "^0.35.0" }, "devDependencies": { "@biomejs/biome": "^1.9.3", @@ -688,9 +688,9 @@ } }, "node_modules/material-symbols": { - "version": "0.34.1", - "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.34.1.tgz", - "integrity": "sha512-CEvMJuhNHna8+nbXlSB+7dGoD+0bXEUnDSsaVM5qBUL5u4ekuX96PjvfFG/iNUtuairyW18fqV5e8GLP0Sagfg==", + "version": "0.35.0", + "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.35.0.tgz", + "integrity": "sha512-9748qxR6mINzLEbICNoxIXqtIWSMG1xCNGpFXjOtScYshN0xb+xONU1XRUcGsOSlL5hBmJCknZfldHrGTTxhJw==", "license": "Apache-2.0" }, "node_modules/minimatch": { diff --git a/package.json b/package.json index 31ca72ac..cde01912 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@fontsource/roboto": "^5.1.0", "@lit/react": "^1.0.6", "@material/web": "^2.4.0", - "material-symbols": "^0.34.1" + "material-symbols": "^0.35.0" }, "devDependencies": { "@biomejs/biome": "^1.9.3",