From 256ff220cd5d8bf7899ea1119e258beb83588057 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 08:37:44 +0000 Subject: [PATCH] fix: upgrade @flaticon/flaticon-uicons from 3.1.0 to 3.3.0 Snyk has created this PR to upgrade @flaticon/flaticon-uicons from 3.1.0 to 3.3.0. See this package in npm: @flaticon/flaticon-uicons See this project in Snyk: https://app.snyk.io/org/aliine98/project/631fe362-33c2-4d8c-913a-a3cb8f1e9203?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16432b2..4ced342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,11 +18,11 @@ "@angular/platform-browser": "^16.0.0", "@angular/platform-browser-dynamic": "^16.0.0", "@angular/router": "^16.0.0", - "@flaticon/flaticon-uicons": "^3.1.0", + "@flaticon/flaticon-uicons": "^3.3.0", "angular-cli-ghpages": "^1.0.7", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "^0.14.2" + "zone.js": "~0.14.2" }, "devDependencies": { "@angular-devkit/build-angular": "^16.0.5", @@ -3031,9 +3031,10 @@ } }, "node_modules/@flaticon/flaticon-uicons": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@flaticon/flaticon-uicons/-/flaticon-uicons-3.1.0.tgz", - "integrity": "sha512-+HV3esPBXCgpkfjV4YjT2mwXsUeTO92j8tqcFOecZYMHUK+CZJplw9GPeiMDt4WYUhmcZGkH3/v8JThkETc9GA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@flaticon/flaticon-uicons/-/flaticon-uicons-3.3.0.tgz", + "integrity": "sha512-unjcOWue7Ec85F4zq1jJIB2jF41Tlog8LxPtZXMqUdD6Ipm41oCnv/1RrTounFyuBh4uvYpL2a0jEJvwgrxZxw==", + "license": "SEE LICENSE IN LICENSE", "optionalDependencies": { "esbuild-linux-64": "^0.14.5" } diff --git a/package.json b/package.json index 831d5d7..92eab02 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^16.0.0", "@angular/platform-browser-dynamic": "^16.0.0", "@angular/router": "^16.0.0", - "@flaticon/flaticon-uicons": "^3.1.0", + "@flaticon/flaticon-uicons": "^3.3.0", "angular-cli-ghpages": "^1.0.7", "rxjs": "~7.8.0", "tslib": "^2.3.0",