From 7fa9f043120837cd2bea1f31b1f03d56fbc24898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:53:02 -0400 Subject: [PATCH] Build(deps): Bump material-icons from 1.13.8 to 1.13.12 (#3699) Bumps [material-icons](https://github.com/marella/material-icons) from 1.13.8 to 1.13.12. - [Release notes](https://github.com/marella/material-icons/releases) - [Commits](https://github.com/marella/material-icons/compare/v1.13.8...v1.13.12) --- updated-dependencies: - dependency-name: material-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30bf37947..393675518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@ngrx/store-devtools": "^14.2.0", "@ngx-translate/core": "^14.0.0", "date-fns": "^2.30.0", - "material-icons": "^1.13.8", + "material-icons": "^1.13.12", "minimatch-browser": "^1.0.0", "pdfjs-dist": "3.3.122", "rxjs": "6.6.6", @@ -21879,9 +21879,9 @@ } }, "node_modules/material-icons": { - "version": "1.13.8", - "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.8.tgz", - "integrity": "sha512-vnLGXKa/AwFUxUgkiX39EpYVFttPhDQcKdVylIqmUUqz+Eo/O9A3BkdPCU3/G5cJOTezHi5B/b8sEpKYgUNAwQ==" + "version": "1.13.12", + "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.12.tgz", + "integrity": "sha512-/2YoaB79IjUK2B2JB+vIXXYGtBfHb/XG66LvoKVM5ykHW7yfrV5SP6d7KLX6iijY6/G9GqwgtPQ/sbhFnOURVA==" }, "node_modules/mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index df1745fc0..a4d88cf2b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@ngrx/store-devtools": "^14.2.0", "@ngx-translate/core": "^14.0.0", "date-fns": "^2.30.0", - "material-icons": "^1.13.8", + "material-icons": "^1.13.12", "minimatch-browser": "^1.0.0", "pdfjs-dist": "3.3.122", "rxjs": "6.6.6",