From 01e7df181f9a4e418ad107a80b9292eb92303107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:17:19 +0000 Subject: [PATCH] chore(deps): bump material-icons from 1.13.12 to 1.13.14 Bumps [material-icons](https://github.com/marella/material-icons) from 1.13.12 to 1.13.14. - [Release notes](https://github.com/marella/material-icons/releases) - [Commits](https://github.com/marella/material-icons/compare/v1.13.12...v1.13.14) --- updated-dependencies: - dependency-name: material-icons dependency-version: 1.13.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 bca47d3..2d4ac83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "fscreen": "^1.2.0", "gl-matrix": "^3.4.3", "immutable": "^4.3.4", - "material-icons": "^1.13.12", + "material-icons": "^1.13.14", "next": "^14.0.4", "normalize.css": "^8.0.1", "open-simplex-noise": "^2.5.0", @@ -11760,9 +11760,9 @@ } }, "node_modules/material-icons": { - "version": "1.13.12", - "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.12.tgz", - "integrity": "sha512-/2YoaB79IjUK2B2JB+vIXXYGtBfHb/XG66LvoKVM5ykHW7yfrV5SP6d7KLX6iijY6/G9GqwgtPQ/sbhFnOURVA==" + "version": "1.13.14", + "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.14.tgz", + "integrity": "sha512-kZOfc7xCC0rAT8Q3DQixYAeT+tBqZnxkseQtp2bxBxz7q5pMAC+wmit7vJn1g/l7wRU+HEPq23gER4iPjGs5Cg==" }, "node_modules/math-intrinsics": { "version": "1.0.0", diff --git a/package.json b/package.json index 33a6da3..996f9d8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "fscreen": "^1.2.0", "gl-matrix": "^3.4.3", "immutable": "^4.3.4", - "material-icons": "^1.13.12", + "material-icons": "^1.13.14", "next": "^14.0.4", "normalize.css": "^8.0.1", "open-simplex-noise": "^2.5.0",