diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 36c5f17..eb78844 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@digitalservicebund/ris-ui": "^2.0.0", "@guardian/prosemirror-invisibles": "^3.1.1", "@iconify-json/ic": "^1.2.2", - "@iconify-json/material-symbols": "^1.2.14", + "@iconify-json/material-symbols": "^1.2.15", "@iconify-json/mdi": "^1.2.2", "@sentry/vite-plugin": "^3.2.1", "@sentry/vue": "^9.3.0", @@ -1419,9 +1419,9 @@ } }, "node_modules/@iconify-json/material-symbols": { - "version": "1.2.14", - "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.14.tgz", - "integrity": "sha512-S0AAFFQPVr8Dkrprspz/otNjxdD3rJRXDGZjbO8a8zn8ZR5mO8jAF81lVoTfUWxPH6SCtH2lK1JQGXHGPxld7g==", + "version": "1.2.15", + "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.15.tgz", + "integrity": "sha512-KkHRnMh1s08N1Olf3xk+z3ZIrke/7Ys3uUIMfKuSkZPbNssG4IApKkJOV5po6mg6oxMooXdNpab4PS0S5LMSOA==", "license": "Apache-2.0", "dependencies": { "@iconify/types": "*" diff --git a/frontend/package.json b/frontend/package.json index 431776b..688493e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@digitalservicebund/ris-ui": "^2.0.0", "@guardian/prosemirror-invisibles": "^3.1.1", "@iconify-json/ic": "^1.2.2", - "@iconify-json/material-symbols": "^1.2.14", + "@iconify-json/material-symbols": "^1.2.15", "@iconify-json/mdi": "^1.2.2", "@sentry/vite-plugin": "^3.2.1", "@sentry/vue": "^9.3.0",