diff --git a/package-lock.json b/package-lock.json index af63becd67bc..3145103c521f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,9 +80,9 @@ } }, "@fortawesome/fontawesome-free": { - "version": "5.15.3", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.3.tgz", - "integrity": "sha512-rFnSUN/QOtnOAgqFRooTA3H57JLDm0QEG/jPdk+tLQNL/eWd+Aok8g3qCI+Q1xuDPWpGW/i9JySpJVsq8Q0s9w==" + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.1.1.tgz", + "integrity": "sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg==" }, "@fullcalendar/core": { "version": "4.4.2", diff --git a/package.json b/package.json index 596a15eb7602..6ae5a6a36d49 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "GLPI dependencies", "license": "GPL-2.0", "dependencies": { - "@fortawesome/fontawesome-free": "^5.12.1", + "@fortawesome/fontawesome-free": "^6.1.1", "@fullcalendar/core": "^4.4.0", "@fullcalendar/daygrid": "^4.4.0", "@fullcalendar/interaction": "^4.4.0",