fix(deps): update font awesome to v6.2.1

This commit is contained in:
renovate[bot] 2022-11-15 19:35:14 +00:00 committed by Kavin
parent 1575dc7d3d
commit 0e042244e8
2 changed files with 22 additions and 22 deletions

View file

@ -9,9 +9,9 @@
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/vue-fontawesome": "3.0.2",
"buffer": "6.0.3",
"dompurify": "2.4.1",