From fc8a443d32a60af5db014d102802bf7f96c818e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:35:08 -0400 Subject: [PATCH] Bump material-icons from 1.13.9 to 1.13.12 (#8955) Bumps [material-icons](https://github.com/marella/material-icons) from 1.13.9 to 1.13.12. - [Release notes](https://github.com/marella/material-icons/releases) - [Commits](https://github.com/marella/material-icons/compare/v1.13.9...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 33872f1214..6ec9ec5b0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "editorjs-html": "3.4.2", "editorjs-paragraph-with-alignment": "3.0.0", "event-emitter": "^0.3.5", - "material-icons": "^1.13.9", + "material-icons": "^1.13.12", "minimatch-browser": "1.0.0", "monaco-editor": "^0.33.0", "ng2-charts": "^4.1.1", @@ -39367,9 +39367,9 @@ } }, "node_modules/material-icons": { - "version": "1.13.9", - "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.9.tgz", - "integrity": "sha512-dwuf2C8LR07FcrjRDx0vWnDEcHiDuamXOmtAck8bdONUv5Fi6wR/ubQwPfG1NbcqgPg+y0fHN8Unj5DO+5fV4w==" + "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 e14f3c1da9..733a8a3dfa 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "editorjs-html": "3.4.2", "editorjs-paragraph-with-alignment": "3.0.0", "event-emitter": "^0.3.5", - "material-icons": "^1.13.9", + "material-icons": "^1.13.12", "minimatch-browser": "1.0.0", "monaco-editor": "^0.33.0", "ng2-charts": "^4.1.1",