diff --git a/package.json b/package.json index c5d55b322..6d197b504 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules" }, "dependencies": { - "@fortawesome/fontawesome-free": "^6.7.2", + "@fortawesome/fontawesome-free": "^7.0.0", "@rails/actiontext": "^7.1.501", "@rails/activestorage": "^6.1.710", "@rails/ujs": "^6.1.710", diff --git a/yarn.lock b/yarn.lock index 3723d6b87..69d58f062 100644 --- a/yarn.lock +++ b/yarn.lock @@ -341,10 +341,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@fortawesome/fontawesome-free@^6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a" - integrity sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA== +"@fortawesome/fontawesome-free@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-7.0.0.tgz#e4a6788a2d395ea97e7812a096e29bf9c95b944c" + integrity sha512-X48nISrSOa89zu2VMljC4XaRf8NmgTwQBVHfS2Nu5G00ZwM31oOVrAtGxZF3b6wDYf9lJsf/Eq4cCSFKIkOWPQ== "@humanwhocodes/config-array@^0.5.0": version "0.5.0"