From 2e710e04ef08ad815792708853013a2e9ba41381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:36:33 +0000 Subject: [PATCH] Bump @fortawesome/fontawesome-free from 7.2.0 to 7.3.0 in /frontend Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.2.0...7.3.0) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-free" dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ca6a158b3e..366df235e7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,6 @@ "@angular/platform-browser": "21.2.18", "@angular/platform-browser-dynamic": "21.2.18", "@angular/router": "21.2.18", - "@fortawesome/fontawesome-free": "7.2.0", "@fullcalendar/angular": "6.1.21", "@fullcalendar/bootstrap": "6.1.21", "@fullcalendar/core": "6.1.21", @@ -60,7 +59,7 @@ "@angular/cli": "21.2.18", "@angular/compiler-cli": "21.2.18", "@angular/localize": "21.2.18", - "@fortawesome/fontawesome-free": "7.2.0", + "@fortawesome/fontawesome-free": "7.3.0", "@types/geojson": "^7946.0.10", "@types/jasmine": "6.0.0", "@typescript-eslint/eslint-plugin": "8.62.1", @@ -2775,9 +2774,9 @@ } }, "node_modules/@fortawesome/fontawesome-free": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-7.2.0.tgz", - "integrity": "sha512-3DguDv/oUE+7vjMeTSOjCSG+KeawgVQOHrKRnvUuqYh1mfArrh7s+s8hXW3e4RerBA1+Wh+hBqf8sJNpqNrBWg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-7.3.0.tgz", + "integrity": "sha512-Yw4Qa43P6e4Xwh0TwEUkHQNRJInWaqIBo73VJmns3j2AIlZPAvUcR4yGIxCPqPRCgyJ5KIVIalF/I1GxhZ/Kgw==", "dev": true, "license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)", "engines": { diff --git a/frontend/package.json b/frontend/package.json index 7d70862bdf..9b88cadfba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@angular/platform-browser": "21.2.18", "@angular/platform-browser-dynamic": "21.2.18", "@angular/router": "21.2.18", - "@fortawesome/fontawesome-free": "7.2.0", + "@fortawesome/fontawesome-free": "7.3.0", "@fullcalendar/angular": "6.1.21", "@fullcalendar/bootstrap": "6.1.21", "@fullcalendar/core": "6.1.21", @@ -71,7 +71,7 @@ "@angular/cli": "21.2.18", "@angular/compiler-cli": "21.2.18", "@angular/localize": "21.2.18", - "@fortawesome/fontawesome-free": "7.2.0", + "@fortawesome/fontawesome-free": "7.3.0", "@types/geojson": "^7946.0.10", "@types/jasmine": "6.0.0", "@typescript-eslint/eslint-plugin": "8.62.1",