diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6ade3d2a28..b7c3dcc569 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -87,7 +87,7 @@ "web-vitals": "^5.1.0" }, "devDependencies": { - "@iconify-json/material-symbols": "^1.2.83", + "@iconify-json/material-symbols": "^1.2.89", "@iconify/react": "^6.0.2", "@iconify/utils": "^3.1.4", "@playwright/test": "^1.55.0", @@ -1982,9 +1982,9 @@ "license": "MIT" }, "node_modules/@iconify-json/material-symbols": { - "version": "1.2.83", - "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.83.tgz", - "integrity": "sha512-4I2rfNlaoyn4zIcdJDxUMuPV1pVp8Tgwy+eJvyAZuOpmPtOsniQ8Dug6wzRD5s9KLyQA3smFvuBphVdYG7NWQA==", + "version": "1.2.89", + "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.89.tgz", + "integrity": "sha512-wYJjKAOptNhc8Bq65PPJVEz/4Ozm+b3ZWEB3H65yGw37dr9AvXibW0GkEdVD7qrCtbD6aC6fY7SLmQCuUGtEAQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 71a71661e7..10b0e960f9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -109,7 +109,7 @@ ] }, "devDependencies": { - "@iconify-json/material-symbols": "^1.2.83", + "@iconify-json/material-symbols": "^1.2.89", "@iconify/react": "^6.0.2", "@iconify/utils": "^3.1.4", "@playwright/test": "^1.55.0",