diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-26 18:19:36 -0400 |
---|---|---|
committer | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-26 18:19:36 -0400 |
commit | b2bf3901e70b57b3a6faccd5e0debf3359afa95e (patch) | |
tree | 10feda36ed2f9700df45c0b12b30eed60d4c5114 | |
parent | f483f16561b44e2e988792b71750be395aa9872d (diff) | |
download | homer-b2bf3901e70b57b3a6faccd5e0debf3359afa95e.tar.gz homer-b2bf3901e70b57b3a6faccd5e0debf3359afa95e.tar.zst homer-b2bf3901e70b57b3a6faccd5e0debf3359afa95e.zip |
Update fontawesome from 5.15.4 to 6.1.1, fixes #432
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 41a96fe..14ba6b4 100644 --- a/package.json +++ b/package.json | |||
@@ -7,7 +7,7 @@ | |||
7 | "lint": "vue-cli-service lint" | 7 | "lint": "vue-cli-service lint" |
8 | }, | 8 | }, |
9 | "dependencies": { | 9 | "dependencies": { |
10 | "@fortawesome/fontawesome-free": "^5.15.4", | 10 | "@fortawesome/fontawesome-free": "^6.1.1", |
11 | "bulma": "^0.9.3", | 11 | "bulma": "^0.9.3", |
12 | "core-js": "^3.21.1", | 12 | "core-js": "^3.21.1", |
13 | "js-yaml": "^4.1.0", | 13 | "js-yaml": "^4.1.0", |
@@ -903,10 +903,10 @@ | |||
903 | "@babel/helper-validator-identifier" "^7.14.5" | 903 | "@babel/helper-validator-identifier" "^7.14.5" |
904 | to-fast-properties "^2.0.0" | 904 | to-fast-properties "^2.0.0" |
905 | 905 | ||
906 | "@fortawesome/fontawesome-free@^5.15.4": | 906 | "@fortawesome/fontawesome-free@^6.1.1": |
907 | version "5.15.4" | 907 | version "6.1.1" |
908 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5" | 908 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.1.1.tgz#bf5d45611ab74890be386712a0e5d998c65ee2a1" |
909 | integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg== | 909 | integrity sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg== |
910 | 910 | ||
911 | "@hapi/address@2.x.x": | 911 | "@hapi/address@2.x.x": |
912 | version "2.1.4" | 912 | version "2.1.4" |