From 9dd2e3a03be43f9c8c57788681882e62b32e898e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:58:50 +0000 Subject: [PATCH] fix(deps): bump @ng-icons/material-icons from 24.0.0 to 27.0.0 Bumps [@ng-icons/material-icons](https://github.com/ng-icons/ng-icons) from 24.0.0 to 27.0.0. - [Release notes](https://github.com/ng-icons/ng-icons/releases) - [Commits](https://github.com/ng-icons/ng-icons/compare/v24.0.0...v27.0.0) --- updated-dependencies: - dependency-name: "@ng-icons/material-icons" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9de12f..b72e11c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@angular/platform-browser-dynamic": "^16.2.12", "@angular/router": "^16.2.12", "@ng-icons/core": "24", - "@ng-icons/material-icons": "24", + "@ng-icons/material-icons": "27", "date-fns": "^2.29.3", "material-icons": "^1.13.1", "postcss": "^8.4.32",