From c042b38b90cea73585e34b0509ba682075cd3d83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:44:10 +0000 Subject: [PATCH] Update dependency font-awesome to v6.5.0 --- client/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/index.html b/client/public/index.html index 1510cf937..b822c343b 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> <script src="https://kit.fontawesome.com/a2b1bf956c.js" crossorigin="anonymous"></script> <script id="hubspot-script" src="https://js.hsforms.net/forms/v2.js"></script> - <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" crossorigin="anonymous"> + <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet" crossorigin="anonymous"> <title>Ethernaut</title> <!-- Primary Meta Tags -->