From 717f30cad7a2dc746670ab7efb02eb2bd2f60040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 05:29:08 +0000 Subject: [PATCH] fix(deps): update dependency material-icons to v1.11.7 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d5dba78..243a5a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "keycloak-angular": "9.1.0", "keycloak-js": "16.1.1", "luxon": "2.3.2", - "material-icons": "1.11.6", + "material-icons": "1.11.7", "ngx-markdown": "13.1.0", "prismjs": "1.28.0", "rxjs": "7.5.6", @@ -11260,9 +11260,9 @@ } }, "node_modules/material-icons": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.11.6.tgz", - "integrity": "sha512-w+Kr1aBZ/iNmR4aHy2sYhtJ3WXSYP/txGAOHKRYd2IvVqO3vPIFQ6yIQ38YkO35BWoDNxJomP2CunNYHv0paYw==" + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.11.7.tgz", + "integrity": "sha512-M/cp6HvT9IWNKffU4NZ41+DQe5d9O1rxfBn5/hYf12RxLC09khMDWruDHOCzLbAub7SgNrAmxVNDpEmubxHUbg==" }, "node_modules/mathml-tag-names": { "version": "2.1.3", @@ -25364,9 +25364,9 @@ "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==" }, "material-icons": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.11.6.tgz", - "integrity": "sha512-w+Kr1aBZ/iNmR4aHy2sYhtJ3WXSYP/txGAOHKRYd2IvVqO3vPIFQ6yIQ38YkO35BWoDNxJomP2CunNYHv0paYw==" + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.11.7.tgz", + "integrity": "sha512-M/cp6HvT9IWNKffU4NZ41+DQe5d9O1rxfBn5/hYf12RxLC09khMDWruDHOCzLbAub7SgNrAmxVNDpEmubxHUbg==" }, "mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index c3c50af9..7e90ee80 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "keycloak-angular": "9.1.0", "keycloak-js": "16.1.1", "luxon": "2.3.2", - "material-icons": "1.11.6", + "material-icons": "1.11.7", "ngx-markdown": "13.1.0", "prismjs": "1.28.0", "rxjs": "7.5.6",