diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 86d2188fc..cf5a38597 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "~18.2.3", "@angular/platform-browser-dynamic": "~18.2.3", "@angular/router": "~18.2.3", - "@fontsource/material-symbols-outlined": "^5.0.41", + "@fontsource/material-symbols-outlined": "^5.1.0", "@fontsource/roboto": "^5.0.15", "@ngneat/until-destroy": "^10.0.0", "@panzoom/panzoom": "^4.5.1", @@ -3733,10 +3733,9 @@ "dev": true }, "node_modules/@fontsource/material-symbols-outlined": { - "version": "5.0.41", - "resolved": "https://registry.npmjs.org/@fontsource/material-symbols-outlined/-/material-symbols-outlined-5.0.41.tgz", - "integrity": "sha512-ma8EPpN92r0eoAthO1WBk1WmPp9rxIeVEzsk5UabY1ubt6zFQezoJKF6PFfMGEzPVAGA7ITyCPW9arqpV47cEg==", - "license": "Apache-2.0" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fontsource/material-symbols-outlined/-/material-symbols-outlined-5.1.0.tgz", + "integrity": "sha512-QizbfLvtjWZtv6GbUIJk70dfSQhkFr7/MS3VWY1uyPfGZJRXvqpb4404nRbx2v6jsUFtQFMm/C1EhlsKdvvwNA==" }, "node_modules/@fontsource/roboto": { "version": "5.0.15", diff --git a/frontend/package.json b/frontend/package.json index 59d0f0e3c..c0b2a0499 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@angular/platform-browser": "~18.2.3", "@angular/platform-browser-dynamic": "~18.2.3", "@angular/router": "~18.2.3", - "@fontsource/material-symbols-outlined": "^5.0.41", + "@fontsource/material-symbols-outlined": "^5.1.0", "@fontsource/roboto": "^5.0.15", "@ngneat/until-destroy": "^10.0.0", "@panzoom/panzoom": "^4.5.1",