diff --git a/package-lock.json b/package-lock.json index c8206f6b..767ced69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/roboto": "^5.1.0", "@lit/react": "^1.0.6", "@material/web": "^2.4.0", - "material-symbols": "^0.35.0" + "material-symbols": "^0.38.0" }, "devDependencies": { "@biomejs/biome": "^1.9.3", @@ -688,9 +688,9 @@ } }, "node_modules/material-symbols": { - "version": "0.35.0", - "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.35.0.tgz", - "integrity": "sha512-9748qxR6mINzLEbICNoxIXqtIWSMG1xCNGpFXjOtScYshN0xb+xONU1XRUcGsOSlL5hBmJCknZfldHrGTTxhJw==", + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.38.0.tgz", + "integrity": "sha512-D5iMbWoiOSWsO989KN8DXd8CpmZ71D8F5A2q3T2dn69JU3Rody36hXQ+0nVXvBGX3+zPaFYCkcSrfC1oWYnHYg==", "license": "Apache-2.0" }, "node_modules/minimatch": { diff --git a/package.json b/package.json index cde01912..ee05bcfa 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.35.0" + "material-symbols": "^0.38.0" }, "devDependencies": { "@biomejs/biome": "^1.9.3",